summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-10 08:45:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-10 08:45:07 +0200
commit3d87bbfa9c9c6d111861fcfa393c887b0c7ef99e (patch)
tree343011831a9a47306d4d1c332191b71370de8cf1 /ChangeLog
parent38f875c582eacce25594daf0b41655f2ee677f24 (diff)
parent3a0060c6eb7ae71221a6d08248af2fb356202583 (diff)
downloadrsyslog-3d87bbfa9c9c6d111861fcfa393c887b0c7ef99e.tar.gz
rsyslog-3d87bbfa9c9c6d111861fcfa393c887b0c7ef99e.tar.xz
rsyslog-3d87bbfa9c9c6d111861fcfa393c887b0c7ef99e.zip
Merge branch 'v3-stable' into MAXHOSTNAMELEN
Conflicts: configure.ac
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf6a169f..b207a979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,11 @@ Version 3.15.0 (rgerhards), 2008-04-01
Michael Biebl for pointing these problems out.
---------------------------------------------------------------------------
Version 3.14.2 (rgerhards), 2008-04-??
+- bugfix: omsnmp had a too-small sized buffer for hostname+port. This
+ could not lead to a segfault, as snprintf() was used, but could cause
+ some trouble with extensively long hostnames.
+---------------------------------------------------------------------------
+Version 3.14.2 (rgerhards), 2008-04-09
- bugfix: segfault with expression-based filters
- bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused)
- some cleanup