From: Thomas Jarosch Date: Fri, 6 Feb 2009 16:41:36 +0000 (+0100) Subject: Compiled short changelog from git history and netfilter announce mails X-Git-Tag: v1.15~3 X-Git-Url: http://developer.intra2net.com/git/?p=ipt_ACCOUNT;a=commitdiff_plain;h=f79e70ad975254d71a64599fde06e80d2050885f Compiled short changelog from git history and netfilter announce mails --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..a2a6fdc --- /dev/null +++ b/ChangeLog @@ -0,0 +1,52 @@ +New in 1.14 +----------- +* Support for kernel 2.6.27 + +New in 1.13 +----------- +* Support for iptables 1.4.0 and 1.4.1 +* Ability to delete rules by rule definition +* iptables 1.3.x is no longer supported + +New in 1.12 +----------- +* Support for kernel 2.6.24 by Pontus Lundkvist +* Fixes some warnings for 2.6.23+ + +New in 1.11 +----------- +* Workaround for kernel bug when using one GB RAM and more + +New in 1.10 +----------- +* Support for kernel 2.6.22 + +New in 1.9 +----------- +* Support for kernel 2.6.21 + +New in 1.8 +----------- +* Added compatibility glue for older 2.6 kernels (tested with 2.6.16.38) +* Better integration with userspace iptables tool + +New in 1.7 +----------- +* Support for recent 2.6 kernels (tested with 2.6.19 and 2.6.20) +* 64 bit support by Carl-Daniel Hailfinger + +New in 1.6 +----------- +* Kernel 2.6 support +* Fix for /32 netmasks +* Improved error handling +* Patch-o-matic apt-like download repository + +New in 1.5 +----------- +* K&R style bracket placing +* Changed comments from C++ to C style +* Interrupt safe memory allocation +* Error checking on all memory allocations +* Splitted handle_get_data functions +* Initial public release