diff options
author | 2013-11-12 00:00:02 -0400 | |
---|---|---|
committer | 2013-11-12 00:00:02 -0400 | |
commit | 64b572b2b1022741bcacfd3b032bc05f7f28f154 (patch) | |
tree | dc5fc6ed91a8648125a3e0eb8a9f42bc52a88753 /doc/devblog | |
parent | 71a36387a8a66f915ccaca43099a9d4d2556003d (diff) |
just in time!
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_54__android_bisection_minions.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_54__android_bisection_minions.mdwn b/doc/devblog/day_54__android_bisection_minions.mdwn new file mode 100644 index 000000000..ed86c68d0 --- /dev/null +++ b/doc/devblog/day_54__android_bisection_minions.mdwn @@ -0,0 +1,9 @@ +Finally found the [root cause](http://git-annex.branchable.com/bugs/git-annex_broken_on_Android_4.3/#comment-452bee7d0a816300ccb4a34f9758134e) +of the Android 4.3/4.4 trouble, and a fix is now in place! + +As a bonus, it looks like I've fixed a problem accessing the +environment on Android that had been worked around in an ugly way before. + +Big thanks to my remote hands Michael Alan, Sören, and subito. All +told they ran 19 separate tests to help me narrow down this tricky +problem, often repeating long command lines on software keyboards. |