From 28a96fe9bdef425772049c8a0b29f6a98e64538d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Mar 2012 21:29:26 +0000 Subject: Release version 5.4 --- NEWS | 7 +++++++ dupfiles | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fe042cd..73d2b07 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ NEWS for dupfiles ================= +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 -------------------------------- diff --git a/dupfiles b/dupfiles index 61b0d4d..a4877d5 100755 --- a/dupfiles +++ b/dupfiles @@ -29,7 +29,7 @@ import time import ttystatus -version = '5.3' +version = '5.4' class FileStats(object): -- cgit v1.2.1