summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-20 21:32:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-20 21:32:52 -0400
commit6130cff6a0954a3a149b9a66bebcc56adb07388a (patch)
tree1b7e2d8ce66df0a8022e29c585ccd50a4c94b48d /debian
parent11ac158ebaa8b3374b8698a50e08567dd017b5c2 (diff)
ref debian bug
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d78f1a599..3d025c866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
git-annex (4.20130710) UNRELEASED; urgency=low
+ * Fix data loss bug when adding an (uncompressed) tarball of a
+ git-annex repository, or other file that begins with something
+ that can be mistaken for a git-annex link. Closes: #717456
* Install XDG desktop icon files.
* webapp: Better display of added files.
* fix: Preserve the original mtime of fixed symlinks.
@@ -25,9 +28,6 @@ git-annex (4.20130710) UNRELEASED; urgency=low
* webapp: Differentiate between creating a new S3/Glacier/WebDav remote,
and initializing an existing remote. When creating a new remote, avoid
conflicts with other existing (or deleted) remotes with the same name.
- * Bug fix: Adding files that contained a tarball of a git-annex repository,
- or other content in the first line that looks like a git-annex link,
- could cause git-annex add to malfunction and lose the file content.
* When an XMPP server has SRV records, try them, but don't then fall
back to the regular host if they all fail.