0.94 - May 21, 1998

Fixed the freezing watch problem.  That was me, not Gtk as some people had
hinted.  I believe it had something to do with freezing or re-freezing my
Gtktext control.  I don't know because I redid that code and don't want that
bug coming back :)

0.93 - 

I changed directory structure around a little.  I copied the splash
screen to the correct location, and installed the info files into the doc
directory.  The idea for this came from Johnnie Ingram who made a debian
package with the files correctly organized :)

Also, speedups in the watch code.  Make sure you "make install"!

0.91 -

Fixed a little Makefile error (thanks Gus!) and redid the pcap patch so that
it wasn't broken :(

0.9d - 

1) Fixed pcap timeout problem (included the wrong patch!!! SORRY!!) -
repatch your libpcap, or change the two lines that around row 292 in file
pcap-linux to be:

pcap_timeout_s = (to_ms / 1000);
pcap_timeout_ms = (to_ms * 1000) % 1000000;

2) Added makefile option as suggested by Alvaro del Castillo

0.9c - First public release
