From e516bbe006d49760486894e5a3bf0a758d57a188 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 15 Feb 2006 08:53:17 +0000 Subject: preparing for 1.12.2 release --- NEWS | 6 +++--- freebsd/Makefile | 5 +---- linux/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index bfd824aa..2fd7c5ab 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ --------------------------------------------------------------------------- -Version 1.12.2 (RGer), 2005-12-?? -- fixed a bug in the RFC 3339 date formater. An extra space was added +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 - added support for providing high-precision RFC3339 timestamps for (rsyslogd-)internally-generated messages - very (!) experimental support for syslog-protocol internet draft - added + added (the draft is experimental, the code is solid ;)) - added support for field-extracting in the property replacer - enhanced the legacy-syslog parser so that it can interpret messages that do not contain a TIMESTAMP diff --git a/freebsd/Makefile b/freebsd/Makefile index 22fd8883..0dd25f95 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -31,10 +31,7 @@ FEATURE_REGEXP=1 # Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!) FEATURE_RFC3195=0 -# Enable multithreading via pthreads (very experimental!) -# Current thread code causes grief with signal handlers under -# BSD - chances are extremely high rsyslogd will dump core if -# enabled under BSD! +# Enable multithreading via pthreads (experimental!) FEATURE_PTHREADS=1 # Enable debug mode (much slower code) diff --git a/linux/Makefile b/linux/Makefile index 353445a2..5ba380ba 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -33,11 +33,11 @@ FEATURE_REGEXP=1 # Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!) FEATURE_RFC3195=0 -# Enable multithreading via pthreads (very experimental!) +# Enable multithreading via pthreads (experimental!) FEATURE_PTHREADS=1 # Enable debug mode (much slower code) -FEATURE_DEBUG=1 +FEATURE_DEBUG=0 # The following defines tell us where liblogging is located. This # is only needed if we build with RFC 3195 support. By default, -- cgit v1.2.3