summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-30 13:20:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-30 13:20:58 +0000
commit2dd6d08b5d4ec053095d532dc1540f6630553c9b (patch)
treed5f097c683603346f3dddcc62a08b2462307019a /ChangeLog
parentf8ab81bbb46f6ac1e2a27178356f6122cf90ec07 (diff)
downloadrsyslog-2dd6d08b5d4ec053095d532dc1540f6630553c9b.tar.gz
rsyslog-2dd6d08b5d4ec053095d532dc1540f6630553c9b.tar.xz
rsyslog-2dd6d08b5d4ec053095d532dc1540f6630553c9b.zip
- fixed a bug that could cause invalid string handling via strerror_r
varmojfekoj provided the patch - many thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a28dbc2..d3cb5095 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 2.0.2 STABLE (rgerhards), 2008-02-??
+- fixed a bug that could cause invalid string handling via strerror_r
+ 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,
so it is not really a useful bug fix ;)