diff options
| -rw-r--r-- | doc/news/version_1.2.2.mdwn | 4 | ||||
| -rw-r--r-- | doc/news/version_2.4.0.mdwn | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/news/version_1.2.2.mdwn b/doc/news/version_1.2.2.mdwn deleted file mode 100644 index c10940fd..00000000 --- a/doc/news/version_1.2.2.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -propellor 1.2.2 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Revert ensureProperty warning message, too many false positives in places - where Info is correctly propigated. Better approach needed."""]]
\ No newline at end of file diff --git a/doc/news/version_2.4.0.mdwn b/doc/news/version_2.4.0.mdwn new file mode 100644 index 00000000..ba66b462 --- /dev/null +++ b/doc/news/version_2.4.0.mdwn @@ -0,0 +1,13 @@ +propellor 2.4.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Propellor no longer supports Debian wheezy (oldstable). + * Git.bareRepo: Fix bug in calls to userScriptProperty. + Thanks, Jelmer Vernooij. + * Removed Obnam.latestVersion which was only needed for Debian wheezy + backport. + * Merged Utility changes from git-annex. + * Switched from MonadCatchIO-transformers to the newer transformers and + exceptions libraries. + * Ensure build deps are installed before building propellor in --spin + and cron job, even if propellor was already built before, to deal with + upgrades that add new dependencies."""]]
\ No newline at end of file |
