summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rwxr-xr-xdupfiles2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db9b7e2..cfd8f2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for dupfiles
=================
+Version 5.8, released 2015-10-18
+--------------------------------
+
+* Force jessie build.
+
Version 5.7, released 2013-04-10
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 3a9a8f2..8783169 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dupfiles (5.8-1) unstable; urgency=medium
+
+ * Force jessie build.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 19 Oct 2015 21:04:48 +0300
+
dupfiles (5.7-1) unstable; urgency=low
* New upstream version.
diff --git a/dupfiles b/dupfiles
index 4dcdec7..fb2b123 100755
--- a/dupfiles
+++ b/dupfiles
@@ -29,7 +29,7 @@ import time
import ttystatus
-version = '5.7'
+version = '5.8'
class FileStats(object):