12019-01-06; netsed 1.3:
2  - fix from debian package thanks Mats Erik Anersson:
3    - Build failure during test phase. (ie fix uninitialized alloc)
4    - Ruby interpreter complains. (ie fix test)
5  - Remove gitignore from release archive.
6  - Fix warning: ‘*’ in boolean context.
7  - Implement standard release signature.
8
92013-10-11; netsed 1.2:
10  - new feature from Mats Erik Anersson:
11    - Direction dependant rules.
12
132012-08-15; netsed 1.1:
14  - several fix from Mats Erik Anersson:
15    - Let Makefile use externally exported CFLAGS.
16    - Make the macro LINUX_NETFILTER be conditionally active.
17    - Allow traditionally delimited rules.
18    - Regulate dual-stacking of listener.
19    - Linking flag needed for OpenSolaris.
20    - Fix for option IPV6_V6ONLY.
21  - License clarification.
22  - Implemented options to force IP version 4 or 6.
23  - Added long options --ipv4, --ipv6 and --ipany.
24  - Changed help display.
25  - Adjust to changes in the Ruby 1.9 require syntax. By Sven Hoexter
26
272010-09-02; netsed 1.00b:
28  - Transparent proxy mode for netfilter (linux 2.4 and 2.6)
29
302010-07-15; netsed 1.00a:
31  - major architecture rework:
32    - only one process is needed
33    - added tracking connection structure
34    - all receive sockets are select()ed
35    - udp is implemented
36  - improved tests.
37  - added developers documentation in source code (doxygen)
38
392010-07-02, netsed 0.02c:
40  - added a test suite in test directory
41  - catching ctrl-C and closing sockets:
42    - to do that I also used a select for the listening socket, getting rid of
43      the usleep call ;)
44    - this also improve batch tests as it wont wait for some timeout to reuse
45      the socket.
46
472010-06-19, netsed 0.02b:
48  - imported patches from '#397420' :
49    - IPv6 compatible reimplentation of resolving code
50    - some minor other changes
51
522010-06-19, netsed 0.02a:
53  - detecting client/server disconnection (not only on write fail)
54  - using select in treatment process to avoid useless cpu load 'Debian Bug #586037'
55  - resolving rhost address if needed 'Debian Bug #397420'
56  - rule replacement was replacing all occurence of any rule,
57    but will leave 1 char between any rule match,
58    fixed to replace all occurence of the rules directly.
59
60someday, netsed 0.01c:
61  - last available netsed version taken from debian archive.
62
63