Version 0.10.4 - 17 October 1999 - Andres KRAPF and Robert CHERAMY
------------------------------------------------------------------
* solved compile problem on RedHat like systems
* Makefile should work with every (also non GNU) make now
* define to permit Linux to use getopt longoptions and other systems not
* define to support <net/bpf.h> in old OpenBSD versions
* fix to permit Sytem V systems to catch SigHUP several times

Version 0.10.3 - 3 October 1999 - Andres KRAPF and Robert CHERAMY
-----------------------------------------------------------------
As a new version comes, with type of data changes, new bugs appeared.
* Andres made the "long long int" really work.
* Andres corrected a bug that made ipfm segfault when no data to output.
* Robert made ipfm keep using promisc mode under Linux, due to libpcap
  misbehaviour with program forks.

Version 0.10.2 - 18 September 1999 - Andres KRAPF and Robert CHERAMY
--------------------------------------------------------------------
* Andres made the new version compile under free BSD
* Robert corrected a bug in configure.in that prevented ipfm to compile with
  a local installed libpcap
* data size transfer counters have been set to type unsigned long long 
  instead of unsigned long int. Not all compilers work with this type, but
  we don't know which ones. As soon as people get annoyed, we will add an
  #ifdef for these compilers. This was to make ipfm support transfers bigger
  than 4GBytes.

Version 0.10 - 12 August 1999 - Robert CHERAMY
----------------------------------------------
* Added a ./configure
* Runs in background
* Works under IRIX
* Compiles under AIX

Version 0.9 - 12 July 1999 - Robert CHERAMY
-------------------------------------------
* Extended configuration functionality for keyword "LOG"
* Zombie bug fix for libc5 systems. Thanks to Aleksi Pihkanen and Richard
  Gray for submitting this bug.
* If a reverse DNS fails and returns an empty string, the ip is
printed in the output file.
* Output files have a more regular timestamp
* Pierre BAILLET <octplane@via.ecp.fr> submitted a patch to Makefile,
in order to make the command "make install" available

Version 0.8 - 28 May 1999 - Andres KRAPF & Robert CHERAMY
---------------------------------------------------------
Andres added the NEWLOG feature, so IPFM can now handle multiple log
configurations (It means you don't have to run several ipfm to have different
log options)
Signal handling has been improved (bug fixes and SIGINT handeld)
Robert fixed the bugs he introduced in Lex & Yacc in version 0.7

Version 0.7 - 13 May 1999 - Andres KRAPF
---------------------------------------
Reverse DNS and Sort options for log file.
Tables flush, sort and reverse DNS are made by a separated process (fork())
Lex & Yacc improvement and bug fix by Robert CHERAMY

Version 0.6 - 9 May 1999 - Robert CHERAMY & Andres KRAPF
--------------------------------------------------------
Handles SigHUP (flush tables and reload config), SigTERM (flush tables) 
and SigKILL (Exit)
Possibility to specify config file with option -c in command line.
More accurate log option, which looks at the two IPs of the packet.

Version 0.5 - 6 May 1999 - Andres KRAPF
---------------------------------------
IPFM works under Free BSD
Detects default pcap device if not specified in ipfm.conf

Version 0.4 - 3 May 1999 - Robert CHERAMY
-----------------------------------------
IPFM works under linux.
It uses basis logging rules
