summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-19 08:11:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-19 08:11:45 +0200
commita328d6bd3921aa696e790b16e3c36a0f951258aa (patch)
treee12fc297e30b135497dcd950b4102878b4bdee4d
parentf2e64772488170f21c333cc0bfcf5f289007f457 (diff)
downloadrsyslog-a328d6bd3921aa696e790b16e3c36a0f951258aa.tar.gz
rsyslog-a328d6bd3921aa696e790b16e3c36a0f951258aa.tar.xz
rsyslog-a328d6bd3921aa696e790b16e3c36a0f951258aa.zip
doc: add imported bugfix to ChangeLog
plus some cleanup
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e5196f0..5dc5584b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
----------------------------------------------------------------------------
+Version 7.1.13 [beta] 2012-10-??
+- bugfix: imuxsock did not properly honor $LocalHostIPIF
+----------------------------------------------------------------------------
Version 7.1.12 [beta] 2012-10-18
- minor updates to better support newer systemd developments
Thanks to Michael Biebl for the patches.
@@ -145,8 +148,6 @@ Version 6.5.1 [devel] 2012-08-??
- added pure JSON output plugin parameter passing mode
- ommongodb now supports templates
- bugfix: imtcp could abort on exit due to invalid free()
-- bugfix: remove invalid socket option call from imuxsock
- Thanks to Cristian Ionescu-Idbohrn and Jonny Törnbom
- bugfix: missing support for escape sequences in RainerScript
only \' was supported. Now the usual set is supported. Note that v5
used \x as escape where x was any character (e.g. "\n" meant "n" and NOT