From 7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Mon, 26 Sep 2005 13:56:21 +0000
Subject: added the "startwith" property-filter comparison operation
---
NEWS | 4 +++-
doc/bugs.html | 10 +++-------
stringbuf.c | 31 +++++++++++++++++++++++++++++++
stringbuf.h | 1 +
syslogd.c | 15 ++++++++++++---
5 files changed, 50 insertions(+), 11 deletions(-)
diff --git a/NEWS b/NEWS
index 7e0bd578..652fcc27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
---------------------------------------------------------------------------
Version 1.10.2 (RGer), 2005-09-2?
-- added the "isequal" comparison operation in property-based filters
+- added comparison operations in property-based filters:
+ * isequal
+ * startswith
- added ability to negate all property-based filter comparison oprations
by adding a !-sign right in front of the operation name
- fixed a bug that caused rsyslogd to dump core when the compare value
diff --git a/doc/bugs.html b/doc/bugs.html
index 7c3b8061..f3592b0c 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -11,14 +11,10 @@ bug tracker at sourceforge.net. This list here contains more architectural
things while the bug tracker most often lists things that you will actually
experience. I am working to combine the two lists, but for now you need to visit
both.
-This list has last been updated on 2005-09-20 by
+
This list has last been updated on 2005-09-26 by
Rainer Gerhards.
rsyslogd
-Property-Based Filters
-If you forget to specify the quotes around "value" in a property-based filter,
-rsyslogd segfaults immediately upon startup. Due to be fixed soon.
-REPEATED LOG LINES
-
+REPEATED LOG LINES
If multiple log lines with the exact same content are received,
the duplicates are NOT suppressed. This is done by sysklogd
in all cases. We plan to add this as an optional feature,
@@ -63,4 +59,4 @@ names...).
instances does not work. Use TCP instead.