summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-14 12:47:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-14 12:47:04 +0200
commite7deab65dcad38a613c749e44e36c6c795000867 (patch)
tree5316a4237d82cb05b548f4c1b39580f81299ac9f /ChangeLog
parent4195f9cb08cddaeae37dc88c5e879d84391b4359 (diff)
downloadrsyslog-e7deab65dcad38a613c749e44e36c6c795000867.tar.gz
rsyslog-e7deab65dcad38a613c749e44e36c6c795000867.tar.xz
rsyslog-e7deab65dcad38a613c749e44e36c6c795000867.zip
bugfix: IPv6-address could not be specified in omrelp
this was due to improper parsing of ":" closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 917ce51f..e63c5d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
---------------------------------------------------------------------------
Version 4.6.6 [v4-stable] (rgerhards), 2010-11-??
+- bugfix: IPv6-address could not be specified in omrelp
+ this was due to improper parsing of ":"
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=250
- bugfix: imfile potentially duplicates lines
This can happen when 0 bytes are read from the input file, and some
writer appends data to the file BEFORE we check if a rollover happens.