From 0beede18c4bdf968ab14e853954b5b472b37002c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Sep 2017 14:40:22 -0400 Subject: add news item for propellor 4.8.0 --- doc/news/version_4.7.3.mdwn | 3 --- doc/news/version_4.8.0.mdwn | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 doc/news/version_4.7.3.mdwn create mode 100644 doc/news/version_4.8.0.mdwn diff --git a/doc/news/version_4.7.3.mdwn b/doc/news/version_4.7.3.mdwn deleted file mode 100644 index 87c58e81..00000000 --- a/doc/news/version_4.7.3.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -propellor 4.7.3 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Expand the Trace data type."""]] \ No newline at end of file diff --git a/doc/news/version_4.8.0.mdwn b/doc/news/version_4.8.0.mdwn new file mode 100644 index 00000000..217c3154 --- /dev/null +++ b/doc/news/version_4.8.0.mdwn @@ -0,0 +1,21 @@ +propellor 4.8.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * DiskImage: Made a DiskImage type class, so that different disk image + formats can be implemented. The properties in this module can generate + any type that is a member of DiskImage. (API change) + (To convert existing configs, convert the filename of the disk image + to RawDiskImage filename.) + * Removed DiskImage.vmdkBuiltFor property. (API change) + Instead, use VirtualBoxPointer in the property that creates the disk + image. + * Apt.isInstalled: Fix handling of packages that are not known at all + to apt. + * Borg: Converted BorgRepo from a String alias to a data type. + (API change) + * Borg: Allow specifying ssh private key to use when accessing a borg + repo by using the BorgRepoUsing constructor with UseSshKey. + * Borg: Fix broken shell escaping in borg cron job. + * Attic: Fix broken shell escaping in attic cron job. + * Make lock file descriptors close-on-exec. + * Lvm: New module for setting up LVM volumes. + Thanks, Nicolas Schodet"""]] \ No newline at end of file -- cgit v1.2.3