summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-19 16:33:56 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-19 16:33:56 +0000
commit832465309e350b4942565df33ef4ce8b5af49670 (patch)
tree6d6f4c8120d1c4e6b1669c4775f0ca152c765fe5
parentaaa7dd429cded84357c6a791d0cd3f290df84d28 (diff)
downloadrsyslog-832465309e350b4942565df33ef4ce8b5af49670.tar.gz
rsyslog-832465309e350b4942565df33ef4ce8b5af49670.tar.xz
rsyslog-832465309e350b4942565df33ef4ce8b5af49670.zip
preparation for next release (housekeeping)
-rw-r--r--NEWS2
-rw-r--r--linux/Makefile4
-rw-r--r--version.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3e1a8afb..a39bd0b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 1.11.2 (RGer), 2005-10-20
+---------------------------------------------------------------------------
Version 1.11.1 (RGer), 2005-10-19
- support for BSD-style program name and host blocks
- added a new property "programname" that can be used in templates
diff --git a/linux/Makefile b/linux/Makefile
index a7765232..50d3d5a5 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -31,10 +31,10 @@ FEATURE_DB=0
FEATURE_REGEXP=1
# Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!)
-FEATURE_RFC3195=0
+FEATURE_RFC3195=1
# Enable debug mode (much slower code)
-FEATURE_DEBUG=0
+FEATURE_DEBUG=1
# The following defines tell us where liblogging is located. This
# is only needed if we build with RFC 3195 support. By default,
diff --git a/version.h b/version.h
index 2d6fbca0..729c824b 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
#define VERSION "1.11"
-#define PATCHLEVEL "1"
+#define PATCHLEVEL "2"