From 46be94a0ae4af704b1a1b04007724a28d1b37fbb Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 23 Nov 2005 11:51:52 +0000 Subject: housekeeping/preparing for next release --- NEWS | 2 ++ linux/Makefile | 2 +- version.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f30caaf3..85360a11 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 1.12.2 (RGer), 2005-11-?? +--------------------------------------------------------------------------- Version 1.12.1 (RGer), 2005-11-23 - made multithreading work with BSD. Some signal-handling needed to be restructured. Also, there might be a slight delay of up to 10 seconds diff --git a/linux/Makefile b/linux/Makefile index 0d341184..353445a2 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -31,7 +31,7 @@ FEATURE_DB=0 FEATURE_REGEXP=1 # Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!) -FEATURE_RFC3195=1 +FEATURE_RFC3195=0 # Enable multithreading via pthreads (very experimental!) FEATURE_PTHREADS=1 diff --git a/version.h b/version.h index fb94d189..29f69eca 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ #define VERSION "1.12" -#define PATCHLEVEL "1" +#define PATCHLEVEL "2" -- cgit