Compiled short changelog from git history and netfilter announce mails
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 6 Feb 2009 16:41:36 +0000 (17:41 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 6 Feb 2009 16:41:36 +0000 (17:41 +0100)
ChangeLog [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
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