summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-09-25 14:02:13 -0400
committerJoey Hess2017-09-25 14:02:13 -0400
commitdf8e4283fd707d9870d8079ae1cf7437ed9b21be (patch)
tree8327f5aff4fb996c3c877c0c89c8a7f83ea3afb0 /debian
parent935127ec54902244fa81e305763f0936c48283a5 (diff)
expand BorgRepo, allowing ssh private key to be specified
* 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. This commit was sponsored by Jeff Goeke-Smith on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f1bc9ba..f7d6be46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ propellor (4.8.0) UNRELEASED; urgency=medium
* 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.
-- Joey Hess <id@joeyh.name> Thu, 24 Aug 2017 11:00:19 -0400