v1.4 -- September 16th, 2001
-------------------------------
- parital source cleanup to make lint and gcc -pedantic a bit happier
- made code compile under Cygwin
- bugfixes, documentation updates etc.

v1.4b42PL1 -- August 1st, 2001
------------------------------
- fixed submit-problems with submissions having a ";" at the end of the last 
  email header line
- fixed a bug introduced in 1.41b41PL2, which caused queries for 
  discs with 99 tracks to be rejected
- minor bugfix in inet.c

v1.4b42 -- July 8th, 2001
-------------------------

- added protocol level 4 (see CDDBPROTO and DBFORMAT for details)
- implemented the "cddb unlink" command
- Privacy fix: "whom" now disallowed for hosts without "get" permission
- Disabled automatic regeneration of fuzzy index after transmit
  to be able to send transmits more often
- freedb is now mentioned instead of CDDB in email-respones
  generated by the server
- Slightly improved the install script
- removed cddb srch command and help for cddb srch (by commenting the lines
  of code out) as cddb srch is not implemented
- Some minor fixes

v1.4b41PL2 -- May 17th, 2001
----------------------------

- Fixed logging bug for multiple matches
- Disallow "log" for hosts without "get" permission
- Slightly updated documentation
- Changed default port to 8880 instead of 888
- Some minor fixes


v1.4b41PL1 -- March 19th, 2001
------------------------------

- Added more checks for invalid DTITLE/TTITLE


v1.4b41 -- March 14th, 2001
---------------------------

- Added the discid command


v1.4b40 -- March 7th, 2001
--------------------------

- Added support for protocol level 4 (see CDDBPROTO for details)
- Added "cddb lscat" command to protocol level 1
- Some minor fixes 


v1.4b39PL1 -- January 31st, 2001
--------------------------------

- Detect bogus CDex DTITLE and TTITLE fields (no artist/no title/AudioTrackXX)
  during cddbd -c
- Fixed Y2K problem in logging routines; years are now formatted correctly 
- Increased allowable line size in db submissions from 80 to 256 characters
- Misc. cleanup to reduce gcc -Wall output (primarily adding missing #includes)
- Updated all documentation-files


v1.4b39 -- October 22nd, 1997
-----------------------------

- Support for access via http using cddb.cgi
- Improved database check- and correction-options
- Option to find fuzzy matching files that should possibly be linked
- Many other features


v1.4b23 -- June 25th, 1997
--------------------------

changes unknown, see v1.4b39 for some improvements introduced in the 1.4 series


v1.3.1PL1 -- January 8th, 1997
------------------------------

- Fixed a problem with decoding quoted-printable mail submissions 
  with long lines
 
 
v1.3.1 -- December 21st, 1996
-----------------------------

- Support for certain parts of the MIME protocol when processing email.
- Mail test mode which allows clients to submit email test entries
  without adding them to the database.
- Support for varying levels of strictness when verifying database entries.
- Certain reliability enhancements, to thwart malicious users.
- Fix for BSD-based systems to clean up zombie children in standalone mode.

v1.3PL2 -- November 27th, 1996
------------------------------

- Fix for problem enabling a malicious user to crash the server

v1.3PL1 -- November 8th, 1996
-----------------------------

- Fix for minor bug reading the access file
- Fix for serious problem with receiving file transmissions


v1.3 -- November 5th, 1996
--------------------------

- Several enhancements to the "log" command. Log statistics now include
  more information. Log stats for the last day can be displayed with the
  "log day" command. The log file itself can be displayed with the "log get"
  command.
- Auto-truncation of the log file.
- Locking of critical files.
- Support for multiple protocol levels for future enhancements.
- Support for quoted arguments to commands.
- Permission to access the database, post DB entries, et cetera can now
  be controlled based on the user's Internet address.
- Improved the fuzzy match hashing algorithm so that duplicate links
  are excluded from the hash file.
- Complete database management capability.
- Ability to transmit and receive new database entries.
- Standalone server mode.
- Too many other features to list.


v1.2
----

- Fuzzy matching of database entries for the "query" command has been
  implemented. If a query fails, cddbd now attempts to find close matches
  in the database and presents the list of matches, if any, to the client.
  Clients such as xmcd will offer the list of alternate choices to the
  user. Different pressings of the same CD may vary slightly in timing,
  so this algorithm is often able to locate database entries that were
  based on a different release of the same CD. So far fuzzy matching seems
  to work well based on this idea.
- The "log" commmand now provides information on the number of successful
  queries and fuzzy matches.


v1.1
----

- The "motd" command. This command will display the contents of the file
  designated by the server administrator as containing the "message of the
  day". This file is intended to contain information relevant to the local
  cddbd site, such as the administrator's email address, et cetera.
- The "log" command. This command displays statistics gathered from the
  message log, such as the total number of messages, the number of
  connections, errors and database accesses.
- Also, several minor fixes were made for portability purposes.
