forked from regit/pynetfilter_conntrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
50 lines (35 loc) · 1.26 KB
/
ChangeLog
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
ChangeLog
=========
Release 0.5 (2008-09-29)
------------------------
* New classes for EXPECT manipulation, Expect and ExpectEntry
* Remove Conntrack.destroy_conntrack(), replaced by ConntrackEntry.destroy()
* ConntrackEntry IP (v4 and v6) attributes are now IPy.IP objects
* Remove hashtuple attribute from ConntrackEntry
* BUGFIX: Don't convert endian (ntohl) when reading entry.status value
* Write cnetfilter_conntrack: Python binding of the
libnetfilter_conntrack library written in C
Release 0.4.2 (2007-10-16)
--------------------------
* Fix ConntrackEntry._getAttr() for Python 2.3
Release 0.4.1
-------------
* Fix ConntrackEntry.hashtuple for layer3 different than IPv4 and IPV6
* Use correct bitmask with ntohs() in ConntrackEntry._getAttr()
Release 0.4
-----------
* Rewrite from scratch for new libnetfilter_conntrack
Release 0.3.1
-------------
* Add debian/ subdirectory for Debian and Ubuntu packaging
Release 0.3
-----------
* Compliance with 'pickle'
* Minor enhancements in API
Release 0.2
-----------
* Python 2.3 compliant
* Use ElementTree (or cElementTree) to generate XML output
* nfct_address: add getIP(), returns a IPy.IP() object
* Fix minor bugs in ConntrackTable.filter()
* setup.py: add requires (used by setuptools)