diff options
| -rw-r--r-- | doc/news/version_2.10.0.mdwn | 4 | ||||
| -rw-r--r-- | doc/news/version_2.15.1.mdwn | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/news/version_2.10.0.mdwn b/doc/news/version_2.10.0.mdwn deleted file mode 100644 index 67d08c88..00000000 --- a/doc/news/version_2.10.0.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -propellor 2.10.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * The Propellor.Property.Spin added in the last release is replaced - with a very different Propellor.Property.ControlHeir."""]]
\ No newline at end of file diff --git a/doc/news/version_2.15.1.mdwn b/doc/news/version_2.15.1.mdwn new file mode 100644 index 00000000..ea750b6a --- /dev/null +++ b/doc/news/version_2.15.1.mdwn @@ -0,0 +1,11 @@ +propellor 2.15.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added git configs propellor.spin-branch and propellor.forbid-dirty-spin. + Thanks, Sean Whitton. + * Added User.systemAccountFor and User.systemAccountFor' properties. + Thanks, Félix Sipma. + * Gpg.keyImported converted to not use a flag file and instead check + if gpg has the provided key already. + Thanks, Félix Sipma. + * Merged Utility changes from git-annex. + * Clean build with ghc 7.10."""]]
\ No newline at end of file |
