summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rwxr-xr-xdupfiles2
2 files changed, 8 insertions, 1 deletions
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):