From: Jozsef Kadlecsik Date: Fri, 21 Jan 2011 21:47:01 +0000 (+0100) Subject: ipset 5.4 released X-Git-Tag: v5.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aea91818d2c0d5949005724b669699025a4c7bf;p=thirdparty%2Fipset.git ipset 5.4 released --- diff --git a/configure.ac b/configure.ac index d1f001dd..c2b29672 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [5.3], [kadlec@blackhole.kfki.hu]) +AC_INIT([ipset], [5.4], [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 a8be34d6..8a5b3071 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,26 @@ +5.4 + - Fixed broken ICMP and ICMPv6 handling + - Fix trailing whitespaces and pr_* messages + - Un-inline functions which are not small enough (suggested by Patrick McHardy) + - Fix module loading at create/header command (reported by Patrick McHardy) + - Fix wrong kzalloc flag in type_pf_expire + - The get_ip*_port functions are too large to be inlined, move into the core + - Add missing __GFP_HIGHMEM flag to __vmalloc (suggested by Eric Dumazet) + - Enforce network-order data in the netlink protocol + - Use annotated types and fix sparse warnings (suggested by Patrick McHardy) + - Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into core + (suggested by Patrick McHardy) + - NETMASK*, HOSTMASK* macros are too generic, use small inline functions + (suggested by Patrick McHardy) + - Use static LIST_HEAD() for ip_set_type_list (suggested by Patrick McHardy) + - Move NLA_PUT_NET* macros to include/net/netlink.h (suggested by Patrick + McHardy) + - The module parameter max_sets should be unsigned int (reported by Patrick + McHardy) + - Get rid of ip_set_kernel.h (suggested by Patrick McHardy) + - Fix the placement style of boolean operators at continued lines + (suggested by Patrick McHardy) + 5.3 - There is no need to call synchronize_net() at swapping - Replace strncpy with strlcpy at creating a set