summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-09 13:36:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-09 13:36:06 +0000
commit5b58b4f72e07239c823a8291c4fa91adcea8a9ad (patch)
tree513ae576740d06bd720d898b01cac5c3c0014c67 /NEWS
parent9a39532d953ac2a486635316ffd1970c993753de (diff)
downloadrsyslog-5b58b4f72e07239c823a8291c4fa91adcea8a9ad.tar.gz
rsyslog-5b58b4f72e07239c823a8291c4fa91adcea8a9ad.tar.xz
rsyslog-5b58b4f72e07239c823a8291c4fa91adcea8a9ad.zip
added DISCARD action to selector lines
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6cebe72e..4b15c91c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
Version 1.10.0 (RGer), 2005-09-??
REMINDER: 1.10 is the first unstable version if the 1.x series!
- changed stringbuf into a new counted string class
+- added support for a "discard" action. If a selector line with
+ discard (~ character) is found, no selector lines *after* that
+ line will be processed.
---------------------------------------------------------------------------
Version 1.0.0 (RGer), 2005-09-12
- changed install doc to cover daily cron scripts - a trouble source