From a652fcad4af1291b616c56a6c30711bebf806813 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Aug 2020 16:02:46 -0400 Subject: add news item for propellor 5.11 --- doc/news/version_5.11.mdwn | 13 +++++++++++++ doc/news/version_5.8.0.mdwn | 18 ------------------ 2 files changed, 13 insertions(+), 18 deletions(-) create mode 100644 doc/news/version_5.11.mdwn delete mode 100644 doc/news/version_5.8.0.mdwn 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 -- cgit v1.2.3