summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton2018-05-17 00:22:00 -0700
committerJoey Hess2018-05-17 10:32:59 -0400
commitc7bd6483fa39b42eddb646b827f8617f7cfd3c3d (patch)
tree1a002cd4a69418c224c94b21a068c2a0c3d39bc5 /debian/changelog
parent1b0049c3b25b46bfee423d456123ca17aa646429 (diff)
Restic.installed: stop trying to install a backport on jessie
No such backport exists in the archive. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e41a58f8..517ef350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+propellor (5.3.7) UNRELEASED; urgency=medium
+
+ * Restic.installed: stop trying to install a backport on jessie, because no
+ such backport exists.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 17 May 2018 00:12:42 -0700
+
propellor (5.3.6) unstable; urgency=medium
* Fix build with ghc 8.4, which broke due to the Semigroup Monoid change.