diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-09 14:17:40 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-09 14:17:40 +0100 |
commit | e6e1ff65bcb577df238c9c24d55909bca6febbb3 (patch) | |
tree | 2dde17927af06c2763364baedc35be409a2e9393 /ChangeLog | |
parent | 4f0ff38f1cd0518e2b0dfdeffaef3373c9bd4f47 (diff) | |
download | rsyslog-e6e1ff65bcb577df238c9c24d55909bca6febbb3.tar.gz rsyslog-e6e1ff65bcb577df238c9c24d55909bca6febbb3.tar.xz rsyslog-e6e1ff65bcb577df238c9c24d55909bca6febbb3.zip |
removing $Begin, $End, $StrictScoping directives
v6.4 will provide the same functionality in a far better way.
So we do not want to clutter the code.
-------------------------
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 6.2.0 [v6-stable], 2011-0?-?? +Version 6.2.0 [v6-stable], 2012-0?-?? - bugfix (kind of): removed numerical part from pri-text see v6 compatibility document for reasons - bugfix: race condition when extracting program name, APPNAME, structured @@ -17,6 +17,9 @@ Version 6.2.0 [v6-stable], 2011-0?-?? - bugfix: potential abort after reading invalid X.509 certificate closes: http://bugzilla.adiscon.com/show_bug.cgi?id=290 Thanks to Tomas Heinrich for the patch +- $Begin, $End, $StrictScoping directives have been removed as v6.4 will + provide the same functionality in a far better way. So we do not want + to clutter the code. --------------------------------------------------------------------------- Version 6.1.12 [BETA], 2011-09-01 - bugfix/security: off-by-two bug in legacy syslog parser, CVE-2011-3200 |