summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-12 15:11:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-12 15:11:38 +0200
commit63994d092c3567030b96d28dbdc3db5f0e22fba2 (patch)
tree42d94ec95dc0231b0a8a86c52fd9605e524e6b09 /ChangeLog
parent2082d963975a88c8e4dee3a43b98d939f9a2323f (diff)
parentc04f196e25d63a7f45bf2ad79b48019fed98e5c9 (diff)
downloadrsyslog-63994d092c3567030b96d28dbdc3db5f0e22fba2.tar.gz
rsyslog-63994d092c3567030b96d28dbdc3db5f0e22fba2.tar.xz
rsyslog-63994d092c3567030b96d28dbdc3db5f0e22fba2.zip
Merge branch 'v3-stable' into beta
Conflicts: runtime/datetime.h runtime/rsyslog.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e7283f6..432ae299 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -176,6 +176,21 @@ Version 3.18.4 (rgerhards), 2008-09-??
patch.
- doc bugfix: rsyslog.conf man page improved and minor nit fixed
thanks to Lukas Kuklinek for the patch.
+- bugfix: error code -2025 was used for two different errors. queue full
+ is now -2074 and -2025 is unique again. (did cause no real problem
+ except for troubleshooting)
+- bugfix: default discard severity was incorrectly set to 4, which lead
+ to discard-on-queue-full to be enabled by default. That could cause
+ message loss where non was expected. The default has now been changed
+ to the correct value of 8, which disables the functionality. This
+ problem applied both to the main message queue and the action queues.
+ Thanks to Raoul Bhatia for pointing out this problem.
+- bugfix: option value for legacy -a option could not be specified,
+ resulting in strange operations. Thanks to Marius Tomaschewski
+ for the patch.
+- bugfix: colon after date should be ignored, but was not. This has
+ now been corrected. Required change to the internal ParseTIMESTAMP3164()
+ interface.
---------------------------------------------------------------------------
Version 3.18.3 (rgerhards), 2008-08-18
- bugfix: imfile could cause a segfault upon rsyslogd HUP and termination
@@ -799,6 +814,14 @@ Version 3.10.0 (rgerhards), 2008-01-07
- much cleaner code due to new objects and removal of single-threading
mode
---------------------------------------------------------------------------
+Version 2.0.6 V2-STABLE (rgerhards), 2008-??-??
+- bugfix: copy&paste error lead to dangling if - this caused a very minor
+ issue with re-formatting a RFC3164 date when the message was invalidly
+ formatted and had a colon immediately after the date. This was in the
+ code for some years (even v1 had it) and I think it never had any
+ effect at all in practice. Though, it should be fixed - but definitely
+ nothing to worry about.
+---------------------------------------------------------------------------
Version 2.0.6 V2-STABLE (rgerhards), 2008-08-07
- bugfix: IPv6 addresses could not be specified in forwarding actions
New syntax @[addr]:port introduced to enable that. Root problem was IPv6