summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-12-19 09:19:04 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-12-19 09:19:04 +0100
commit7febb07e2a587c0646c155796ed1fa91f89682fb (patch)
treebf5719dd096f6450f879339b6f23ba6a10796aaf
parent9abe47d0229d2ec3f58b77f6790de2a44bbc64bf (diff)
downloadrsyslog-7febb07e2a587c0646c155796ed1fa91f89682fb.tar.gz
rsyslog-7febb07e2a587c0646c155796ed1fa91f89682fb.tar.bz2
rsyslog-7febb07e2a587c0646c155796ed1fa91f89682fb.zip
update 7.3.5 release datev7.3.5
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 17c01f17..2df723a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,20 @@
---------------------------------------------------------------------------
-Version 7.3.5 [devel] 2012-12-18
+Version 7.3.5 [devel] 2012-12-19
- ommysql: addded batching/transaction support
- enhanced script optimizer to optimize common PRI-based comparisons
These constructs are especially used in SUSE default config files,
but also by many users (as they are more readable than the equivalent
PRI-based filter).
+- omudpspoof: add support for new config system
+- omudpspoof: add support for packets larger than 1472 bytes
+ On Ethernet, they need to be transmitted in multiple fragments. While
+ it is known that fragmentation can cause issues, it is the best choice
+ to be made in that case. Also improved debug output.
+- bugfix: omudpspoof failed depending on the execution environment
+ The v7 engine closes fds, and closed some of libnet's fds as well, what
+ lead to problems (unfortunately, at least some libnet versions do not
+ report a proper error state but still "success"...). The order of libnet
+ calls has been adjusted to by in sync with what the core engine does.
- bugfix: segfault on imuxsock startup if system log socket is used
and no ratelimiting supported. Happens only during initial config
read phase, once this is over, everything works stable.