summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-16 14:23:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-16 14:23:14 +0200
commit83360a6841ce7b3d28d26fde98d9ef4f03b1e229 (patch)
tree41d33433855d4d1a2279b9590befbcd2f3fc632e /ChangeLog
parentd090f525286377dbb25e977829e2bcbef1eb4ddf (diff)
downloadrsyslog-83360a6841ce7b3d28d26fde98d9ef4f03b1e229.tar.gz
rsyslog-83360a6841ce7b3d28d26fde98d9ef4f03b1e229.tar.xz
rsyslog-83360a6841ce7b3d28d26fde98d9ef4f03b1e229.zip
increased maximum size of a configuration statement to 4K (was 1K)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db47f415..d4ddca1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
---------------------------------------------------------------------------
-Version 3.19.12 [BETA] (rgerhards), 2008-08-25
+Version 3.19.12 [BETA] (rgerhards), 2008-10-16
- bugfix: subseconds where not correctly extracted from a timestamp
if that timestamp did not contain any subsecond information (the
resulting string was garbagge but should have been "0", what it
now is).
+- increased maximum size of a configuration statement to 4K (was 1K)
+- imported all fixes from the stable branch (quite a lot)
---------------------------------------------------------------------------
Version 3.19.11 [BETA] (rgerhards), 2008-08-25
This is a refresh of the beta. No beta-specific fixes have been added.