diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-09 16:25:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-09 16:25:45 -0400 |
| commit | 1b0049c3b25b46bfee423d456123ca17aa646429 (patch) | |
| tree | 4c94589174ff0e666dd0ae055535e3a2a31269de /doc | |
| parent | 56c77e4cc9ef0899ae0d6c0f1f8b658ccb3ba44f (diff) | |
add news item for propellor 5.3.6
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_5.3.1.mdwn | 5 | ||||
| -rw-r--r-- | doc/news/version_5.3.6.mdwn | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/doc/news/version_5.3.1.mdwn b/doc/news/version_5.3.1.mdwn deleted file mode 100644 index 4f660270..00000000 --- a/doc/news/version_5.3.1.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -propellor 5.3.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Last release mistakenly contained my personal branch not master. - * contrib/post-merge-hook documentation updated to recommend also using - it as a post-checkout hook, to avoid such problems."""]]
\ No newline at end of file diff --git a/doc/news/version_5.3.6.mdwn b/doc/news/version_5.3.6.mdwn new file mode 100644 index 00000000..7a7a417e --- /dev/null +++ b/doc/news/version_5.3.6.mdwn @@ -0,0 +1,13 @@ +propellor 5.3.6 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix build with ghc 8.4, which broke due to the Semigroup Monoid change. + * Dropped support for building propellor with ghc 7 (as in debian + oldstable), to avoid needing to depend on the semigroups transitional + package, but also because it's just too old to be worth supporting. + * stack.yaml: Updated to lts-9.21. + * Make Schroot.overlaysInTmpfs revertable + Thanks, Sean Whitton + * Update shim each time propellor is run in a container, to deal with + library version changes. + * Unbound: Added support for various DNS record types. + Thanks, Félix Sipma."""]]
\ No newline at end of file |
