aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-09 10:04:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-09 10:04:16 -0400
commitf4ddb580c83cba1c0e66fc5deb20bfc49ee4cf1b (patch)
tree07181a244b4bde0f571db95c82d5ac823eb3905a /debian/changelog
parent51327c242f7087587884903632505552917b844a (diff)
bugfix: Fix crash caused by a symlink in the repo with link text ending in a "/". (Thanks Henrik for reporting.)
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 85878113e..2fd6d9d81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-git-annex (0.17) UNRELEASED; urgency=low
+git-annex (0.17) unstable; urgency=low
* unannex: Now skips files whose content is not present, rather than
it being an error.
* New migrate subcommand can be used to switch files to using a different
backend, safely and with no duplication of content.
+ * bugfix: Fix crash caused by a symlink in the repo with link text ending in
+ a "/". (Thanks Henrik for reporting.)
- -- Joey Hess <joeyh@debian.org> Sat, 08 Jan 2011 13:45:06 -0400
+ -- Joey Hess <joeyh@debian.org> Sun, 09 Jan 2011 10:04:11 -0400
git-annex (0.16) unstable; urgency=low