diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-29 14:42:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-29 14:42:52 -0400 |
commit | 9539f1f6f59f14fed7adfc80021f37f40b09efc5 (patch) | |
tree | fb078ef63cac7fa7cf8ba4390d0ff69774672c3b /debian/changelog | |
parent | ceac33eddf3e92655e5c1fcffdab2bb9073a4af3 (diff) |
prep release
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index b98c99ee8..fa372d828 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ -git-annex (5.20140518) UNRELEASED; urgency=medium +git-annex (5.20140529) unstable; urgency=medium + * Fix encoding of data written to git-annex branch. Avoid truncating + unicode characters to 8 bits. Allow any encoding to be used, as with + filenames (but utf8 is the sane choice). Affects metadata and repository + descriptions, and preferred content expressions. * assistant: When there are multiple remotes giving different ways to access the same repository, honor remote cost settings and use the cheapest available. @@ -11,20 +15,16 @@ git-annex (5.20140518) UNRELEASED; urgency=medium The repository must have been added using initremote. * webapp: When setting up a ssh remote, record it using initremote, so that it can be easily enabled elsewhere. - * android: Run busybox install with -s, since some versions of Android - prohibit making hard links. - * Fix encoding of data written to git-annex branch. Avoid truncating - unicode characters to 8 bits. Allow any encoding to be used, as with - filenames (but utf8 is the sane choice). Affects metadata and repository - descriptions, and preferred content expressions. * webapp: When setting up a ssh remote, if the user inputs ~/foo, normalize that to foo, since it's in the home directory by default. * Use exceptions in place of deprecated MonadCatchIO-transformers Thanks, Ben Gamari. + * android: Run busybox install with -s, since some versions of Android + prohibit making hard links. * Android webapp: Fix EvilSplicer bugs that mangled the css files, preventing icons from displaying, and also slightly broke the js files. - -- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 29 May 2014 14:41:56 -0400 git-annex (5.20140517) unstable; urgency=medium |