summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-19 11:20:57 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-19 11:20:57 +0100
commitf4cc1901f1387faac6df3032ddf73f2a52da4fde (patch)
tree4acd5533109f3cb86e6f2ac8b096ff49a38b8a03
parent9d001ebc259d84a91321b0c339e55e5b0557ef1b (diff)
ipset 6.1 releasedv6.1
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog6
3 files changed, 11 insertions, 1 deletions
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)