From 4d32fc1c2a1cf2979cf785bd39512df7a57c974a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Feb 2013 16:43:19 -0400 Subject: [PATCH] blog for the day --- .../day_199__wrapping_up_Android_for_now.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/design/assistant/blog/day_199__wrapping_up_Android_for_now.mdwn diff --git a/doc/design/assistant/blog/day_199__wrapping_up_Android_for_now.mdwn b/doc/design/assistant/blog/day_199__wrapping_up_Android_for_now.mdwn new file mode 100644 index 0000000000..0cd92137b9 --- /dev/null +++ b/doc/design/assistant/blog/day_199__wrapping_up_Android_for_now.mdwn @@ -0,0 +1,26 @@ +An Android autobuilder is now set up to run nightly. At this point +I don't see an immediate way to getting the webapp working on Android, so +it's best to wait a month or two and see how things develop in Haskell land. +So I'm moving on to other things. + +Today: + +* Fixed a nasty regression that made `*` not match files in subdirectories. + That broke the preferred content handling, amoung other things. I will + be pushing out a new release soon. +* As a last Android thing (for now), made the Android app automatically + run `git annex assistant --autostart` , so you can manually set up + an assistant-driven repository on Android, listing the repository in + `.config/git-annex/autostart` +* Made the webapp display any error message from `git init` if it fails. + This was the one remaining gap in the logging. + One reason it could fail is if the system has a newer git in use, and + `~/.gitconfig` is configured with some options the older git bundled + with git-annex doesn't like. +* Bumped the major version to 4, and annex.version will be set to 4 in + new direct mode repositories. (But version 3 is otherwise still used, to + avoid any upgrade pain.) This is to prevent old versions that don't + understand direct mode from getting confused. I hope direct mode is + finally complete, too, after the work to make it work on crippled + filesystems this month. +* Misc other bugfixes etc. Backlog down to 43.