summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-11 07:29:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-11 07:29:01 +0000
commit3141c15442cdb669d6e5a609011e655e2b1e8815 (patch)
tree8db9660158ad3745f889b4017db978d31449a1be /ChangeLog
parent886bcc2dec65590dfe893d7d02bd28d480a8e876 (diff)
downloadrsyslog-3141c15442cdb669d6e5a609011e655e2b1e8815.tar.gz
rsyslog-3141c15442cdb669d6e5a609011e655e2b1e8815.tar.xz
rsyslog-3141c15442cdb669d6e5a609011e655e2b1e8815.zip
bugfix: suspended actions were not always properly resumed varmojfekoj
provided the patch - many thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24370bc9..065956b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ Version 2.0.2 STABLE (rgerhards), 2008-02-??
- added x-info field to rsyslogd startup/shutdown message. Hopefully
points users to right location for further info (many don't even know
they run rsyslog ;))
+- bugfix: suspended actions were not always properly resumed
+ varmojfekoj provided the patch - many thanks!
---------------------------------------------------------------------------
Version 2.0.1 STABLE (rgerhards), 2008-01-24
- fixed a bug in integer conversion - but this function was never called,