summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.mdwn2
-rw-r--r--doc/news/version_5.3.1.mdwn5
-rw-r--r--doc/news/version_5.3.6.mdwn13
3 files changed, 14 insertions, 6 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index df1b8ada..88726a6d 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -56,4 +56,4 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
7. Write some neat new properties and send patches!
(Want to get your feet wet with propellor before plunging in?
-[try this|http://propellor.branchable.com/forum/Simple_quickstart_without_git__44___SSH__44___GPG])
+[try this](http://propellor.branchable.com/forum/Simple_quickstart_without_git__44___SSH__44___GPG))
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