summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-05 13:43:07 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-05 13:43:07 -0400
commit085d2697ba4f5153784be10a5943104a27e4f7fe (patch)
tree45e439219ab58e228bcc24c974e93ebb049f278e
parented30f89a1d424ce82eab01c6ec05d84007e69fdc (diff)
Webapp: When adding a new box.com remote, use the new style chunking. Thanks, Jon Ander Peñalba.
-rw-r--r--debian/changelog7
-rw-r--r--doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 754d50436..0a28d9a12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-annex (5.20141204) UNRELEASED; urgency=medium
+
+ * Webapp: When adding a new box.com remote, use the new style chunking.
+ Thanks, Jon Ander Peñalba.
+
+ -- Joey Hess <id@joeyh.name> Fri, 05 Dec 2014 13:42:08 -0400
+
git-annex (5.20141203) unstable; urgency=medium
* proxy: New command for direct mode repositories, allows bypassing
diff --git a/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn b/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn
index 4e5f357e7..7f00a2e51 100644
--- a/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn
+++ b/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn
@@ -1,3 +1,5 @@
Last week I added a new Box.com repository through the webapp with the latest git-annex version, and I've noticed that the remote uses the old chunksize param.
Is this correct? AFAIK it should use the chunk param: http://git-annex.branchable.com/chunking/
+
+> [[fixed|done]] --[[Joey]]