summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-09 17:24:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-09 17:24:03 +0200
commit7cbbba198913ff3403116d2364d8765cfdd7f162 (patch)
treee7cf6e94a4fe284d6bfe2a09054db8d06616be09
parent848bd8f9d93c6913d8345b68637b66d2b6ea49d2 (diff)
downloadrsyslog-7cbbba198913ff3403116d2364d8765cfdd7f162.tar.gz
rsyslog-7cbbba198913ff3403116d2364d8765cfdd7f162.tar.xz
rsyslog-7cbbba198913ff3403116d2364d8765cfdd7f162.zip
preparing for 3.18.5 releasev3.18.5
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbfbfd00..77d7be77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 3.18.5 (rgerhards), 2008-10-??
+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.
That resulted in trying to access freed memory blocks after the HUP.