]> granicus.if.org Git - ipset/commitdiff
ipset 6.6 released v6.6
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 24 May 2011 08:29:06 +0000 (10:29 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 24 May 2011 08:29:06 +0000 (10:29 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index d32cf3f74462298afe3b707988e54ec5e1991e11..4dec7c2515eedcdf80a9306ddbbdfd25c19488d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+6.6
+ - Restore with bitmap:port and list:set types did not work, fixed
+ - Accept "\r\n" terminated COMMIT command in restore files
+ - Fix the message sequence number book-keeping
+ - Protocol-level debugging support added
+ - hash:net stress test in range notation added
+ - ipset_mnl_query: in debug mode print the errno returned by the cb
+   function
+ - Accept "\r\n" terminated lines in restore files
+ - Remove outdated checking of IPv6 support from configure.ac
+
 6.5
  - Support range for IPv4 at adding/deleting elements for hash:*net* types
  - Disable type revisions which are not supported both by the kernel and
index 6849ff5614736cd98b76fa9f1f959cc9139d99e9..f454dd0b84ae69a46ece33086502e4f173a0ce15 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.5], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.6], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
index 2603609f4b24177cf13d395ff5406c111a00b5f9..ed23d6235e7d72e058f34156df41c1742df13c8a 100644 (file)
@@ -1,3 +1,12 @@
+6.6
+ - Use unified from/to address masking and check the usage
+ - ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixed
+ - Take into account cidr value for the from address when creating the set
+ - Adding ranges to hash types with timeout could still fail, fixed
+ - Removed old, not used hashing method ip_set_chash
+ - Remove variable 'ret' in type_pf_tdel(), which is set but not used
+ - Use proper timeout parameter to jiffies conversion
+
 6.5
  - Support range for IPv4 at adding/deleting elements for hash:*net* types
  - Set type support with multiple revisions added