File: NEWS

package info (click to toggle)
duff 0.5.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,188 kB
  • sloc: sh: 4,385; ansic: 3,132; makefile: 17; sed: 16
file content (75 lines) | stat: -rw-r--r-- 2,104 bytes parent folder | download | duplicates (3)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
User-visible changes in duff
============================

Version 0.5.2

 * Improved performance for both small and large file sets.
 * Prefixed warning and error messages with program name.
 * Changed sampling use the first n bytes of a file.
 * Changed default sampling limit to zero (sample all files).
 * Fixed broken manpage examples.
 * Removed length limit on path names read from stdin.

Version 0.5.1

 * Fixed crash where thorough mode cluster header used digest.
 * Added a different default cluster header for thorough mode.

Version 0.5
-----------

 * Added flag to handle null-terminated file names (-0).
 * Added flag to select message digest function (-d).
 * Improved handling of symbolic links to directories.
 * Added internationalization via GNU gettext.
 * Added complete Swedish translation.
 * Added support for large files on more platforms.
 * Fixed a number of bugs.

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.