16 April 2000 version 0.31-pre
	* Added more stuff from OpenSSH to handle arc4random on machines
	  that don't have it (Linux, for example).  Cryptographically
	  acceptable random number generation for UUIDs on all platforms
	  now, I hope.  Just say "No!" to MAC-address-based UUID generators
	  (Windows).

16 April 2000 version 0.30-pre
	* Replaced questionable GUID code with IETF Network Working Group
	  reference implementation by Paul J. Leach and Rich Salz dated
	  February 24, 1997.  Check uuid.c for more details.
	* Moved network.c over to Glib.
	* Repaired numerous memory leaks and cleaned up pointer use.
	  Hopefully no more crashes or leaks originating from the network
	  layer.
	* Added convenience functions to stream_sched for "tail recursion".

14 April 2000 version 0.22-pre
	* Fixed bug with inbound connections.

14 April 2000 version 0.21-pre
	* Reasonably aggressive TTL filtering.
	* Very aggressive duplicated-query filtering.
	* Defend against ridiculous payload size.
	* Defend against evil malformed packets.
	* Completely rewritten protocol handler.
	* Accepts inbound connections.

11 April 2000 version 0.20

	* Changed name to Gnubile due to conflict with existing VB client.
	* Removed aborts when getsockname is called on unconnected sockets.
	* Hopefully fixed SEGV when a packet is routed to a disconnected
	  host.
	* Removed assert when PING packet is received with non-zero payload
	  length.
	* Reduced CPU utilization at small expense to UI responsiveness.
	* Added host catcher.
	* Added query hit counter.
	* Removed a few memory leaks.
	* Drop PING packets with non-zero payload.

10 April 2000 version 0.10

	* First pre-release.  Very very raw.  Crashes all the time.
