diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-02 06:54:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-02 06:54:42 +0000 |
commit | 6f55976501ac7ab314b6f96522ed73601fef5d93 (patch) | |
tree | 1f295c9e26704d3b94f958aaaa6fed8ed00cf3ec /ChangeLog | |
parent | d853a3f7cdff6f80fbfc45f7a9a7ab8209046884 (diff) | |
download | rsyslog-6f55976501ac7ab314b6f96522ed73601fef5d93.tar.gz rsyslog-6f55976501ac7ab314b6f96522ed73601fef5d93.tar.xz rsyslog-6f55976501ac7ab314b6f96522ed73601fef5d93.zip |
included info on 3.15.0 release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ --------------------------------------------------------------------------- Version 3.17.0 (rgerhards), 2008-04-?? - FEATURE FOCUS for 3.17 is TLS over plain TCP syslog +--------------------------------------------------------------------------- +Version 3.15.0 (rgerhards), 2008-04-01 +- major new feature: imrelp/omrelp support reliable delivery of syslog + messages via the RELP protocol and librelp (http://www.librelp.com). + Plain tcp syslog, so far the best reliability solution, can lose + messages when something goes wrong or a peer goes down. With RELP, + this can no longer happen. See imrelp.html for more details. - bugfix: rsyslogd was no longer build by default; man pages are only installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. |