diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-30 15:47:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-30 15:47:38 -0400 |
| commit | a323d2a5f8263f43db356fd48996b193875611ee (patch) | |
| tree | 8efc8bb84d9808aef9c5ce0e80586779fbff676a /doc/news | |
| parent | 448a2e4b173c7db9dc8427b93135a188c5cf1876 (diff) | |
add news item for propellor 2.17.2
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_2.15.3.mdwn | 5 | ||||
| -rw-r--r-- | doc/news/version_2.17.2.mdwn | 8 |
2 files changed, 8 insertions, 5 deletions
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 |
