From c582a40d369fe3ee993fac69ed21a3f5cd4007f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Oct 2018 21:01:41 -0400 Subject: add news item for propellor 5.5.0 --- doc/news/version_5.3.4.mdwn | 8 -------- doc/news/version_5.5.0.mdwn | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 doc/news/version_5.3.4.mdwn create mode 100644 doc/news/version_5.5.0.mdwn (limited to 'doc/news') diff --git a/doc/news/version_5.3.4.mdwn b/doc/news/version_5.3.4.mdwn deleted file mode 100644 index 09358138..00000000 --- a/doc/news/version_5.3.4.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -propellor 5.3.4 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Apt.trustsKey: Use apt-key to add key rather than manually driving gpg, - which seems to not work anymore. - Thanks, Russell Sim. - * Firewall: Reorder iptables parameters that are order - dependant to make --to-dest and --to-source work. - Thanks, Russell Sim"""]] \ No newline at end of file diff --git a/doc/news/version_5.5.0.mdwn b/doc/news/version_5.5.0.mdwn new file mode 100644 index 00000000..360a5314 --- /dev/null +++ b/doc/news/version_5.5.0.mdwn @@ -0,0 +1,20 @@ +propellor 5.5.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * letsencrypt': Pass --expand to support expanding the list of domains + * Split mailname property out of Hostname.sane, since bad mailname + guesses can lead to ugly surprises. (API change) + * Removed HostingProvider.CloudatCost module as it lacks a maintainer. + (If anyone would like to maintain it, send a patch adding it back.) + (API change) + * Added Systemd.escapePath helper function useful when creating mount + units. + * Added Sudo.sudoersDFile property. + * Sudo.enabledFor: Write to /etc/sudoers.d/000users rather than to + /etc/sudoers. (Any old lines it wrote to /etc/sudoers will be removed.) + This fixes a potential ordering problem; the property used to append + the line to /etc/sudoers, but that would override more specific lines + in the include directory. + * Borg: Added UsesEnvVar. + * Added DiskImage.noBootloader, useful for eg, direct booting with + qemu. Thanks, David Bremner. + * Added Apt.backportInstalledMin."""]] \ No newline at end of file -- cgit v1.2.3