summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-09-25 14:40:22 -0400
committerJoey Hess2017-09-25 14:40:22 -0400
commit0beede18c4bdf968ab14e853954b5b472b37002c (patch)
treee71c990c629dafc4dcf169e35d7956ac32ecd2bb
parent26cbf2e454778355ce6ce14353b7cefbb0be5ffb (diff)
add news item for propellor 4.8.0
-rw-r--r--doc/news/version_4.7.3.mdwn3
-rw-r--r--doc/news/version_4.8.0.mdwn21
2 files changed, 21 insertions, 3 deletions
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