~ubuntu-branches/ubuntu/utopic/duff/utopic

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2012-01-29 08:02:46 UTC
  • Revision ID: package-import@ubuntu.com-20120129080246-jd9w62dkx0v5q7r1
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
User-visible changes in duff
 
2
============================
 
3
 
 
4
Version 0.5.2
 
5
 
 
6
 * Improved performance for both small and large file sets.
 
7
 * Prefixed warning and error messages with program name.
 
8
 * Changed sampling use the first n bytes of a file.
 
9
 * Changed default sampling limit to zero (sample all files).
 
10
 * Fixed broken manpage examples.
 
11
 * Removed length limit on path names read from stdin.
 
12
 
 
13
Version 0.5.1
 
14
 
 
15
 * Fixed crash where thorough mode cluster header used digest.
 
16
 * Added a different default cluster header for thorough mode.
 
17
 
 
18
Version 0.5
 
19
-----------
 
20
 
 
21
 * Added flag to handle null-terminated file names (-0).
 
22
 * Added flag to select message digest function (-d).
 
23
 * Improved handling of symbolic links to directories.
 
24
 * Added internationalization via GNU gettext.
 
25
 * Added complete Swedish translation.
 
26
 * Added support for large files on more platforms.
 
27
 * Fixed a number of bugs.
 
28
 
 
29
Version 0.4
 
30
-----------
 
31
 
 
32
 * Added file name reading from stdin.
 
33
 * Added primitive directory loop detection.
 
34
 * Compatibility with more systems.
 
35
 * Added physical mode flag (-p).
 
36
 * Added argument symbolic link flag (-H).
 
37
 * Improved warnings for sample limit flag (-l).
 
38
 * Removed collection of symbolic links to files.
 
39
 * Added reporting of access-protected empty files.
 
40
 * Added example script for hard-linking duplicate files.
 
41
 * Updated and improved manpage.
 
42
 * Fixed a number of bugs.
 
43
 
 
44
Version 0.3.1
 
45
-------------
 
46
 
 
47
 * Added flag to ignore empty files (-z).
 
48
 * Fixed a number of bugs.
 
49
 
 
50
Version 0.3
 
51
-----------
 
52
 
 
53
 * Added explicit link handling flags (-L,-P).
 
54
 * Added sha1-asaddi for SHA1 checksum calculation.
 
55
 * Completed basic manpage.
 
56
 * Added sample size limit flag (-l).
 
57
 * Added very brief hacking guide.
 
58
 * Compatibility, portability, refactoring, cleanup.
 
59
 * Added basic (non symlink-aware) excess mode (-e).
 
60
 
 
61
Version 0.2
 
62
-----------
 
63
 
 
64
 * Added customisable cluster headers (-f).
 
65
 * Split code into multiple files.
 
66
 * Got SourceForge.net account (duff.sf.net).
 
67
 * Added recursive flag (-r).
 
68
 * Added quiet flag (-q).
 
69
 * Started writing manpage.
 
70
 
 
71
Version 0.1
 
72
-----------
 
73
 
 
74
 * Basic functionality.
 
75