diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-07 17:04:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-07 17:04:21 -0400 |
commit | 2fb771f135ad0a5adec0349a6270cadc518e04f6 (patch) | |
tree | dfbc9a75d1101d1a49b0513e62590abedc44f43b /debian | |
parent | b5733069db61dc9e03bc68a9e3aa2a8946cc3dec (diff) |
Bugfix: Forgot to de-escape keys when upgrading.
Could result in bad location log data for keys that contain [&:%] in their
names. (A workaround for this problem is to run git annex fsck.)
`git annex unused --from remote` could also run into the broken code.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8d1a396cb..ef0ec7719 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ git-annex (3.20110706) UNRELEASED; urgency=low * Fix sign bug in disk free space checking. + * Bugfix: Forgot to de-escape keys when upgrading. Could result in + bad location log data for keys that contain [&:%] in their names. + (A workaround for this problem is to run git annex fsck.) -- Joey Hess <joeyh@debian.org> Tue, 05 Jul 2011 20:52:11 -0400 |