-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
56 lines (43 loc) · 1.38 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
User-visible changes in duff
============================
Version 0.5
-----------
* Improved performance of duplicate-entry search by using qsort.
* Fix join-duplicates.sh to quote the directory name and to log deleted files.
Version 0.4
-----------
* Added file name reading from stdin.
* Added primitive directory loop detection.
* Compatibility with more systems.
* Added physical mode flag (-p).
* Added argument symbolic link flag (-H).
* Improved warnings for sample limit flag (-l).
* Removed collection of symbolic links to files.
* Added reporting of access-protected empty files.
* Added example script for hard-linking duplicate files.
* Updated and improved manpage.
* Fixed a number of bugs.
Version 0.3.1
-------------
* Added flag to ignore empty files (-z).
* Fixed a number of bugs.
Version 0.3
-----------
* Added explicit link handling flags (-L,-P).
* Added sha1-asaddi for SHA1 checksum calculation.
* Completed basic manpage.
* Added sample size limit flag (-l).
* Added very brief hacking guide.
* Compatibility, portability, refactoring, cleanup.
* Added basic (non symlink-aware) excess mode (-e).
Version 0.2
-----------
* Added customisable cluster headers (-f).
* Split code into multiple files.
* Got SourceForge.net account (duff.sf.net).
* Added recursive flag (-r).
* Added quiet flag (-q).
* Started writing manpage.
Version 0.1
-----------
* Basic functionality.