summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-03 18:05:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-03 18:05:55 -0400
commit3436aba6de8cad844691ca979ab5825f7011fb7e (patch)
tree0602b1728860611621dbce3f986cf3e8e43e1290 /debian
parent2841d748a49a15080995d6cef7999fe6a38c866a (diff)
Directory special remotes now support chunking files written to them
Avoiding writing files larger than a specified size is useful on certian things. For example, box.com has a file size limit of 100 mb. Could also be useful on really crappy removable media.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 47713e226..d5706d7be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ git-annex (3.20120230) UNRELEASED; urgency=low
* "here" can be used to refer to the current repository,
which can read better than the old "." (which still works too).
+ * Directory special remotes now support chunking files written to them,
+ avoiding writing files larger than a specified size.
-- Joey Hess <joeyh@debian.org> Thu, 01 Mar 2012 22:34:27 -0400