diff options
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 9 insertions, 9 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 diff --git a/git-annex.cabal b/git-annex.cabal index a9366c5a8..0bd29b9c7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140517 +Version: 5.20140529 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |