summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4230d12c4..4a4498880 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
git-annex (3.20130108) UNRELEASED; urgency=low
+ * Now handles the case where a file that's being transferred to a remote
+ is modified in place, which direct mode allows to happen. When this
+ happens, the transfer now fails, rather than allow possibly corrupt
+ data into the remote.
* fsck: Better checking of file content in direct mode.
- * Special remotes now all rollback storage of keys that get modified
- during the transfer, which can happen in direct mode.
* drop: Suggest using git annex move when numcopies prevents dropping a file.
* webapp: Repo switcher filters out repos that do not exist any more
(or are on a drive that's not mounted).