summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-27 16:03:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-27 16:03:20 +0000
commit30ed8f1c8a846e2b4788a838de81b56e7d67f6d2 (patch)
tree5b007e2d91fc0cfe10512b1c7a453eb8b03f470c
parentf7542b97048a5cfa2b7915bfd6738f04d72e1be8 (diff)
downloadrsyslog-30ed8f1c8a846e2b4788a838de81b56e7d67f6d2.tar.gz
rsyslog-30ed8f1c8a846e2b4788a838de81b56e7d67f6d2.tar.xz
rsyslog-30ed8f1c8a846e2b4788a838de81b56e7d67f6d2.zip
perparing for next release (housekeeping stuff)
-rw-r--r--NEWS2
-rw-r--r--linux/Makefile2
-rw-r--r--sample.conf2
-rw-r--r--version.h4
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"