8773d86bb1ce1b51ad5336f3b01307cb2b63b5e6
[ipt_ACCOUNT] / ChangeLog
1 New in 1.14 - 2008-12-09
2 ------------------------
3 * Support for kernel 2.6.27
4
5 New in 1.13 - 2008-06-13
6 ------------------------
7 * Support for iptables 1.4.0 and 1.4.1
8 * Ability to delete rules by rule definition
9 * iptables 1.3.x is no longer supported
10
11 New in 1.12 - 2008-05-10
12 ------------------------
13 * Support for kernel 2.6.24 by Pontus Lundkvist
14 * Fixes some warnings for 2.6.23+
15
16 New in 1.11 - 2007-08-24
17 ------------------------
18 * Workaround for kernel bug when using one GB RAM and more
19
20 New in 1.10 - 2007-07-25
21 ------------------------
22 * Support for kernel 2.6.22
23
24 New in 1.9 - 2007-04-26
25 -----------------------
26 * Support for kernel 2.6.21
27
28 New in 1.8 - 2007-02-14
29 -----------------------
30 * Added compatibility glue for older 2.6 kernels (tested with 2.6.16.38)
31 * Better integration with userspace iptables tool
32
33 New in 1.7 - 2007-02-09
34 -----------------------
35 * Support for recent 2.6 kernels (tested with 2.6.19 and 2.6.20)
36 * 64 bit support by Carl-Daniel Hailfinger
37
38 New in 1.6 - 2006-06-12
39 -----------------------
40 * Kernel 2.6 support
41 * Fix for /32 netmasks
42 * Improved error handling
43 * Patch-o-matic apt-like download repository
44
45 New in 1.5 - 2005-04-15
46 -----------------------
47 * K&R style bracket placing
48 * Changed comments from C++ to C style
49 * Interrupt safe memory allocation
50 * Error checking on all memory allocations
51 * Splitted handle_get_data functions
52 * Initial public release