summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--linux/Makefile2
-rw-r--r--version.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2fd7c5ab..9fe4f8ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 1.12.x (RGer), 2006-xx-xx
+---------------------------------------------------------------------------
Version 1.12.2 (RGer), 2006-02-15
- fixed a bug in the RFC 3339 date formatter. An extra space was added
after the actual timestamp
diff --git a/linux/Makefile b/linux/Makefile
index 5ba380ba..9cbe648a 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -37,7 +37,7 @@ FEATURE_RFC3195=0
FEATURE_PTHREADS=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 29f69eca..50f169f6 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
#define VERSION "1.12"
-#define PATCHLEVEL "2"
+#define PATCHLEVEL "3"