2023-11-08  Sergey Poznyakoff  <gray@gnu.org>

        Fix check for hostname in the message

        * src/syslogrelay.c (message_normalize): Check for whitespace
        after hostname.

2023-11-07  Sergey Poznyakoff  <gray@gnu.org>

        Fix manpage formatting


2023-06-02  Sergey Poznyakoff  <gray@gnu.org>

        Use latest autotools (autoconf 2.71, automake 1.16.5)


2022-12-24  Sergey Poznyakoff  <gray@gnu.org>

        Fix typos


2022-12-24  Sergey Poznyakoff  <gray@gnu.org>

        Version 2.2.  New output channel: pri.

        * NEWS: Document changes.
        * src/syslogrelay.8: Likewise.
        * configure.ac: Version 2.2
        * src/Makefile.am (syslogrelay_SOURCES): Add pri.c
        * src/pri.c: New file.
        * src/syslogrelay.c (str_to_severity): New function.
        * src/syslogrelay.h (str_to_severity): New proto.
        (PRI_FAC,NUM2FAC,PRI_SEV,NSTR): New macros, moved from 
        src/syslogrelay.c

2022-10-11  Sergey Poznyakoff  <gray@gnu.org>

        Implement translation of ASCII control characters.

        * src/syslogrelay.c: Implement control character translation.
        * NEWS: Document changes.
        * src/syslogrelay.8: Likewise.
        * configure.ac: Version 2.1.90

2022-06-01  Sergey Poznyakoff  <gray@gnu.org>

        Fix a typo


2022-05-27  Sergey Poznyakoff  <gray@gnu.org>

        Version 2.1


2022-05-26  Sergey Poznyakoff  <gray@gnu.org>

        Fix manpage wording a bit


2022-05-26  Sergey Poznyakoff  <gray@gnu.org>

        Document the bind parameter


2022-05-26  Sergey Poznyakoff  <gray@gnu.org>

        Revamp channel parameter handling


2022-05-26  Sergey Poznyakoff  <gray@gnu.org>

        Implement -W bind=address


2022-05-26  Sergey Poznyakoff  <gray@gnu.org>

        Provide net_output_open function. Fix handling of IPv6
        addresses.


2022-05-25  Sergey Poznyakoff  <gray@gnu.org>

        Add missing copylefts


2022-05-25  Sergey Poznyakoff  <gray@gnu.org>

        Update documentation


2022-05-25  Sergey Poznyakoff  <gray@gnu.org>

        Fix message queue maintenance and error handling in TLS


2022-05-24  Sergey Poznyakoff  <gray@gnu.org>

        Support for tcp+tls (RFC 5425)


2022-05-24  Sergey Poznyakoff  <gray@gnu.org>

        Rewrite as a multi-thread program


2022-05-24  Sergey Poznyakoff  <gray@gnu.org>

        Move channel handlers to separate files.


2022-05-23  Sergey Poznyakoff  <gray@gnu.org>

        Switch to deep autoconfiscated structure


2022-05-22  Sergey Poznyakoff  <gray@gnu.org>

        Version 1.0


2022-05-22  Sergey Poznyakoff  <gray@gnu.org>

        Initial commit


Local Variables:
mode: change-log
version-control: never
buffer-read-only: t
End:

 Copyright (C) 2022 Sergey Poznyakoff

 Syslogrelay is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3, or (at your option)
 any later version.

 Syslogrelay is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with syslogrelay.  If not, see <http://www.gnu.org/licenses/>.
