From 7de7c45688b15db11c1b7517835ddc06aaa46535 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 5 Feb 2007 08:21:04 +0000 Subject: preparing for releasing 1.13.1 (minor cleanup) --- NEWS | 2 +- linux/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 469901b7..f5d70b7a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.13.1 (RGer), 2007-02-xx +Version 1.13.1 (RGer), 2007-02-05 - changed the listen backlog limit to a more reasonable value based on the maximum number of TCP connections configurd (10% + 5) - thanks to Guy Standen for the hint (actually, the limit was 5 and that was a diff --git a/linux/Makefile b/linux/Makefile index 7fe6f6c5..c8321a75 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 # Enable regular expressions FEATURE_REGEXP=1 -- cgit