summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-22 17:27:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-22 17:27:04 -0400
commitaa2d8e33df3fc6ba204e28001ab0d1d231c9c58e (patch)
treecc7ea1560b68af06d819b83e01579974210ff0c3 /debian/changelog
parentaa1bc31e0aede63a1e68d2ec3e2653a7f5be0ae7 (diff)
free space checking
Free space checking is now done, for transfers of data for keys that have free space metadata. (Notably, not for SHA* keys generated with git-annex 0.24 or earlier.) The code is believed to work on Linux, FreeBSD, and OSX; check compile-time messages to see if it is not enabled for your OS.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eb8d73504..a5830884a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+git-annex (0.20110321) UNRELEASED; urgency=low
+
+ * Free space checking is now done, for transfers of data for keys
+ that have free space metadata. (Notably, not for SHA* keys generated
+ with git-annex 0.24 or earlier.) The code is believed to work on
+ Linux, FreeBSD, and OSX; check compile-time messages to see if it
+ is not enabled for your OS.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 22 Mar 2011 16:52:00 -0400
+
git-annex (0.20110320) experimental; urgency=low
* Fix dropping of files using the URL backend.