diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | kernel/ChangeLog | 6 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +6.1 + - Manpage was not installed (reported by Mark A. Ziesemer) + - SCTP, UDPLITE support to the hash:*port* types added + 6.0 - Print protocol version together with ipset version - Testsuite compatibility with debugging enabled diff --git a/configure.ac b/configure.ac index fe31a22..2113069 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [6.0], [kadlec@blackhole.kfki.hu]) +AC_INIT([ipset], [6.1], [kadlec@blackhole.kfki.hu]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index 086fe43..e7f747b 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,9 @@ +6.1 + - The hash:*port* types ignored the address range with non TCP/UDP, fixed + - Fix checking the revision number of the set type at create command + - SCTP, UDPLITE support to hash:*port* types added + - Fix revision reporting got broken by the revision checking patch + 6.0 - Reorganized kernel/ subdir - netfilter: ipset: fix linking with CONFIG_IPV6=n (Patrick McHardy) |