This commit is contained in:
Joey Hess 2013-05-09 13:58:23 -04:00
parent 280934111e
commit 2477bf1016

6
debian/changelog vendored
View file

@ -1,6 +1,9 @@
git-annex (4.20130502) UNRELEASED; urgency=low
* Android: The webapp is ported and working.
* git-annex-shell: Ensure that received files can be read. Files
transferred from some Android devices may have very broken permissions
as received.
* Temporarily add an upper bound to the version of yesod that can be built
with, since yesod 1.2 has a great many changes that will require extensive
work on the webapp.
@ -12,9 +15,6 @@ git-annex (4.20130502) UNRELEASED; urgency=low
* direct: Fix a bug that could cause some files to be left in indirect mode.
* When initializing a directory special remote with a relative path,
the path is made absolute.
* git-annex-shell: Ensure that received files can be read. Files
transferred from some Android devices may have very broken permissions
as received.
* SHA: Add a runtime sanity check that sha commands output something
that appears to be a real sha.
* configure: Better checking that sha commands output in the desired format.