Changes in 0.73 Final:

* added man pages for nacctd(8) and nacctpeering(8) config file
* bugfix in netstat web interface. Thanx to Kostadin Zlatev <koce@velingrad.com>
* added FreeBSD 4.x start script. Thanx to Andrey A. Tutolmin (lh79@mail.ru)
* more detailed reports of netstat, per hour statistics and more .. see NEWS
  file in netstat dir for list of all changes by Boril Yonchev
* mrta2netacct perl script if you want to move from mrta -> nacct, this will
  convert mrta database to netacct - Boril Yonchev
* Documentation

Changes in 0.73rc4:

* RedHat init.d script update, now it supports chkconfig. thanx to XERXES
* some debug/commented code cleanups
* new web interface for compactnet logging by BASHbug (netstat).
* new style of compactnet logging (mrta style) in different table. all
  compactnet logs now goes to table traffic .. everything else in
  accounting. patch by BASHbug <bashbug@users.sourceforge.net>
* errr ... removed sql query -> syslog, makes syslog very large ;)
* fixed incorrect logged ports on tcp/udp session - missing ntohs(). thanks
  to Michael Gjels <mgj@pe.dk>

Changes in 0.73rc3:

* fixed disable fields in config file. now they are functional
* moved mysql table in config file, added pid file in config file, 
  added duration field (patches by kad@blackcatlinux.com)
* added safe_nacctd.pl to import data from net-acct-dump.o.x.x.x files
  in mysql (thanks to XERXES)
* added two styles of network mask in nacctpeering file
  12.3.4.5/24 or 1.2.3.4/255.255.255.0
* added --with-hashsize=number (to change default hashsize=4096)
* updated some documentation
* fixed nacctd dying when can't connect to mysql, writing is delayed
* fixed memory leak in capture.c
* fixed typing bug in process.c (does not remove data from dump file when 
  write it to mysql)

Changes in 0.73rc2:

* rewrite of autoconf support, libpcap & mysql search, more platforms, allow to
  set different dir for config file (--sysconfdir= option)
* ported original capture-pcap.c which was written for solaris to compile
  on linux and freebsd. now it is capture.c
* netacct-mysql now depends on mysql and libpcap
* fixed some linking errors (-lm and -lz .. for mysql)
* updated INSTALL docs
* added redhat.init script
* successdul compiled and run on Linux , OpenBSD 2.9 and FreeBSD 4.3

Changes in 0.73rc1:

* added compactnet confguration option
* added simple autoconf support
* moved mysql user/pass in config file
* added debian.init script
* added support for choosing mysql or file logging

Changes in 0.73a1:

* added mysql support, now data is written in mysql instead of file
* some compilations warnings fixed
