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>2007-05-07 23:36:45 +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-07 23:36:45 +0000
commitf5123f2db878808a7431b8cc25c8eaa7813ed77f (patch)
tree8b3770254bde4569b40e4fcd0bd5c87ab1cc4ea0 /ChangeLog
parent64823c027ee22b51f8d82e238679cb299222931b (diff)
o introduce '--output xml,extended,timestamp' option for '-L', '-G' and '-E'
o several fixes for the output of usage messages
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59b297b..fb2d21b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,13 +32,14 @@ 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 introduce '--output xml,extended,timestamp' 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/
+o several fixes for the output of usage messages
version 0.9.2 (2006/01/17)
--------------------------