1.1-beta3: sky
* Fixed some memleaks (Thanks to Volker Lendecke)

1.1-beta4: sky

2004/03/26
* Fixed a remote DoS-Bug (NULL-pointer-dereference) (Thanks to Laurent Oudot)

1.1-beta5: sky

2004/06/21
* Fixed a bug which prevented working with djb's nameservers
  (performance with djb actually is bad, maybe someone who is more familiar
  with it can investigate that?)

1.1-beta6: sky

2004/06/28
* Mikhail Teterin sent me a big patch today, many thanks for that!
  
        . extensive const-poisoning;
        . removal of some of the unused functions;
        . switch from `LINUX' to `linux' -- a define provided by the
          compiler automaticly on Linux;
        . use of syslog(3) instead of printfs for debugging;
        . chroot-ing into a specified directory and setuid-ing to a
          specified uid after initialization (nstxd only for now, nstxcd
          should have this too) -- the daemons should, probably, refuse
          to run as root after initializing.

  He also reported a bug, where some dns-packets cause the server to
  dereference a NULL-pointer. This is now fixed, too.
  
