summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-23 15:04:24 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-23 15:04:24 +0100
commit072fc663a83b2050d961d1c7ec7aa16f12842c9a (patch)
treeea701458975a339c4c729df7d72597cf4b300ea8 /ChangeLog
parente0afe5c8258d4b70ade84f1176c44ae6d593f2df (diff)
downloadrsyslog-072fc663a83b2050d961d1c7ec7aa16f12842c9a.tar.gz
rsyslog-072fc663a83b2050d961d1c7ec7aa16f12842c9a.tar.xz
rsyslog-072fc663a83b2050d961d1c7ec7aa16f12842c9a.zip
added replacements for atomic instructions on systems that do not support them.
[backport of Stefen Sledz' patch for v5]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc12e856..b8deeb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
Version 4.6.2 [v4-stable] (rgerhards), 2010-03-??
- new feature: "." action type added to support writing files to relative
pathes (this is primarily meant as a debug aid)
+- added replacements for atomic instructions on systems that do not
+ support them. [backport of Stefen Sledz' patch for v5)
- added new property replacer option "date-rfc3164-buggyday" primarily
to ease migration from syslog-ng. See property replacer doc for
details. [backport from 5.5.3 because urgently needed by some]