summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-15 10:06:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-15 10:06:33 +0200
commit526e7d0d3fd12c255a51e2ac74df8fbf56abc31b (patch)
tree13893e11938b06aab7387b6d90b1e92aa855c44e /ChangeLog
parentf31e2b3b66b6ed21c96cfe3526c9c8b4aee309ed (diff)
parente7deab65dcad38a613c749e44e36c6c795000867 (diff)
downloadrsyslog-526e7d0d3fd12c255a51e2ac74df8fbf56abc31b.tar.gz
rsyslog-526e7d0d3fd12c255a51e2ac74df8fbf56abc31b.tar.xz
rsyslog-526e7d0d3fd12c255a51e2ac74df8fbf56abc31b.zip
Merge branch 'v4-stable' into v5-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d25cb53..6d431d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -792,6 +792,9 @@ Version 4.7.0 [v4-devel] (rgerhards), 2010-04-14
- imported changes from 4.5.6 and below
---------------------------------------------------------------------------
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.