diff options
| -rw-r--r-- | doc/news/version_3.0.1.mdwn | 7 | ||||
| -rw-r--r-- | doc/news/version_3.0.2.mdwn | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/doc/news/version_3.0.1.mdwn b/doc/news/version_3.0.1.mdwn deleted file mode 100644 index 0b6578f3..00000000 --- a/doc/news/version_3.0.1.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -propellor 3.0.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * propellor --init now runs cabal sandbox init if cabal has been - configured with require-sandbox: True. - Thanks, Sean Whitton - * Re-bundled concurrent-output so propellor can be deployed to Debian - stable systems without installing it (insecurely) from hackage."""]]
\ No newline at end of file diff --git a/doc/news/version_3.0.2.mdwn b/doc/news/version_3.0.2.mdwn new file mode 100644 index 00000000..4a36d250 --- /dev/null +++ b/doc/news/version_3.0.2.mdwn @@ -0,0 +1,10 @@ +propellor 3.0.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added Apt.periodicUpdates. + Thanks, Félix Sipma. + * Apt.unattendedUpgrades: Enable mailing problem reports to root. + Thanks, Félix Sipma. + * Added Propellor.Property.Fstab, and moved the fstabbed property to there. + * Attic module added for the backup system. + Thanks, Félix Sipma. + * Fix build with directory-1.2.6.2."""]]
\ No newline at end of file |
