summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-18 11:11:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-18 11:11:24 +0000
commita2b87b840c7b727aed4663568180e962208694fc (patch)
treefb321997dff9eb6cd1f5ca202b4cfd5df5b4a336 /ChangeLog
parentf5b694f611184334dcebce0407edc2b3cc4f6747 (diff)
downloadrsyslog-a2b87b840c7b727aed4663568180e962208694fc.tar.gz
rsyslog-a2b87b840c7b727aed4663568180e962208694fc.tar.xz
rsyslog-a2b87b840c7b727aed4663568180e962208694fc.zip
preparing for 3.12.3v3-12-3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d97e5b3a..3724c8dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 3.12.3 (rgerhards), 2008-03-17
+Version 3.12.3 (rgerhards), 2008-03-18
- added advanced flow control for congestion cases (mode depending on message
source and its capablity to be delayed without bad side effects)
- bugfix: $ModDir should not be reset on $ResetConfig - this can cause a lot
@@ -15,6 +15,7 @@ Version 3.12.3 (rgerhards), 2008-03-17
segfault. thanks to varmojfekoj for the patch.
- bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch
- some more internal cleanup ;)
+- begun relp modules, but these are not functional yet
---------------------------------------------------------------------------
Version 3.12.2 (rgerhards), 2008-03-13
- added RSYSLOGD_MODDIR environment variable
@@ -32,6 +33,9 @@ Version 3.12.2 (rgerhards), 2008-03-13
not just a fix but a change in the object model. Thanks to varmojfekoj
for providing the bug report, an initial fix and lots of good discussion
that lead to where we finally ended up.
+- improved session recovery when outbound tcp connection breaks, reduces
+ probability of message loss at the price of a highly unlikely potential
+ (single) message duplication
---------------------------------------------------------------------------
Version 3.12.1 (rgerhards), 2008-03-06
- added library plugins, which can be automatically loaded