0.7.6:
  Fixed potential problem of SQL injection
  Fixed problem where privileges weren't dropped correctly
  Implemented user configurable timeouts
  Implemented support for RFC 2449 and RFC 3206

0.7.5:
  Fixed authentication files (Jonathan Starks)
  Added some checks to prevent illegal array accesses
    (thanks to Alexander Bartolich)
  Added MySQL support (Jim Hull)

0.7.4:
  Removed all calls to strcpy and strcat (inspired by OpenBSD)
  Fixed a known problem with the GNU MD5 routines
  Fixed an important bug where username and password are extracted incorrectly
    (thanks to Alexander Bartolich)

0.7.3:
  Implemented timeout on writes
  A few code optimizations
  Lockfiles now contain the PID of the process that holds the lock
  Incorporated patch by sj@datanet.hu to use an mbox file in the user's
    home directory as mail spool
  Changed my email address to the new one

0.7.2:
  OpenSSL can now be disabled via a configure switch
  All unnecessary calls to malloc(3) and strdup(3) have been removed

0.7.1:
  Completely removed strncpy where not necessary
  Added strlcpy
  Added support for /etc/pop3.{allow,deny} files
  Fixed UIDL issue

0.7:
  Some code cleanups and message changes
  Added "-f <pidfile>" commandline switch, moved to using getopt(3)
  Spec file and /etc/init.d script for building RPMs
  Removed tiny header files (single-prototype, only included twice)
  Added "-c <certfile>", "-k <keyfile>" options
  Added "-l <listen-address>" option
  Fixed routines for TOP and RETR commands (bad '.' handling)
  Added "-a <authfile>" option, i.e. text-file authentication
  Added support for UIDL
  Bugfixes in the RETR and TOP output, and in LIST and STAT size counts

0.6:
  Optimized code in terms of size
  Improved mailbox parsing code after suggestions from Solar Designer
  Improved mailbox locking routine
  Added several commandline switches
  Added "daemonize" code

0.5:
  Added autoconf support
  Merged in patch for FreeBSD
  Updated documentation

0.4:
  Initial release.

$Id: ChangeLog,v 1.25 2003/08/23 09:31:46 ak Exp $
