From 30ed8f1c8a846e2b4788a838de81b56e7d67f6d2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 27 Sep 2005 16:03:20 +0000 Subject: perparing for next release (housekeeping stuff) --- NEWS | 2 ++ linux/Makefile | 2 +- sample.conf | 2 +- version.h | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b0dc01bf..ccf3391d 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/version.h b/version.h index b7a684d7..112d95d6 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define VERSION "1.10" -#define PATCHLEVEL "2" +#define VERSION "1.11" +#define PATCHLEVEL "0" -- cgit