]> granicus.if.org Git - ipset/commitdiff
ipset 6.1 released v6.1
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 19 Mar 2011 10:20:57 +0000 (11:20 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 19 Mar 2011 10:20:57 +0000 (11:20 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index cbb193b2e9e4e26b4940221dfb99fd98f8d4742a..2316c5e5a0807a766bdffaebd507d3f76bb581a0 100644 (file)
--- 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
index fe31a22e2cd43c3bd3a4f18f155839e80cfbd5e8..2113069478a57db4edecc957549498f134a0e707 100644 (file)
@@ -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])
index 086fe4318c1d09617a5440ab3751978b7ac8a09f..e7f747ba6d5228a8bb9adc9e5006e2c56015f766 100644 (file)
@@ -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)