summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-12 15:17:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-12 15:17:47 +0200
commit1e819a8afe9494cc760196ac91f3b617bc073de9 (patch)
treec0701f10aecefb3a60af67c310b33b3d2bedeb0a /ChangeLog
parent262f61d869b95f63b393ae48d683b13e70322478 (diff)
parent4e86efaf0e20626d8f740fcff131bfd38453de4d (diff)
downloadrsyslog-1e819a8afe9494cc760196ac91f3b617bc073de9.tar.gz
rsyslog-1e819a8afe9494cc760196ac91f3b617bc073de9.tar.xz
rsyslog-1e819a8afe9494cc760196ac91f3b617bc073de9.zip
Merge branch 'beta'
Conflicts: runtime/rsyslog.h tools/syslogd.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9708572..763bad12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -266,6 +266,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
@@ -889,6 +904,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