diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-27 16:03:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-27 16:03:20 +0000 |
commit | 30ed8f1c8a846e2b4788a838de81b56e7d67f6d2 (patch) | |
tree | 5b007e2d91fc0cfe10512b1c7a453eb8b03f470c | |
parent | f7542b97048a5cfa2b7915bfd6738f04d72e1be8 (diff) | |
download | rsyslog-30ed8f1c8a846e2b4788a838de81b56e7d67f6d2.tar.gz rsyslog-30ed8f1c8a846e2b4788a838de81b56e7d67f6d2.tar.xz rsyslog-30ed8f1c8a846e2b4788a838de81b56e7d67f6d2.zip |
perparing for next release (housekeeping stuff)
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | linux/Makefile | 2 | ||||
-rw-r--r-- | sample.conf | 2 | ||||
-rw-r--r-- | version.h | 4 |
4 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 1.11.0 (RGer), 2005-??-?? +--------------------------------------------------------------------------- Version 1.10.2 (RGer), 2005-09-27 - added comparison operations in property-based filters: * isequal diff --git a/linux/Makefile b/linux/Makefile index a82d285a..7b1c99e5 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -31,7 +31,7 @@ FEATURE_DB=0 FEATURE_REGEXP=1 # Enable debug mode (much slower code) -FEATURE_DEBUG=0 +FEATURE_DEBUG=1 ############################################################# # END OF USER SETTINGS # diff --git a/sample.conf b/sample.conf index 99f9f0e3..ec442b70 100644 --- a/sample.conf +++ b/sample.conf @@ -252,7 +252,7 @@ $template dbFormat,"insert into SystemEvents (Message, Facility,FromHost, Priori # to execute "turn-diesel-generator-on" when "power failed" is contained # in a message... ;) :msg, contains, "power failed" ^turn-diesel-generator-on -# (The script is passed the syslog message as first and only paramter. +# (The script is passed the syslog message as first and only parameter. # Other parameters can currently not be specified.) # Note that boolean operations (other than not [!]) are not @@ -1,2 +1,2 @@ -#define VERSION "1.10" -#define PATCHLEVEL "2" +#define VERSION "1.11" +#define PATCHLEVEL "0" |