summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-18 13:09:49 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-18 13:09:49 +0000
commit91d431dacd79d93d671ace690e2e9c7fbb0f2877 (patch)
tree40757240f65899615dfc4f6b1f8c7b2f47d4af48 /ChangeLog
parent406e9ad8c741fe18b9f3722bed679c3dc4e96614 (diff)
Max Kellermann <max@duempel.org>:
Simplify logging infrastructure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a9dfd8b..25c8c38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,6 @@ o add support for related conntracks (requires Linux kernel >= 2.6.22)
o show error and warning messages to stderr
o hash lookup speedups based on comments from netdev's discussions
o add support for connection logging to the statistics mode via Logfile
-o implement buffered connection logging to improve performance
o minor irrelevant fixes for uncommon error paths and fix several typos
o detach daemon from its terminal (Ben Lenitz <BLentz@channing-bete.com>)
o obsolete `-S' option: Use information provided by the config file
@@ -81,13 +80,12 @@ o always close stdin - even in non-daemon mode, it is of no use
o chdir("/") to release the cwd inode
o ignore setsid() failure, because there is only one possible and
o fix harmless error condition
-o add buffer_destroy() to buffer.c
o fix memory leaks in several error output paths
-o use size_t for buffer sizes
o import only required C headers and put local headers on top to check
o fix double free() bug in the error output path of mcast_create()
o eliminate unsed cache_get_conntrack() in rs_list_to_tx()
o remove capability code and rely on the error returned by the syscall
+o major simplification of the logging infrastructure
o use fputs() instead of fprintf() in log.c
version 0.9.5 (2007/07/29)