0.0.9	+ dietlibc support ("make buildmode=diet" to enable diet build)
	+ Silly stream repositioning removed
	+ Lindent added and code Lindented
	+ Makefile cleaned up

0.0.10	+ Further shrinkage using compiler options and "strip" techniques
	"borrowed" from Felix von Leitner (see his paper on "Writing 
	Small Software" at http://www.fefe.de/dietlibc/diet.pdf )
	+ reliance on stdio removed
	+ Also changed to use libowfat
	+ parser(s) rewritten to not suck so much

0.0.11	+ Fixed to Actually Work[tm] using xinetd (and probably inet as well)

0.0.12	+ If running as root and /usr/share/empty does not exist, create a special 
	directory to chroot into and delete it.  Idea by Chris Evans.
	+ don't include the timeofday by default
	+ Add timeofday as hex if it is included
	+ Increase default cookie length to 16 bytes of entropy
	+ change #ifdef TOKEN to #if TOKEN != 0 in a few places
	+ runfiles for xinetd and tcpserver moved into "run" directory
	+ Lindent updated and source re-indented

0.0.13	+ Patch from Christian Kurz to allow debian packaging  and flexible package 
	installation
	+ Can now log to syslog (see slid_config.h). Thanks to Felix von 
	Leitner because I used his dietlibc syslog code as an example.
	+ "honest" identd supplied for those who want to give out cleartext usernames
	+ Parser Bugfixes

0.0.14  + Code from slid_log moved to slid_datestamp.  This allows some shrinkage.
	+ honest_identd now doesn't link with slid_random (it doesn't need it)
	+ Small changes for easier packaging.  "redhat" directory now includes rpm specfile
	+ manpage changes

0.0.15	+ Small changes to use sizeof() explicitly when passing the size of a static buffer
	+ strncpy replaced with memccpy in slid_log.c
	+ slid_remote_info now checks to see if TCPREMOTE env vars look plausible
	+ Audited with flawfinder - nothing exciting found
	+ Strip the main objects too

0.0.16  + read calls wrapped as "slid_read".  This means all reads returning EAGAIN or EINTR are retried.
	+ slid_readn added.  This protects against short reads before eof as well
	+ inet_aton return value now correctly checked in slid_tcptable
	+ ensure that any time we extract the ".s" member of a stralloc, that it is null-terminated correctly

0.0.17	+ honest_identd.8 manpage added
	+ changes to use buffer.h and associated functions
	+ eliminate lots of extraneous memory allocations by using buffer_put* where appropriate
	+ ditch err_msg_prealloc et al (yippee!)
	+ buggy newline append in slid_die (or was it slid_log?) removed and callers audited to add newlines
	+ return \r\n as per RFC

0.0.18	+ tcptable parser bug fixes
	+ debug code debugged

0.0.19	+ variable tcp table line lengths now correctly handled
	+ uid >= 1000 bug fix
	+ general tcptable parsing bug fixes
	+ tcptable parsing changed to use buffer_get and friends and greatly simplified

1.0.0 + rfc removed
	+ version incremented to 1.0.0
