Version 1.1
This version is originally released on 2006-08-14.
New Features
- First public release
- Added verbose mode to display filenames as they're being hashed
- Added
-d
mode to make finding similar files in the same directory tree both easier and faster. Removes the need for two command lines and many extraneous lines of output. - Added
-p
mode to improve-d
mode. Prints bi-directional matches together and omits self matches. - Added
LARGEFILE_SOURCE
define to Linux version to allow processing of large files. (You never know...)
Bug Fixes
- Fixed cosmetic errors in usage message. Updated man page.