2002-10-10 <-- FIXME
  Version 0.13.0.
  Added note about old connections to the README document.
  Added patches against 2.4.18 and 2.4.19.
  Updated the make-patch script.
  Fixed netfilter "cannot parse the following line"-bug
  (reported by Matthijs in 't Anker).

2002-02-07
  Version 0.12.0.
  Added (still somewhat experimental) GTK version of connmon, gconnmon.
  Updated the README document with regard to gconnmon.
  Cleaned up the code in connmon a little.

2002-02-02
  Version 0.11.0.
  Improved how panes are layed out when window is resized.
  Fixed resizing problems with newer versions of ncurses
  (screen would not be redrawn after resize).
  Fixed an UI bug causing connections to be redrawn incorrectly.
  Improved documentation on how to apply patches.
  Renamed configuration option conn_host_name_dots to conn_host_dots.
  Fixed possible compilation error (missing EOF identifer).
  Added info about more build errors.
  This time the version number in the main window was updated. :)

2002-01-06
  Version 0.10.0.
  Added info about more build errors.
  Fixed linux connmon driver so that it works on 2.2.x kernels
  (reported by Ashley M. Kirchner and others).
  Fixed a build error (conflicting types for `getline' in src/compat/getline.c)
  (reported by Falk Hueffner).
  Added a script to generate kernel patches, along
  with patches against 2.4.15, 2.4.16 and 2.4.17.
  Added the .spec file for making RPM packages of connmon.

2001-11-19
  Version 0.9.0.
  Added support for monitoring connections via /proc/net/{tcp,udp}
  (i.e. need for Netfilter is no longer required). However, transfer
  rate will not be displayed.
  Redesigned libconnmon code to make it more modularized.
  Added a new option --driver to control what kernel interface to use.
  Updated documentation.

2001-11-17
  Version 0.8.0.
  Fixed a long standing bug that would result in (seemlessly) random
  segmentation faults.
  Fixed a bug that would terminate connmon with a "Resource temporarily
  unavailable" error.
  Fixed a bug that would cause segmentation fault on exit.
  Improved error reporting and messages.
  Implemented experimental connection filtering through --f, --filter option
  (not documented yet).
  Added Debian package support.

2001-11-16
  Version 0.7.0.
  Fixed a compilation error: hnl_ghba.c:147: storage size of `addr' isn't known.
  Implemented color scheme support (through -c, --color-scheme option).
  Documented the color scheme file format in the README.
  Add some example color schemes (in the examples directory).
  Cleaned up the code, resulting in less memory usage among other things.
  Binary packages for SuSE are now available, thanks to Pascal Bleser
  (see README).
  
2001-11-15
  Version 0.6.0.
  Fixed a serious bug that made it impossible to monitor transfer rates
  at all. (Note that it is not necessary to patch the kernel again.)
  Updated documentation.
  Updated help displayed by --help.
  Improved host name lookup. It is possible to specify file which
  the `hosts' service should read ip to host name-mappings from.
  Implemented configurable port name lookup (enabled by default).
  Added and changed some command line options.

2001-11-14
  Version 0.5.0.
  Added documentation about common build problems.
  Code cleanup: Separated all hostname lookup code into a library
  called libhnl. Hopefully some bugs were fixed along the way.
  New command line option `lookup-services' replaces old options.
  Implement hostname caching (controllable via command line option).
  Resizing the terminal while showing help now works better.
  Added help key display in bottom of help window.

2001-11-12
  Version 0.4.0.
  Implemented command line options to display help and version,
  control poll and inactivity time, and to disable dns/hosts
  hostname lookup.
  Now displays ICMP connection types as strings.
  Fixed a bug in the /etc/hosts lookup code that would cause
  hostname corruption and eventually segfault.

2001-11-11
  Version 0.3.0.
  Implemented hostname lookup via /etc/hosts.
  Fixed version number in main display.
  Fixed case of SI unit kilo (k instead of K).
  Hopefully fixed a bug that would terminate connmon with the error
    "cannot check DNS query: No such process"
  Fixed more UI bugs:
    Redraw connections only when help is not showing.
    Page up/down keys now scroll a screen page (not 12 lines)
  Improved error messages - added missing newlines.
  Added more info about feedback in README.

2001-11-11
  Version 0.2.0.
  Updated documentation:
    Added info about required Debian packages.
  Fixed some UI bugs:
    Column width was incorrectly calculated.
    Connections were drawn in the wrong list when the hostname was looked up.
  Added missing ChangeLog file to common library.
  Fixed bug in Makefiles:
    Clean would not execute properly because of missing -f to rm.
    Clean target in source root directory was not working at all.

2001-11-10
  Version 0.1.0.
  First release.
