Version 1.0  11/30/2003
-------------------------

Ooops, I let it lapse off freshmeat.

- Added query limit.
- Patch from Sven Oliver Moll <svolli@svolli.de> to allow a username to be
  specified on the command line. bsidentd can now fully replace nullidentd.
- Debian package
- Screw it lets go 1.0

Version 0.9.1  ?/?/2000
-----------------------

I woke up the next morning with some patches from Peter Pentchev
<roam@orbitel.bg> in my mailbox:

- Niftier more portable makefile
  (I am Jack's smirking suggestion to use autoconfig)
- Read input in chunks rather than a byte at a time
- Moved the random number generator seeding out of the loop. I forgot to do
  this, silly me...

Suppose I'll have to do another release:

- Changelog added!
  (I always liked documentation that was far more interesting than the program
  itself)
- More code cleanup
- Ran it through indent
- Made functions return 0 for success, and 1 for failure. Not the other way
  around...
- Got rid of the goto
- Whee

Version 0.9  ?/?/2000
---------------------

First public release. Changes from nullidentd:

- Random username generation added late one night around 2am and slapped up on
  freshmeat around 3am, after once again getting banned on IRC and wishing
  nullidentd would return a random name. Well, I finally went and patched it...
- Removed username specification on the command line because I didn't feel like
  finding a way to preserve it cleanly. You don't need it do you?
- Some code cleanup. Compiles cleanly with -Wall. There were several unused
  variables around...
