From 11f1d75244411b3f43a1c1ed51caf345f6a68a55 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 19 Oct 2015 21:05:18 +0300 Subject: Prepare release 5.8 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ dupfiles | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) 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 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): -- cgit v1.2.1