20000907
 * Added precompiled binaries, and a script to automatically upgrade.
 * Added Docs/helpfile.txt  which needs to be turned into a manpage.

20000905
 * Added "Bugs" and "Horror Stories" to README.
 * Fixed 2 bugs in comp_text.c.
 * Added Docs/  directory.
 * Changed CHECKSUM to MD5SUM
 * A VERSION now exists and is consulted to check for latest, use
   --with-check-version  option on configure script to enable.

20000828
 * Added backward compatability to <= 0.4.2.
 * Fixed patch to magic file.
 * Modified configuration scripts to work under more conditions.
 * Preliminary testing of endian-neutrality.
 * comp_mzlib2 modified, and almost works.
 * int_sort_fast() modified to be even faster.
 * Added path options to configure options.
 * Created an installation guide, INSTALL.
 * Added MD5 Checksum file, CHECKSUM.

20000827
 * Added preliminary support for endian-neutrality (UNTESTED!)
 * Added magic number, offset, and size.
 * Added patch to magic file.

20000720
 * Added getopt(3) support.
 * Added '-l' option.
 * Added '-s' option.
 * Changed archive name to dact-VER.
 * int_sort_really_fast added to sort.c.
 * Added '-e' option.
 * Fixed configure script to work with Solaris 8 (SunOS 5.8) (but not 7).
 * Some bugs were possibly fixed and created.
 * Added variable block size support.
 * Default block size is now 4088 bytes (Max is 16384).
 * Default output is to INFILE.dct instead of stdout.

20000526
 * Fixed several memory leaks.
 * Added bzlib.h check in configure for later use.
 * Added int_sort_really_fast to buffer.[ch]

20000515
 * comp_snibble.[ch] added as algo #6
 * comp_range.[ch] added as algo #7

20000514
 * comp_range_compress working (hopefully).
 * comp_range_decompress partially working.
 * int_sort_fast added to sort.c.
 * byte_buffer_* added to buffer.c.
 * configure script was modified.
 * comp_mzlib2 was removed from algorithms.h, to be readded as algo #8.
 * Added `-c' option and compression verification.

20000430
 * comp_range was modified to begin to get it to work
 * Modifications to configure script
 * comp_mzlib2 was started
 * Added sort.[ch] by Daniel Vignes (dvignes@netfueldesign.com)

20000425
 * Configure no longer relies on sed
 * Binary filename changed from 'compress' to 'dact.'
 * Toby Collier (tcollier@netfueldesign.com) begins
   handling documentation and Changelog.

20000421
 * Name changed from DCL to DACT.
 * New algorithms added.
 * Bugs fixed.

20000414
 * Initial release as DCL by Roy Keene (rkeene@netfueldesign.com)

