From 173d19a6e5462373af13e928d860a4db32c36de1 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 10 May 2012 11:54:18 +0200 Subject: ipset 6.12 released --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- kernel/ChangeLog | 14 ++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74a81a2..d5f01f5 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 3789cf0..d9a71d3 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 69d3e54..819ac6e 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 -- cgit v1.2.3