diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-10 16:50:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-10 16:50:31 -0400 |
commit | ac0b9506f2e38692b2a4e895f3c59d2d37a6886d (patch) | |
tree | a47285a6db28a08a42e9b4528c7ee9dc010e2908 /debian | |
parent | 07b1aa343b6d82e8f75de606a5647b0a789f76e0 (diff) |
Added new encryption=sharedpubkey mode for special remotes.
This is useful for makking a special remote that anyone with a clone of the
repo and your public keys can upload files to, but only you can decrypt the
files stored in it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4381f5810..7c02d2a25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,10 @@ git-annex (6.20160420) UNRELEASED; urgency=medium * In the unusual configuration where annex.crippledfilesystem=true but core.symlinks=true, store object contents in mixed case hash directories so that symlinks will point to them. + * Added new encryption=sharedpubkey mode for special remotes. + This is useful for makking a special remote that anyone with a clone + of the repo and your public keys can upload files to, but only you can + decrypt the files stored in it. -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 |