summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-02 12:03:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-02 12:03:32 +0200
commit25bc87872aabe03b35ca81f6be069b686e6a8435 (patch)
tree8d5f2f98e191857e8e04cd816ee96de6a38e8629 /ChangeLog
parent1a9ac0ced72dd163228438af4f31f233fab20529 (diff)
parent2082d963975a88c8e4dee3a43b98d939f9a2323f (diff)
downloadrsyslog-25bc87872aabe03b35ca81f6be069b686e6a8435.tar.gz
rsyslog-25bc87872aabe03b35ca81f6be069b686e6a8435.tar.xz
rsyslog-25bc87872aabe03b35ca81f6be069b686e6a8435.zip
Merge branch 'beta'
Conflicts: ChangeLog action.c configure.ac doc/manual.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74aef59a..d7004554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,8 @@ Version 3.21.0 [DEVEL] (rgerhards), 2008-07-18
- imported all changes from 3.18.1 until today (some quite important,
see below)
---------------------------------------------------------------------------
+Version 3.19.12 [BETA] (rgerhards), 2008-08-25
+---------------------------------------------------------------------------
Version 3.19.11 [BETA] (rgerhards), 2008-08-25
This is a refresh of the beta. No beta-specific fixes have been added.
- included fixes from v3-stable (most importantly 3.18.3)
@@ -226,6 +228,21 @@ Version 3.19.0 (rgerhards), 2008-05-06
- -c option no longer must be the first option - thanks to varmjofekoj
for the patch
---------------------------------------------------------------------------
+Version 3.18.4 (rgerhards), 2008-09-??
+- bugfix: order-of magnitude issue with base-10 size definitions
+ in config file parser. Could lead to invalid sizes, constraints
+ etc for e.g. queue files and any other object whose size was specified
+ in base-10 entities. Did not apply to binary entities. Thanks to
+ RB for finding this bug and providing a patch.
+- bugfix: action was not called when system time was set backwards
+ (until the previous time was reached again). There are still some
+ side-effects when time is rolled back (A time rollback is really a bad
+ thing to do, ideally the OS should issue pseudo time (like NetWare did)
+ when the user tries to roll back time). Thanks to varmojfekoj for this
+ patch.
+- doc bugfix: rsyslog.conf man page improved and minor nit fixed
+ thanks to Lukas Kuklinek for the patch.
+---------------------------------------------------------------------------
Version 3.18.3 (rgerhards), 2008-08-18
- bugfix: imfile could cause a segfault upon rsyslogd HUP and termination
Thanks to lperr for an excellent bug report that helped detect this