summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog19
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f32198b3..8383f0a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,19 @@
-propellor (5.3.6) UNRELEASED; urgency=medium
+propellor (5.4.0) UNRELEASED; urgency=medium
+
+ * Restic.installed: stop trying to install a backport on jessie, because no
+ such backport exists.
+ * Apt.installedBackport replaced with Apt.backportInstalled. (API change)
+ The old property would install dependencies from backports even when
+ the versions in stable satisfy the requested backport's dependencies.
+ The new property installs only the listed packages from backports;
+ all other dependencies come from stable.
+ So in some cases, you may need to list additional backports to install,
+ that would not have needed to be listed before. Due to this behavior
+ change the property has been renamed so uses of it will be checked.
+
+ -- 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.
* Dropped support for building propellor with ghc 7 (as in debian
@@ -12,7 +27,7 @@ propellor (5.3.6) UNRELEASED; urgency=medium
* Unbound: Added support for various DNS record types.
Thanks, FĂ©lix Sipma.
- -- Joey Hess <id@joeyh.name> Mon, 23 Apr 2018 13:12:25 -0400
+ -- Joey Hess <id@joeyh.name> Wed, 09 May 2018 16:24:37 -0400
propellor (5.3.5) unstable; urgency=medium