Removed versioning information from macros.h
[netsniff-ng.git] / CHANGELOG
blob1d8e9a3cbdfe0c9b84b23b141fb64ec13f1dc53d
1 Version 0.5.1 (08.08.2009)
2 ==========================
3 * Initial, unofficial release
5 Version 0.5.2 (06.09.2009)
6 ==========================
7 * Initial, official release
8 * Fixed some race condition in netsniff-ng.c
10 Version 0.5.3 (06.12.2009)
11 ==========================
12 * Added Makefile
13 * Added Manpage
14 * Documentation
15 * (Debian packaging)
16 * Some less code refractorings in netsniff-ng.c and 
17   check_packets.c
19 Version 0.5.3.1 (16.12.2009)
20 ============================
21 * check_packets.c has been put into src/clients/ due 
22   to not officially supporting it anymore. It is just 
23   a simple unix domain socket client example for netsniff-ng,
24   but nothing more.
26 Version 0.5.4.0 (30.12.2009) - 'happy GNU year edition'
27 =======================================================
28 * Better usablility
29 * Added high-resolution timer
30 * Fixed small bugs / mem-leaks
31 * Major code refactorings
32 * Added SIGHUP ignorance, so for instance netsniff-ng keeps 
33   alive on ssh-sessions
34 * Added pid output during start
35 * Better packet visualization
36 * Scheduler tweaks
37 * Setting process affinity to specific CPU on demand (via Param)
38   This can be useful for a patched init proc, so that on demand
39   netsniff-ng can be the only process for a single CPU
40 * -s option can now be switched on and off during runtime via SIGUSR2
41 * Option for running netsniff-ng in non-blocking mode
43 Version 0.5.4.1 (01.01.2010)
44 ============================
45 * Security fix in netsniff-ng.c
47 Version 0.5.4.2 (14.02.2010)
48 ============================
49 * Packet look-ahead within receive ring traversal method
50 * Basic BPF checks