summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-05 15:02:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-05 15:02:49 +0200
commit15adf8f1fda97b5c744e92390ef7e41ce3d7f3b2 (patch)
tree8a70d11e1c38d74621ef4cdf0abe95c1c9a364ab /ChangeLog
parent87576f85699afd0aba3f8a3716b343f8f568d1f0 (diff)
downloadrsyslog-15adf8f1fda97b5c744e92390ef7e41ce3d7f3b2.tar.gz
rsyslog-15adf8f1fda97b5c744e92390ef7e41ce3d7f3b2.tar.xz
rsyslog-15adf8f1fda97b5c744e92390ef7e41ce3d7f3b2.zip
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. Also somewhat enhanced debugging messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 185ce688..8aaba62d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------
+Version 3.21.3 [DEVEL] (rgerhards), 2008-08-05
+- 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.
+- somewhat enhanced debugging messages
+---------------------------------------------------------------------------
Version 3.21.2 [DEVEL] (rgerhards), 2008-08-04
- added $InputUnixListenSocketHostName config directive, which permits to
override the hostname being used on a local unix socket. This is useful