From: Jozsef Kadlecsik Date: Thu, 10 May 2012 09:54:18 +0000 (+0200) Subject: ipset 6.12 released X-Git-Tag: v6.12.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173d19a6e5462373af13e928d860a4db32c36de1;p=thirdparty%2Fipset.git ipset 6.12 released --- diff --git a/ChangeLog b/ChangeLog index 74a81a23..d5f01f59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +6.12 + - Cleanup generated files by make tidy + - Add more CC warning option to debug mode + - Report syntax error messages immediately + - Suppress false syntax error messages + - Add configure summary for the ipset userspace tool + - Add dynamic module support to ipset userspace tool + (Neutron Soutmun) + - Move ipset_port_usage() into lib (Neutron Soutmun) + - Fix invalid assignment to const void pointer (bug reported by Seblu) + - Remove unused variables (warnings fixed) + - Fix timeout value overflow bug at large timeout parameters + (bug reported by Andreas Herz) + - Improve ipset help text messages (Mr Dash Four) + 6.11 - Support hostnames and service names with dash - Exceptions support added to hash:*net* types diff --git a/configure.ac b/configure.ac index 3789cf0e..d9a71d34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [6.11], [kadlec@blackhole.kfki.hu]) +AC_INIT([ipset], [6.12], [kadlec@blackhole.kfki.hu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index 69d3e54e..819ac6e4 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,17 @@ +6.12 + - Backport nla_put_net* functions as NLA_PUT* were removed + - netlink: add netlink_dump_control structure for netlink_dump_start() + - ipset: Stop using NLA_PUT*(). + - Fix hash size checking in kernel (bug reported by Seblu) + - Correct README file about minimal required iptables version + (Oskar Berggren) + - Sparse warnings "incorrect type in assignment" fixed + - Fix timeout value overflow bug at large timeout parameters + (bug reported by Andreas Herz) + - ipv6: Add fragment reporting to ipv6_skip_exthdr(). + - net: remove ipv6_addr_copy() + - Fix the inclusion of linux/export.h (Henry Culver) + 6.11 - hash:net,iface timeout bug fixed - Exceptions support added to hash:*net* types