From 2c9f4abdfddd8d742d9fb8bb61b369704b647da1 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 31 May 2011 21:44:47 +0200 Subject: ipset 6.7 released --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- kernel/ChangeLog | 8 ++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4dec7c2..b7920da 100644 --- 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 diff --git a/configure.ac b/configure.ac index f454dd0..107ba02 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index ed23d62..b74de49 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -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 -- cgit v1.2.3