diff options
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> | 2007-05-06 18:00:06 +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> | 2007-05-06 18:00:06 +0000 |
commit | 64823c027ee22b51f8d82e238679cb299222931b (patch) | |
tree | d9da4bf02c86de5716f6d7f3161d3a6763305a37 /ChangeLog | |
parent | 37ef0a638d19ca5145f6d4868e42b7aa2c735d46 (diff) | |
download | conntrack-tools-64823c027ee22b51f8d82e238679cb299222931b.tar.gz conntrack-tools-64823c027ee22b51f8d82e238679cb299222931b.zip |
- update changelog
- use positive logic in error handling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,7 @@ version 0.9.3 (yet unreleased) ------------------------------ + += conntrackd = o fix commit of confirmed expectations (reported by Nishit Shah) o fix double increment of counters in cache_update_force() (Niko Tyni) o nl_dump_handler must return NFCT_CB_CONTINUE (Niko Tyni) @@ -28,6 +30,16 @@ o kill cache feature abuse: introduce nicer cache hooks for sync algorithms o fix oversized buffer allocated in the stack in the cache functions o add support to dump internal/external cache in XML format '-x' += conntrack = +o port conntrack to the new libnetfilter_conntrack API +o introduce '--xml' option for '-L', '-G' and '-E' +o deprecated '--id' +o replace '-a' by '--src-nat' and '--dst-nat' +o use positive logic in error handling +o remove sctp support until is fully supported in the kernel side +o update conntrack manpage +o update test.sh file in examples/cli/ + version 0.9.2 (2006/01/17) -------------------------- o remove spamming packet lost messages |