diff options
author | Michael Biebl <biebl@debian.org> | 2008-08-10 02:03:34 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-08-10 02:03:34 +0200 |
commit | 1f6d3725822e3fd676ca66d1b7f841ce2c9c434f (patch) | |
tree | a4f0541bd0ae4e4c96c204a35609df1afc889e64 /ChangeLog | |
parent | a0a154c1e0b88afbe3cabc2a5a4d3a4523681576 (diff) | |
download | rsyslog-1f6d3725822e3fd676ca66d1b7f841ce2c9c434f.tar.gz |
Imported Upstream version 3.18.2upstream/3.18.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 3.18.2 (rgerhards), 2008-08-08 +- merged in IPv6 forwarding address bugfix from v2-stable +--------------------------------------------------------------------------- Version 3.18.1 (rgerhards), 2008-07-21 - bugfix: potential segfault in creating message mutex in non-direct queue mode. rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) @@ -599,6 +602,11 @@ Version 3.10.0 (rgerhards), 2008-01-07 - much cleaner code due to new objects and removal of single-threading mode --------------------------------------------------------------------------- +Version 2.0.6 V2-STABLE (rgerhards), 2008-08-07 +- bugfix: IPv6 addresses could not be specified in forwarding actions + New syntax @[addr]:port introduced to enable that. Root problem was IPv6 + addresses contain colons. (backport from 3.21.3) +--------------------------------------------------------------------------- Version 2.0.5 STABLE (rgerhards), 2008-05-15 - bugfix: regular expressions inside property replacer did not work properly |