	Only the last entry is complete, the others might have been condensed.

1996/07/15: v0.00
	    After a day of RFC reading and intense hacking, cucipop is born
1996/07/16: v0.10
	    Tweaked here and there, and added Content-Length: support
	    Added UIDL and APOP support
	    Put cucipop into production at our own ISP pop server
1996/07/18: v0.20
	    Ironed out some protocol problems with a mailer that doesn't
	       stick to RFC1939
1996/07/29: v1.00
	    After a grace period of 2 weeks, tweaking the logging and
	       general appearance a bit cucipop sees the light of day and
	       is ready to be released upon an unsuspecting world
1996/08/01: v1.01
	    Added the -S option to optionally sabotage the UIDL command
	    Made cucipop silently accept -PUAT even if the commands have not
	       been compiled in
	    Added the -D option to enable autodeletion of RETRieved messages
1996/08/04: v1.02
	    Use SO_REUSEADDR to ease restarting the program
	    Check the returnvalue of the last close()
	    Make -v list the compiled in optional commands
1996/08/07: v1.03
	    Added hook to virtualise popserver
	    Cleaned up the authenticate.c interface, uses the transparent
	       identity type to store authentication results
	    Took care of any remaining lint in the code
1996/08/13: v1.04
	    Worked around M$Exchange bug (reluctantly)
1996/08/16: v1.05
	    Configurations without dotlocking didn't work
1996/08/19: v1.06
	    #include <errno.h> in locking.c
	    Some silly Solaris versions return EINVAL instead of ENOTSOCK
1996/08/27: v1.07
	    luser@clue.less detection wasn't working as advertised
1996/08/28: v1.08
	    Autodeleted messages weren't actually deleted if the session
	       was simply cut short
	    Autodeletion could be circumvented using RSET and/or DELE
1996/08/30: v1.09
	    Renamed the authenticate interface functions to avoid naming
	       conflicts with other packages
	    Added syslog diagnostic for failing opens/locks
1996/09/06: v1.10
	    Optional dummy LAST command for old popclients that break without
1996/12/18: v1.11
	    Allow a trailing space at the end of the USER command
	    During mailbox scanning, perform an immediate abort if the
	       client aborts
	    fcntl() locking could not be disabled (missing define)
	    In config.h, added SHADOW_PASSWD switch
1996/12/21: v1.12
	    Fixed lockf() bug, resulted in aborted sessions if mail had
	       been delivered just before reading the mailbox
1996/12/26: v1.13
	    Twinkie support
	    Revamped authentication interface, made it more generic
	    Don't chdir() to the spool directory anymore
	    Allow for mailboxnames that don't end in the username
	    Pass the socket filedescriptor for virtual pop-daemon support
