summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/news/version_2.15.3.mdwn5
-rw-r--r--doc/news/version_2.17.2.mdwn8
-rw-r--r--propellor.cabal2
4 files changed, 10 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 88aaf917..7144bafc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ propellor (2.17.2) unstable; urgency=medium
* Apt.update: Also run dpkg --configure -a here as apt for some reason
won't even update if dpkg was interrupted.
- -- Joey Hess <id@joeyh.name> Mon, 28 Mar 2016 11:06:34 -0400
+ -- Joey Hess <id@joeyh.name> Wed, 30 Mar 2016 15:45:08 -0400
propellor (2.17.1) unstable; urgency=medium
diff --git a/doc/news/version_2.15.3.mdwn b/doc/news/version_2.15.3.mdwn
deleted file mode 100644
index a8a2a53e..00000000
--- a/doc/news/version_2.15.3.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-propellor 2.15.3 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Added Git.bareRepoDefaultBranch property
- Thanks, Sean Whitton.
- * Add missing Control.Applicative imports needed by older versions of ghc."""]] \ No newline at end of file
diff --git a/doc/news/version_2.17.2.mdwn b/doc/news/version_2.17.2.mdwn
new file mode 100644
index 00000000..3b11ec89
--- /dev/null
+++ b/doc/news/version_2.17.2.mdwn
@@ -0,0 +1,8 @@
+propellor 2.17.2 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * When new dependencies are added to propellor or the propellor config,
+ try harder to get them installed. In particular, this makes
+ propellor --spin work when the remote host needs to get dependencies
+ installed in order to build the updated config.
+ * Apt.update: Also run dpkg --configure -a here as apt for some reason
+ won't even update if dpkg was interrupted."""]] \ No newline at end of file
diff --git a/propellor.cabal b/propellor.cabal
index 96ef098c..493b083f 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 2.17.1
+Version: 2.17.2
Cabal-Version: >= 1.8
License: BSD3
Maintainer: Joey Hess <id@joeyh.name>