summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-29 18:47:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-29 18:50:20 -0400
commitca0d8f09bdd9f8cbcf77b1c29272418cd68deeb1 (patch)
tree1c917d37585b853db4d3f43761a7b709a2af6c4e /debian
parenta2dfbf18972339929c49cb77e76cf246ada2acdc (diff)
support chunking for all external special remotes!
Removing code and at the same time adding great features, including upload/download resuming. This commit was sponsored by Romain Lenglet.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c85247b69..32704de56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
git-annex (5.20140718) UNRELEASED; urgency=medium
- * New chunk= option to chunk files stored in directory remotes.
+ * New chunk= option to chunk files stored in special remotes.
+ Currently supported by: directory, and all external special remotes.
* Partially transferred files are automatically resumed when using
chunked remotes!
* The old chunksize= option is deprecated. Do not use for new remotes.