diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-02 17:25:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-02 17:25:16 -0400 |
commit | 0eaed261ea11060fc9644400c7f31f8c3ec1052b (patch) | |
tree | d1c2be2a8f5e94cb409cad293674bacff1fff2f2 /debian | |
parent | 25653b7bd6305237844da7be9a6e863a29ada40d (diff) |
hook: use ChunkedEncryptable
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d8c23af9b..234385607 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ git-annex (5.20140718) UNRELEASED; urgency=medium * New chunk= option to chunk files stored in special remotes. - Currently supported by: directory, S3, and all external special remotes. + Currently supported by: directory, S3, and all external and hook + special remotes. * Partially transferred files are automatically resumed when using chunked remotes! * The old chunksize= option is deprecated. Do not use for new remotes. |