summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRB <aoz.syn@gmail.com>2008-09-01 16:40:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-01 16:40:24 +0200
commit8cba42c16a0d1d9ff9357379645e7c96ff9cef13 (patch)
tree9c909b3013f8f022ed4f0350d8c4dfc4bf6a0ae6 /ChangeLog
parent6cbc5652ddee825899d1126ddef51f6f8bfa6467 (diff)
downloadrsyslog-8cba42c16a0d1d9ff9357379645e7c96ff9cef13.tar.gz
rsyslog-8cba42c16a0d1d9ff9357379645e7c96ff9cef13.tar.xz
rsyslog-8cba42c16a0d1d9ff9357379645e7c96ff9cef13.zip
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. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1989d550..b03e9dc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+- 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