summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--linux/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf7db149..283ae834 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
-Version 1.12.x (RGer), 2006-10-04
+Version 1.12.4 (RGer), 2006-??-??
+---------------------------------------------------------------------------
+Version 1.12.3 (RGer), 2006-10-04
- implemented some changes to support Solaris (but support is not
yet complete)
- commented out (via #if 0) some methods that are currently not being use
diff --git a/linux/Makefile b/linux/Makefile
index a24a9846..45299baa 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,