diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-17 10:46:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-17 10:46:32 -0400 |
| commit | c4beab2529fc67ed9e4f2eb8e639f8d783b3a106 (patch) | |
| tree | 2eaf65e8bff12e9bbc9bcbe608a3540983674f09 | |
| parent | 2f2fa9a9ca1e7546bc97c4e0b498e77f093c47a1 (diff) | |
releasing package propellor version 5.4.0
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8383f0a0..ae97e9db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ -propellor (5.4.0) UNRELEASED; urgency=medium +propellor (5.4.0) unstable; urgency=medium - * Restic.installed: stop trying to install a backport on jessie, because no - such backport exists. + [ Sean Whitton ] * 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. @@ -10,8 +9,10 @@ propellor (5.4.0) UNRELEASED; urgency=medium 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. + * 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 + -- Joey Hess <id@joeyh.name> Thu, 17 May 2018 10:43:20 -0400 propellor (5.3.6) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 669577a5..6c8c42e1 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 5.3.6 +Version: 5.4.0 Cabal-Version: 1.20 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> |
