summaryrefslogtreecommitdiff
path: root/NEWS
blob: ef717ecb88f295dc8cf0789cb96613770c42328b (plain)
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
NEWS for dupfiles
=================

Version 5.5, released UNRELEASED
--------------------------------

* Add `--min-size` and `--max-size` options.

Version 5.4, released 2012-02-09
--------------------------------

* `--no-act` option added, to just pretend removing files.
* When removing, the copy in the last directory named on the command line
  is kept, if possible.

Version 5.3, released 2011-02-13
--------------------------------

* Do not hardlink files with different owner, group, mode.
* Install manual page.

Version 5.2, released 2011-01-30
--------------------------------

* Use low-level file descriptors instead of Python file objects for I/O,
  for speed.
* Read data in smaller chunks, for speed. It is usually needless to read
  more than a few kilobytes to find a difference, so any further reading
  is a waste of time.
* Make use of the cliapp framework.
* Make use of distutils for building a package.