summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-16 14:36:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-16 14:36:38 +0200
commit77ce2a61a0bed02e06c510e679fe99a291575e2a (patch)
tree1e404bc0fdce0b19078621fef3161952e5e8bd8c
parent98bd8a0b9b19fc6725b6536de711c8d460dd4e49 (diff)
downloadrsyslog-77ce2a61a0bed02e06c510e679fe99a291575e2a.tar.gz
rsyslog-77ce2a61a0bed02e06c510e679fe99a291575e2a.tar.bz2
rsyslog-77ce2a61a0bed02e06c510e679fe99a291575e2a.zip
doc: mention new features in ChangeLog
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dab45f08..3c41c667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
-- bugfix: unset statement always worked on message var, even if local
- var was given
---------------------------------------------------------------------------
Version 7.5.6 [devel] 2013-10-??
+- improved performance of RainerScript variable access
+ by refactoring the whole body of variable handling code. This also
+ solves some of the anomalies experienced in some versions of rsyslog.
+ All variable types are now handled in unified code, including
+ access via templates.
- RainerScript: make use of 64 bit for numbers where available
Thanks to Pavel Levshin for enhancement.
- slight performance optimization if GCC is used
@@ -14,6 +17,8 @@ Version 7.5.6 [devel] 2013-10-??
such, we consider the current approach as an experiment that did not
work out and opt to removing it, clearing the way for a better future
solution. Note: global vars were introduced in 7.5.3 on Sept, 11th 2013.
+- bugfix: unset statement always worked on message var, even if local
+ var was given
- imudp: support for binding to ruleset added
- bugfix: segfault if variable was assigned to non-container subtree
Thanks to Pavel Levshin for the fix