From f79e70ad975254d71a64599fde06e80d2050885f Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 6 Feb 2009 17:41:36 +0100 Subject: [PATCH] Compiled short changelog from git history and netfilter announce mails --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) create mode 100644 ChangeLog 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 -- 1.7.1