summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-12 09:06:10 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-12 09:06:10 +0000
commita3021f86318f5fbec829a73146cf78105490b178 (patch)
treed79853c66e3b9e37a89fbcc4fd8a9823b32296a1 /ChangeLog
parentf61ddec38d94f0679a26229c201e6ad9cd77cd4b (diff)
downloadrsyslog-a3021f86318f5fbec829a73146cf78105490b178.tar.gz
rsyslog-a3021f86318f5fbec829a73146cf78105490b178.tar.xz
rsyslog-a3021f86318f5fbec829a73146cf78105490b178.zip
cleaned up stringbuf.c to fix an annoyance reported by Anders Blomdell
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1bba738..11bbc3e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 2.0.2 STABLE (rgerhards), 2008-02-??
+Version 2.0.2 STABLE (rgerhards), 2008-02-12
- fixed a bug that could cause invalid string handling via strerror_r
varmojfekoj provided the patch - many thanks!
- added x-info field to rsyslogd startup/shutdown message. Hopefully
@@ -13,6 +13,9 @@ Version 2.0.2 STABLE (rgerhards), 2008-02-??
- bugfix: trailing ":" of tag was lost while parsing legacy syslog messages
without timestamp - thanks to Anders Blomdell for providing a patch!
- bugfix (doc): misspelled config directive, invalid signal info
+- applied some doc fixes from Michel Biebl and cleaned up some no longer
+ needed files suggested by him
+- cleaned up stringbuf.c to fix an annoyance reported by Anders Blomdell
---------------------------------------------------------------------------
Version 2.0.1 STABLE (rgerhards), 2008-01-24
- fixed a bug in integer conversion - but this function was never called,