]> granicus.if.org Git - ipset/commitdiff
ipset 6.7 released v6.7
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 31 May 2011 19:44:47 +0000 (21:44 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 31 May 2011 19:44:47 +0000 (21:44 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index 4dec7c2515eedcdf80a9306ddbbdfd25c19488d0..b7920daa3e07d37dc37cced232b61b8a93c6a665 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+6.7
+ - Whitespace and coding fixes, detected by checkpatch.pl
+ - hash:net,iface type introduced
+ - hash:* tests may seem to fail due to the too wide grep pattern, fix them
+ - Remove iptree tests and compatibility element parsing
+ - hash:net test may seem to fail due to the too wide grep pattern, fix it
+ - Fix long time uncovered bug at adding string attributes to the netlink
+   messages
+ - Fix warnings reported by valgrind
+ - Remove supporting set types iptree and iptreemap
+
 6.6
  - Restore with bitmap:port and list:set types did not work, fixed
  - Accept "\r\n" terminated COMMIT command in restore files
index f454dd0b84ae69a46ece33086502e4f173a0ce15..107ba026fdef4a0f747e4fc26187b4fa6e6fa742 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.6], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.7], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
index ed23d6235e7d72e058f34156df41c1742df13c8a..b74de499068940ae11c12968cfbac5142fd8e11b 100644 (file)
@@ -1,3 +1,11 @@
+6.7
+ - Whitespace and coding fixes, detected by checkpatch.pl
+ - hash:net,iface type introduced
+ - Use the stored first cidr value instead of '1'
+ - Fix return code for destroy when sets are in use
+ - Add xt_action_param to the variant level kadt functions, ipset API change
+ - Drop supporting kernel versions below 2.6.35
+
 6.6
  - Use unified from/to address masking and check the usage
  - ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixed