1$Id: ChangeLog,v 1.7 2010/01/09 19:34:24 danny Exp $
2
3
4Changelog:
5--------------------------------------------------------------------------------
6version: 1.4.10
7- fix for properly display DNAT over SNAT connection
8
9version: 1.4.9
10- Added '-R' option to show routed connections instead of showing them with '-L'
11- Some allocation & free bugs were squashed
12
13version: 1.4.8
14- Added 'nf_conntrack' support
15- Added NAT host connection information (used IP and port for NAT)
16
17version: 1.4.7
18- fix for read-in (ip_conntrack), previous versions could sometimes hang or 
19  segfault on some systems.
20- fix for displaying dnat over snat connections.
21- changed my email to danny@tweegy.nl and changed homepage url
22
23version: 1.4.6
24- gcc 2.96 compatability fix
25- enlarged readin of ip_conntrack line
26
27version: 1.4.5
28- Protocol resolving instead of 'raw'
29
30version: 1.4.4
31- Extraction of IPs and ports more dynamicly so it can be used with layer7 and 
32  maybe others when layout of ip_conntrack changes
33
34version: 1.4.3 
35- Memory allocation operations and copiing of variables have been made saver. 
36- Changed my e-mail to danny@tweegy.demon.nl 
37
38version: 1.4.2
39- Fixed hussle up displayed states when sorting 
40- Added support to display unknown protocols (displayed as 'raw')
41- Fixes rpmlint warnings in .spec for RPM users (1.4.1-2.src.rpm allready 
42  contains allready new .spec file)
43- Some more understandable memory alloaction errors, displays now how many bytes 
44  are allocated
45- Removed unused variables
46- Check in code to exit, when there are no NAT connections
47- Compatible with uLibC
48
49version: 1.4.1
50- Changed memory allocation of entries to be dynamic. (was only noticeble if you 
51  support large numbers NAT connections)
52- Added argument to display version
53
54version: 1.4
55- Option to display connections to NAT box self.
56- Option to sort output by selection.
57
58version: 1.3.1
59- Fixed segmentation fault when displaying icmp connections, was trying to 
60  display ports also, which only occured in version 1.3
61- Fixed bug, displayed wrong icmp connection with state REPLIED.
62- Option to strip output-header.
63
64version: 1.3
65- Resolves portnumbers to names if listed in 'services'.
66- Re-arranged layout, space is now being used more efficiently.
67- Added a Makefile and a header file.
68- Some small code changes.
69
70version: 1.2.1
71- Adds a nice manpage and a README update
72
73version: 1.2
74- display DNAT connection support
75- display by destination IP/hostname
76- display by SNAT or DNAT connections
77- extended view for hostnames
78
79version: 1.1
80- display by source IP/hostname
81
82version: 1.0
83- Initial release, with some basic features
84
85--------------------------------------------------------------------------------
86