From f4cc1901f1387faac6df3032ddf73f2a52da4fde Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 19 Mar 2011 11:20:57 +0100 Subject: ipset 6.1 released --- ChangeLog | 4 ++++ configure.ac | 2 +- kernel/ChangeLog | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbb193b..2316c5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) -- cgit v1.2.3