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 12:37:28 +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 12:37:28 +0000
commit10ff3f6d075a3ef000f87912d2c400e8a8818206 (patch)
treec4beacaabe13b906ff45fdf479845f67d9391385 /ChangeLog
parent17960668a2f901ec0855a6fac99ed652a5136ac6 (diff)
Max Kellermann <max@duempel.org>:
there is no need to check capabilities - the socket() call will fail a few lines later anyway, producing an error message which is good enough.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02f6668..661ebe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,6 +87,7 @@ 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
version 0.9.5 (2007/07/29)
------------------------------