diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-01 18:00:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-01 18:00:47 -0400 |
commit | ddbf5df3c9940473663a6e562f8ee3583867046e (patch) | |
tree | 40dc81d0c2693b5fd5fc3e5b9cd8df17e0505ec5 /debian | |
parent | 154cb13180fbe877d2030d83a415b30150ac7298 (diff) | |
parent | d0a8e3d6217f2924b864393d425b6d7582370d07 (diff) |
Merge branch 'newchunks'
I am happy enough with this to make it live!
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7b743b711..3783c2655 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ git-annex (5.20140718) UNRELEASED; urgency=medium + * 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. + * Legacy code for directory remotes using the old chunksize= option + will keep them working, but more slowly than before. * webapp: Automatically install Konqueror integration scripts to get and drop files. * repair: Removing bad objects could leave fsck finding no more @@ -8,6 +15,8 @@ git-annex (5.20140718) UNRELEASED; urgency=medium were incompletely repaired before. * Fix cost calculation for non-encrypted remotes. * Display exception message when a transfer fails due to an exception. + * WebDAV: Dropped support for DAV before 0.6.1. + * testremote: New command to test uploads/downloads to a remote. -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400 |