summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/news/version_5.11.mdwn13
-rw-r--r--doc/news/version_5.8.0.mdwn18
2 files changed, 13 insertions, 18 deletions
diff --git a/doc/news/version_5.11.mdwn b/doc/news/version_5.11.mdwn
new file mode 100644
index 00000000..9dcef85d
--- /dev/null
+++ b/doc/news/version_5.11.mdwn
@@ -0,0 +1,13 @@
+propellor 5.11 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix display of concurrent output from processes when using
+ Propellor.Property.Conductor.
+ (Reversion introduced in version 5.5.0.)
+ * Support bootstrapping to hosts using cabal 3.x, with new-dist directory.
+ * Makefile: Fix build with cabal 3.x.
+ * Borg.restored: Fix restoration, which has apparently never worked,
+ at least back to borg 1.0.9.
+ Thanks, Nicolas Schodet.
+ * Borg.init: Added the now required encryption type parameter.
+ Thanks, Nicolas Schodet.
+ (API change)"""]] \ No newline at end of file
diff --git a/doc/news/version_5.8.0.mdwn b/doc/news/version_5.8.0.mdwn
deleted file mode 100644
index a00c611a..00000000
--- a/doc/news/version_5.8.0.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-propellor 5.8.0 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix bug in File.containsShellSetting that replaced whole shell conffile
- content with the setting if the file did not previously contain a line
- setting the key to some value.
- * Removed inChroot, instead use hasContainerCapability FilesystemContained.
- (API change)
- * Hostname: Properties that used to not do anything in a systemd or
- docker container will now change the container's hostname,
- since it's namespaced.
- * Add User.ownsWithPrimaryGroup
- Thanks, Sean Whitton
- * Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet
- exist.
- * Ssh.userKeyAt: When a relative filepath is provided, it's put inside
- the user's .ssh directory.
- * Fix Git.pulled always reporting a change.
- Thanks, Sean Whitton"""]] \ No newline at end of file