summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-02-05 08:21:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-02-05 08:21:04 +0000
commit7de7c45688b15db11c1b7517835ddc06aaa46535 (patch)
tree6cb74e1bb4c4c239110473a9c075e0e9901bc570
parent83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a (diff)
downloadrsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.tar.gz
rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.tar.xz
rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.zip
preparing for releasing 1.13.1 (minor cleanup)
-rw-r--r--NEWS2
-rw-r--r--linux/Makefile2
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