summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-09 21:29:26 +0000
committerLars Wirzenius <liw@liw.fi>2012-03-09 21:29:26 +0000
commit28a96fe9bdef425772049c8a0b29f6a98e64538d (patch)
treeb8b0634390b071a195ef545b089cab853664d42e
parentec5ac46e1fa894bef62bd0c65d4f5fac03e6df4d (diff)
downloaddupfiles-28a96fe9bdef425772049c8a0b29f6a98e64538d.tar.gz
Release version 5.45.4
-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):