tthsum-1.1.0 [2005-06-28] (wdoekes) * Converted tthsum to C (it was C++). * Updated makefiles, added NMakefile for Windows, run nmake /f NMakefile on windows. * Added BIG_ENDIAN support (tested on a SPARC). * Removed -b functionality. The asterisk that did nothing didn't make sense. * Made this Changelog a bit more readable. * Fixed a bug where incorrect hashes were generated when using the console as input file. (The reads did not generate a multiple of 1024 bytes.) * Added mmap(2) support (-m) (mapping 1.6MB at a time), default is read(2). YMMV. * Added -p, -w, -V options (show progress, warn about improper digest lines, show version). * Writing escaped and utf8-ified filenames to digest. tthsum-1.0.6 [2005-06-08] (wdoekes) * Removed all debian related stuff (debian/ dir, and Makefile entries). These will go into the debian diff, created by the future maintainer RISKO Gergely. * Added stuff TODO ;) tthsum-1.0.5 [2004-10-23] (wdoekes) * Corrected misuse of revision number as version number (thanks Jan "Yenya" Kasprzak), the debian rev-1 package will be the same as the "original" source (debian uses a different file naming scheme). * Moved tthsum.spec to rpm/ and added tgz/rpm/dists make options. tthsum-1.0-4 [2004-10-19] (wdoekes) * Added tthsum.spec file to build RPM packages (thanks Jan "Yenya" Kasprzak) * Added -fpermissive CXXFLAG to the Makefile to fix build issues on Fedora Core 3 test 3 x86_64 (thanks Jan "Yenya" Kasprzak) tthsum-1.0-3 [2004-07-22] (wdoekes) * Enabled large files support on *nix (#define _FILE_OFFSET_BITS 64) (thanks John Baeckstrand). tthsum-1.0-2 [2004-06-12] (wdoekes) * Ported to windows. * Added windows\make.cmd and windows\make_clean.cmd for use with MSVC.NET * Changed manpage to state that -b option does nothing, not even on windows. * Added man2html generated html manual. tthsum-1.0-1 [2004-05-29] (wdoekes) * Initial Release.