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 /doc/v6compatibility.html | |
parent | 4f0ff38f1cd0518e2b0dfdeffaef3373c9bd4f47 (diff) | |
download | rsyslog-e6e1ff65bcb577df238c9c24d55909bca6febbb3.tar.gz rsyslog-e6e1ff65bcb577df238c9c24d55909bca6febbb3.tar.bz2 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 'doc/v6compatibility.html')
-rw-r--r-- | doc/v6compatibility.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html index 3ed5b77d..bc803d2a 100644 --- a/doc/v6compatibility.html +++ b/doc/v6compatibility.html @@ -39,5 +39,6 @@ much coding. However, if the new config language shall be supported, more changes must be made to plugin code. All project-supported plugins have been upgraded, so this compatibility issue is only of interest for you if you have custom plugins or use some user-contributed plugins from the rsyslog project -that are not maintained by the project itself (omoracle is an example). +that are not maintained by the project itself (omoracle is an example). Please +expect some further plugin instablity during the initial v6 releases. </body></html> |