Version 2.1
-----------

1996/11/24	Added ignore code to protect against denial of service.
1996/12/14	Fixed crash on server PING.
1996/12/14	Added strspn() to misc.c for systems with a buggy
		    implementation.
1996/12/14	Fixed MemoServ "READ <num>" behavior.
1996/12/22	Added JUPE command to OperServ.
1996/12/30	Added MOTD command to Services, changed DevNull/EsperNet default
		modes to +i.
1996/12/30	Added "clean quit" which saves the databases (shutdown).
[in progress]	Added access level customization to ChanServ.


Version 2.0
-----------

Created HelpServ.
Fixed ChanServ's failure to record topic changes for registered channels
    with topic retention set.
Kludged to get ChanServ SET TOPIC working.
Fixed restoration of blank topics.
Fixed channel mode-locking of keys.
Implemented "read-only" mode for backup copies of Services.
Added limit to size of AutoKick list for a registered channel.
Added GLOBAL (send global notice) and STATS (network/Services statistics)
    commands to OperServ.
Added SECURE options to NickServ and ChanServ.
Moved NickServ/ChanServ/MemoServ help messages into HelpServ database.
Set up main Services to recover from nick collisions (such as when a
    net-join brings backup Services online at the same time as regular
    Services).
Fixed null-pointer bug in operserv.c/do_akill().
1996/11/23	Corrected bug in AutoKick list size limit.
1996/11/23	Corrected PING/PONG behavior.

===========================================================================

Version 1.1 (1996/08/29)
-----------

Created this file.
Added VERSION reply.
