natlog (1.01.0) 

  * Added configuration option `conntrack-command'. With the `conntrack'
    command the icmp, udp and tcp layer four protocols are monitored. By
    default natlog's `conntrack' command monitors the tcp protocol.

  * Added configuration option `conntrack-restart, to specify how often
    conntrack may be restarted if its process prematurely ends.

  * The configuration option `conntrack-path' is discontinued, and
    `conntrack-command' should be used instead. See the man-page for details.

  * Added configuration option `protocol', to specify which layer four
    protocols to monitor with the `conntrack' command.

  * The default pid file path is set to `/run/natlog.pid'.

  * Replaced FBB::Errno calls by FBB::Exception

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 10 Feb 2014 20:21:27 +0100

natlog (1.00.2) 

  * Added a missing #include <sstream> to the showseconds.ih header, required
    by g++ 8.4.2. 

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 01 Dec 2013 18:15:46 +0100

natlog (1.00.1) 

  * Natlog's version bumped to 1.00.1, after 1 year of active use.

  * Removed the class Signal from natlog's classes as it's available in
    Bobcat. 

  * Explicitly including previously implicitly included  bobcat/errno

  * Cleanup of icmconf file

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 08 Jun 2013 10:57:34 +0200

natlog (0.91.3) 
  
  * Natlog returns 0 for options --help and --version

  * Catching Errno exceptions is replaced by catching std::exception
    exceptions 

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 25 Jan 2013 08:58:07 +0100

natlog (0.91.2) 
  
  * Added build-depends file and INSTALL files.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 07 Nov 2012 12:03:53 +0100

natlog (0.91.1) 

  * build script recognizes CXX, CXXFLAGS, LDFLAGS environment variables

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 15 Jul 2012 14:40:11 +0200

natlog (0.91.0) 

  * Normal end of program (e.g., the starting daemon or ending
    natfork/childprocess) now returns 0, otherwise 1

  * Checking whether conntrack runs is implemented by inspecting the access
    rights for /proc/net/ip_conntrack

  * Reorganized message handling: all messages generated by the daemon are
    sent to the syslog daemon, unless --no-syslog was specified

  * General code cleanup

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 21 Jun 2012 13:45:11 +0200

natlog (0.90.0) 

  * Updated sourceforge's `excluded' file.

  * Added the --pid-file option defining the location of a file holding 
    the daemon's PID. By default the pid-file is /var/run/natlog.pid. 

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 16 Jun 2012 12:03:01 +0200

natlog (0.80.0) 

  * Added auto-detection of devices without Ethernet packet headers

  * Natlog's pcap mode now writes syslog messages

  * Added option --stdout (-s) writing syslog-equivalent messages to the
    standard ouput

  * General code cleanup and reorganization

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 15 Jun 2012 17:01:08 +0200

natlog (0.30.0) 

  * Initial implementation of 'natlog in out', performing direct packet
    capturing on the `in' and `out' devices.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 14 Jun 2012 14:37:42 +0200

natlog (0.20.0)

  * NATLOG writes incomplete connections to syslog when terminated by a
    SIGTERM signal.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 11 Jun 2012 16:42:40 +0200

natlog (0.10.0)

  * NATLOG now hosted at sourceforge (http://natlog.sourceforge.net/).

  * Added maintenance files to handle uploads to sourceforge

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 09 Jun 2012 16:39:34 +0200

natlog (0.03.0)

  * Syslog message and man-page cleanup

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 07 Jun 2012 17:20:04 +0200

natlog (0.02.0)

  * Processed elements are now removed from `record' in conntrack/run.cc

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 07 Jun 2012 14:10:19 +0200

natlog (0.01.0)

  * Project Start.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Tue, 05 Jun 2012 22:17:08 +0200
