summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-02 06:54:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-02 06:54:42 +0000
commit6f55976501ac7ab314b6f96522ed73601fef5d93 (patch)
tree1f295c9e26704d3b94f958aaaa6fed8ed00cf3ec
parentd853a3f7cdff6f80fbfc45f7a9a7ab8209046884 (diff)
downloadrsyslog-6f55976501ac7ab314b6f96522ed73601fef5d93.tar.gz
rsyslog-6f55976501ac7ab314b6f96522ed73601fef5d93.tar.xz
rsyslog-6f55976501ac7ab314b6f96522ed73601fef5d93.zip
included info on 3.15.0 release
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aefd39f..f044fb63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.