summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f7d6be46..ded10b74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,14 +8,17 @@ propellor (4.8.0) UNRELEASED; urgency=medium
* Removed DiskImage.vmdkBuiltFor property. (API change)
Instead, use VirtualBoxPointer in the property that creates the disk
image.
- * Borg: Fix broken shell escaping in borg cron job.
- * Attic: Fix broken shell escaping in attic cron job.
* 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
-- Joey Hess <id@joeyh.name> Thu, 24 Aug 2017 11:00:19 -0400