diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-02-05 08:21:04 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-02-05 08:21:04 +0000 |
commit | 7de7c45688b15db11c1b7517835ddc06aaa46535 (patch) | |
tree | 6cb74e1bb4c4c239110473a9c075e0e9901bc570 | |
parent | 83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a (diff) | |
download | rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.tar.gz rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.tar.xz rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.zip |
preparing for releasing 1.13.1 (minor cleanup)
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | linux/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |