prep release
This commit is contained in:
parent
3796a74fc2
commit
bc6f0a4dfe
2 changed files with 9 additions and 9 deletions
16
debian/changelog
vendored
16
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue