NEWS for dupfiles ================= Version 5.9+git, not yet released --------------------------------- Version 5.9, released 2016-10-08 -------------------------------- * Require Python 2.7. Version 5.8, released 2015-10-18 -------------------------------- * Force jessie build. Version 5.7, released 2013-04-10 -------------------------------- * Add missing license file. Version 5.6, released 2012-10-07 -------------------------------- * Dummy release to switch Debian packaging to non-native version numbers. Version 5.5, released 2012-10-06 -------------------------------- * Add `--min-size` and `--max-size` options. * Progress reporting has been improved. * The `--no-act` option now works for hardlinking too. * Arguments are processed in the order they are on the command line, rather than being sorted. 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.