summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-11 07:47:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-11 07:47:27 +0000
commita745208787f3b2752e17d3171ca3e2a2f4f0d5c4 (patch)
tree5285880eb3e97a164f1f6e0ec31d13f56d92f716 /ChangeLog
parent463e2d8f186e631d07cf8e45b62c725fbc817f8e (diff)
downloadrsyslog-a745208787f3b2752e17d3171ca3e2a2f4f0d5c4.tar.gz
rsyslog-a745208787f3b2752e17d3171ca3e2a2f4f0d5c4.tar.xz
rsyslog-a745208787f3b2752e17d3171ca3e2a2f4f0d5c4.zip
bugfix: errno could be changed during mark processing, leading to invalid
error messages when processing inputs. Thank to varmojfekoj for pointing out this problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 065956b9..172f3f31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ Version 2.0.2 STABLE (rgerhards), 2008-02-??
they run rsyslog ;))
- bugfix: suspended actions were not always properly resumed
varmojfekoj provided the patch - many thanks!
+- bugfix: errno could be changed during mark processing, leading to
+ invalid error messages when processing inputs. Thank to varmojfekoj for
+ pointing out this problem.
---------------------------------------------------------------------------
Version 2.0.1 STABLE (rgerhards), 2008-01-24
- fixed a bug in integer conversion - but this function was never called,