--- /var/tmp/portage/net-firewall/xtables-addons-1.39/work/xtables-addons-1.39/doc/changelog.txt 2011-09-21 17:59:41.000000000 +0000 +++ /var/tmp/portage/net-firewall/xtables-addons-1.42/work/xtables-addons-1.42/doc/changelog.txt 2012-04-05 04:58:46.000000000 +0000 @@ -3,6 +3,45 @@ ==== +v1.42 (2012-04-05) +================== +Fixes: +- compat_xtables: fixed mistranslation of checkentry return values + (affected kernels < 2.6.23) +- xt_SYSRQ: fix compile error when crypto is turned off +Changes: +- ipset6-genl has been dropped from the tree; + the libmnl build-time dependency is thus no longer needed +Enhancements: +- Support for Linux 3.3, 3.4 + + +v1.41 (2012-01-04) +================== +Changes: +- Deactivate build of ipset-genl by default. + I think the original ipset package can now take over, given there are + a handful of kernels (2.6.39 onwards) that do not need patching. +Enhancements: +- Support for Linux 3.2 + + +v1.40 (2011-11-30) +================== +Fixes: +- build: the code actually requires at least iptables 1.4.5 (would yield a + compile error otherwise), make sure configure checks for it; update INSTALL +- xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used +- xt_ipv4options: fix an infinite loop +Changes: +- xt_ECHO: now calculates UDP checksum +- Linux kernel versions below 2.6.32 are no longer officially + supported, and will not be part of compilation testing. +- update to ipset 6.10 +Enhancements: +- xt_ECHO: IPv6 support + + v1.39 (2011-09-21) ================== Fixes: @@ -71,7 +110,6 @@ Changes: - Linux kernel versions below 2.6.29 are no longer officially supported, and will not be part of compilation testing. - Expect that compat code will be removed shortly. v1.33 (2011-02-02)