summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-07 21:29:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-07 21:30:51 -0400
commit40c6ba99f51875db28f3e1e8b309812c66594e32 (patch)
treebc950c0659df711c3a453ffe2b22ec674df00f62 /debian
parent2640ee820f4269ccc1b5f4cd184aaf895fcf405d (diff)
add: Be even more robust to avoid ever leaving the file seemingly deleted.
A failure at any point after the file is annexed will result in an undo that puts the original file back into place and wipes the location log.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 626e38837..80fe84256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (3.20110708) UNRELEASED; urgency=low
+
+ * add: Be even more robust to avoid ever leaving the file seemingly deleted.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 07 Jul 2011 21:28:49 -0400
+
git-annex (3.20110707) unstable; urgency=low
* Fix sign bug in disk free space checking.