1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
python-netfilter 0.6.4 (2016-07-25)
* Decode output of subprocess.Popen for python3 compatibility.
python-netfilter 0.6.3 (2015-10-22)
* Invoke iptables with --wait option if supported.
python-netfilter 0.6.2 (2015-05-28)
* Add PyPI classifiers.
* Rename from 'python-netfilter' to 'netfilter'.
python-netfilter 0.6.1 (2015-05-26)
* Python3 compatibility fixes.
python-netfilter 0.6.0 (2015-05-21)
* Handle negated source / destination / protocol / interfaces.
python-netfilter 0.5.9 (2012-10-02)
* Handle already existing IPv6 chains like IPv4.
python-netfilter 0.5.8 (2012-09-24)
* Optimise chain and rule parsing.
* Reindent code with spaces.
python-netfilter 0.5.7 (2011-03-21)
* use subprocess.Popen instead of popen2.Popen3 in netfilter.firewall
* handle match negation format of iptables-save 1.4.3 (thanks Björn Lässig)
python-netfilter 0.5.6 (2009-03-27)
* relicense under GPLv3 or later
python-netfilter 0.5.5 (2008-10-09)
* use Popen.communicate to avoid deadlock calling iptables-save
python-netfilter 0.5.4 (2008-04-17)
* handle source/destination format of iptables-save 1.4.0 (appends /32)
* add netfilter.firewall.getNode to retrieve node name (uname -n)
python-netfilter 0.5.3 (2007-12-31)
* add IPv6 support to Table and Firewall classes
python-netfilter 0.5.2 (2007-11-23)
* internal API: use lists, not strings to represent commands
* use subprocess.Popen instead of popen2.Popen3
python-netfilter 0.5.1 (2007-11-07)
* remove hard-coded path to iptables / iptables-save
python-netfilter 0.5.0 (2007-08-29)
* add netfilter.firewall
python-netfilter 0.4.3 (2007-07-25)
* add a buffered mode to netfilter.table.Table
python-netfilter 0.4.2 (2007-07-24)
* make it possible to delete/flush all chains in a table
* raise exceptions when iptables commands fail
python-netfilter 0.4.1 (2007-07-23)
* preserve ordering of tables / chains
* add a method to dump tables / chains / rules like iptable-save
* make it possible to get / set the policy for a chain
* add support for 'goto' target
python-netfilter 0.4.0 (2007-07-20)
* initial release
|