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