From: Jan Engelhardt Date: Wed, 2 Feb 2011 03:48:40 +0000 (+0100) Subject: Merge branch 'geoip' X-Git-Tag: v1.33~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bf41a29434bb41eea403736316139d4d28e60d;p=thirdparty%2Fxtables-addons.git Merge branch 'geoip' --- 07bf41a29434bb41eea403736316139d4d28e60d diff --cc doc/changelog.txt index 049c11d,5d31f9c..2a58ba6 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@@ -2,27 -2,10 +2,28 @@@ HEAD ==== Fixes: -- Update to ipset 4.5 - * the iptreemap type used wrong gfp flags when deleting entries +- build: restore functionality of `configure --without-kbuild` +- build: fix objdir builds for ipset-5 (xt-a specific) +- xt_LOGMARK: fix detection of untracked connection for Linux >= 2.6.36 Enhancements: + - IPv6 support for xt_geoip +- Update to ipset 5.3 + * make IPv4 and IPv6 address handling similar + * show correct line numbers in restore output for parser errors +- Update to ipset 5.4 + * fixed ICMP and ICMPv6 handling + * fixed trailing whitespaces and pr_* messages + * fixed module loading at create/header commands + + +v1.32 (2011-01-04) +================== +Fixes: +- Update to ipset 4.5 + * the iptreemap type used wrong gfp flags when deleting entries +- Include ipset 5.2 with genetlink patch (beta) + * no kernel patch needed, but requires Linux >= 2.6.35 + and thus needs to be manually enabled in mconfig v1.31 (2010-11-05)