diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-29 17:32:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-29 17:32:08 -0400 |
commit | fe6e5c7e8f455beb806501a5bfce368fcfae88ff (patch) | |
tree | 8425904a942a3e34ebb81062a06b0b0e2a9584d2 /debian/changelog | |
parent | c72b6f9f3ca51a45532dbdcc069fe96f1f3f17fc (diff) |
Android: Avoid trying to use Android's own ionice, which does not allow specifying a command to run. Fixes transferring files to/from android and probably a few other things.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7a8727f79..8b7a27837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,9 @@ git-annex (5.20131222) UNRELEASED; urgency=medium rather than v4, and so the automatic direct mode upgrade to v5 was not done. * importfeed: Support youtube playlists. + * Android: Avoid trying to use Android's own ionice, which does not + allow specifying a command to run. Fixes transferring files to/from + android and probably a few other things. -- Joey Hess <joeyh@debian.org> Tue, 24 Dec 2013 13:54:32 -0400 |