summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-26 15:42:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-26 15:42:18 +0200
commitf5155a74696c4e1bf367541a093351f47c439b38 (patch)
tree3bb6e0b7463ac135b3f8e6721fa5cea8bb7075aa
parent200b43431695d3d4cccadafb2a37373fc55af0bb (diff)
downloadrsyslog-f5155a74696c4e1bf367541a093351f47c439b38.tar.gz
rsyslog-f5155a74696c4e1bf367541a093351f47c439b38.tar.bz2
rsyslog-f5155a74696c4e1bf367541a093351f47c439b38.zip
doc: add enhancement to ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0b974e4..e3b18b8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 7.5.6 [devel] 2013-10-??
+- RainerScript: make use of 64 bit for numbers where available
+ Thanks to Pavel Levshin for enhancement.
- slight performance optimization if GCC is used
We give branch prediction hints for the frequent RETiRet macro which is
used for error handling. Some slight performance gain is to be expected