Version 0.5:

Bug 1
-----
In some cases the Ignore dont work correctly..
it ignores everything, this will be fixed as
soon as i have time to.

Bug 2
-----
Eats memory like a hungry horse..
probably memory leaks somewhere in code,
will check for them whenever i get the time.. (and feel like it ;-)
Since i don't get paid or anything for doing this, i only do
what i think is FUN, and debugging and such is NOT fun..
wait until version 1.0 is released if you want a
"USABLE" version.. at the timeof writing version 0.5
has just been released. And i feel less motivated
to work on this project now than i did when i started,
so updates/bugfixes might not be too fast..

-----------------------------------------------------------------------

Version 0.52:

0.5 Bug 1. 
----------
fixxed by caching lookup().
it was simply the lookup routine that slowed down
the program ALOT by looking up each host with gethostbyaddr().
now we cache the last host that connected, and if the next connect
is from the same host we dont have to look it up.
If 2 hosts scans you at the same time tho, it will be very slow.
Im considering adding cache of more than 1 host at a time,
and probably will when i get the time.

0.5 Bug 2.
----------
Like i expected, we receive a NULL pointer causing us to coredump.
It haven't been fixed yet, but i should try to have it fixed in a later
version. 
(later the same day)
HAHA!, silly me :)
I had forgot a continue; after a del_exhost() call, which caused
the NULL pointer.. :-)
Im now doing a test-run and if it works out i will release this.
Thanx to the guys who wrote GDB.. for being such a good and free debugger :)
(later)
Fixxed another NULL pointer, now we dont eat memory like a hungry horse
anymore, in fact we're not hungry at all! :-)
my testrunning has lasted for about 24 hours now, no coredump.
and only 1.5% - 5.5% memory usage (16 ram + 32 swap).
(next day)
Found another NULL pointer and fixxed it, maybe it can survive for more
than a day now? :)


-----------------------------------------------------------------------

Version 0.53: (was never released because of too fast update to next version)

Fixed program letting packets with ACK trough.
now we ONLY get the right one's :-)

-----------------------------------------------------------------------

Version 0.55:

now MOST output goes trough ts_fprintf() instead of fprintf().
to make events timestamped. on request by email. :-)

-----------------------------------------------------------------------

Version 0.60

Fixed ts_fprintf() not using %lu. Patch received from KJS.

Added "multimail" support, we can now use more than only 1 --mail

-----------------------------------------------------------------------

Version 0.65

added a pid file and SIGHUP handler so that it is easy
to rotate the log files from a crontab script
Dec 1998      Skip Carter <skip@taygeta.com>
--
added -k option to go with the pidfile -MC

-----------------------------------------------------------------------

Version 0.70 - Tue Dec 22 14:19:02 MET 1998

changed close() in go_backgroundf() to fclose()
to make fileno(stdout) report -1.
--
made fclose() in restart_sig_handler() check for errors
as lameout would not be a valid FILE * if not using logfile's.
--
added -r option to report pid of running process
--
added function to see if another process is already running
--
added function to see if PIDFILE is stale

* Expect more bugs in this one as im very sick and less concentrated at the moment :( *
