summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-09 13:58:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-09 13:58:23 -0400
commit7dcee95572d0c7d1197d97018639c525ee3d621c (patch)
tree47e09c1af864822b900b5e649bd3901f451288b8 /debian
parent04db8e49ce85924ad55713b1b79f41b7ccd23916 (diff)
reorder
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 502afde18..9b485d13b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.