diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-09-25 14:37:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-09-25 14:37:47 -0400 |
| commit | 0732930a105a29809affd42900b69025a892f003 (patch) | |
| tree | b528da1e04470a2a9f3cccecfe3aa6ad35708cf6 /debian | |
| parent | 49f477bc84842e9f70d6acea98953d4f1db6cad7 (diff) | |
| parent | fd4dd67f54f93a79bc9ec5977408f7821e1b0b56 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6aa2d8e5..ded10b74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,12 @@ propellor (4.8.0) UNRELEASED; urgency=medium * 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. |
