Version 0.5.1 (08.08.2009)
==========================
* Initial, unofficial release

Version 0.5.2 (06.09.2009)
==========================
* Initial, official release
* Fixed some race condition in netsniff-ng.c

Version 0.5.3 (06.12.2009)
==========================
* Added Makefile
* Added Manpage
* Documentation
* (Debian packaging)
* Some less code refractorings in netsniff-ng.c and 
  check_packets.c

Version 0.5.3.1 (16.12.2009)
============================
* check_packets.c has been put into src/clients/ due 
  to not officially supporting it anymore. It is just 
  a simple unix domain socket client example for netsniff-ng,
  but nothing more.

Version 0.5.4.0 (30.12.2009) - 'happy GNU year edition'
=======================================================
* Better usablility
* Added high-resolution timer
* Fixed small bugs / mem-leaks
* Major code refactorings
* Added SIGHUP ignorance, so for instance netsniff-ng keeps 
  alive on ssh-sessions
* Added pid output during start
* Better packet visualization
* Scheduler tweaks
* Setting process affinity to specific CPU on demand (via Param)
  This can be useful for a patched init proc, so that on demand
  netsniff-ng can be the only process for a single CPU
* -s option can now be switched on and off during runtime via SIGUSR2
* Option for running netsniff-ng in non-blocking mode

Version 0.5.4.1 (01.01.2010)
============================
* Security fix in netsniff-ng.c

Version 0.5.4.2 (14.02.2010)
============================
* Packet look-ahead within receive ring traversal method
* Basic BPF checks

