1
2whatpix - Duplicate File Eliminator
3
4CHANGES
5
6Version  Date        Description
7-------  ----------  --------------------------------------------------------
8  1.2    07/04/2001  Maintenance
9
10                     * Retains the file with the shortest filename.
11
12  1.1    02/26/2001  Debugging
13
14                     * Miscellaneous debugging modifications.
15
16  1.0    02/23/2001  Rewrite
17
18                     * Radical re-write, using -w and use strict, no more
19                       global variables.
20
21                     * Correctly handles more than one duplicate per checksum.
22
23                     * Cleans up the db file when done.
24
25                     * Now can process arbitrarily large input files.
26
27                     * -s not working?  So check size via stat call instead.
28