summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-12-10 15:20:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2008-12-10 15:20:27 +0100
commit6b1a023f256030d19e12bbaeaeb236e4d664d90a (patch)
tree3b807b64f41681c51d92bc01143cbc9cb6154296 /ChangeLog
parentf716ff2349ba2d59d2540e5dd14fc08c67b68a0a (diff)
parent054ae7bf174dbbf6721c0379d17383d0113dc90b (diff)
downloadrsyslog-6b1a023f256030d19e12bbaeaeb236e4d664d90a.tar.gz
rsyslog-6b1a023f256030d19e12bbaeaeb236e4d664d90a.tar.xz
rsyslog-6b1a023f256030d19e12bbaeaeb236e4d664d90a.zip
Merge branch 'debian_lenny' into v3-stable
Conflicts: ChangeLog configure.ac doc/manual.html net.h plugins/imtcp/imtcp.c plugins/imudp/imudp.c runtime/net.c runtime/rsyslog.h tcps_sess.c tcpsrv.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 680c67ad..be7a979d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -208,6 +208,16 @@ Version 3.19.0 (rgerhards), 2008-05-06
- -c option no longer must be the first option - thanks to varmjofekoj
for the patch
---------------------------------------------------------------------------
+Version 3.18.7 (rgerhards), 2008-12-??
+- some legacy options were not correctly processed.
+ Thanks to varmojfekoj for the patch.
+---------------------------------------------------------------------------
+Version 3.18.6 (rgerhards), 2008-12-08
+- security bugfix: $AllowedSender was not honored, all senders were
+ permitted instead (see http://www.rsyslog.com/Article322.phtml)
+ (backport from v3-stable, v3.20.9)
+- minor bugfix: dual close() call on tcp session closure
+---------------------------------------------------------------------------
Version 3.18.5 (rgerhards), 2008-10-09
- bugfix: imudp input module could cause segfault on HUP
It did not properly de-init a variable acting as a linked list head.