summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-27 10:17:50 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-27 10:17:50 +0000
commit1c549ffeb93729f46f6124c291818861a4cecf29 (patch)
tree691310cbf605670cdd94776e5e7d8ee1f9ddefde /NEWS
parent963ded1f45e5d4a257d2e0e51755c623f29bc103 (diff)
downloadrsyslog-1c549ffeb93729f46f6124c291818861a4cecf29.tar.gz
rsyslog-1c549ffeb93729f46f6124c291818861a4cecf29.tar.xz
rsyslog-1c549ffeb93729f46f6124c291818861a4cecf29.zip
completed allowedSender support for UDP (TCP to come next)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 518b9293..a2efa1a6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ Version 1.10.2 (RGer), 2005-09-2?
* startswith
- added ability to negate all property-based filter comparison oprations
by adding a !-sign right in front of the operation name
+- added the ability to specify remote senders for UDP
+ received messages. Allows to block all but well-known hosts
- changed the $-config line directives to be case-INsensitive
- new command line option -w added: "do not display warnings if messages
from disallowed senders are received"
@@ -12,6 +14,8 @@ Version 1.10.2 (RGer), 2005-09-2?
was not quoted in property-based filters
- fixed a bug in the new CStr compare function which lead to invalid
results (fortunately, this function was not yet used widely)
+- added better support for "debugging" rsyslog.conf property filters
+ (only if -d switch is given)
---------------------------------------------------------------------------
Version 1.10.1 (RGer), 2005-09-23
- added the ability to execute a shell script as an action.