From 947234372af1fe2b14526ae7913c54063e03a9d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 29 Dec 2013 17:32:19 -0400 Subject: devblog --- doc/devblog/day_88__lazy_sunday.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/devblog/day_88__lazy_sunday.mdwn diff --git a/doc/devblog/day_88__lazy_sunday.mdwn b/doc/devblog/day_88__lazy_sunday.mdwn new file mode 100644 index 000000000..0c2bb2192 --- /dev/null +++ b/doc/devblog/day_88__lazy_sunday.mdwn @@ -0,0 +1,15 @@ +Fixed a bug that could leave a direct mode repository stuck at +annex.version 3. As part of that, v3 indirect mode repositories will be +automatically updated to v5. There's no actual change in that upgrade, it +just simplifies things to have only one supported annex.version. + +Added youtube playlist support to git-annex. Seems I had almost all the +peices needed, and didn't know it. Only about a dozen lines of code! + +Added PREPARE-FAILURE support to the external special remote interface. + +After I found the cable my kitten stole (her apport level is high), fixed +file transfers to/from Android. This broke because git-annex assistant +tries to use ionice, if it's in PATH, and Android's ionice is not suitable. +It could probably include ionice in the busybox build and use that one, but +I wanted a quick fix for this before the upcoming release. -- cgit v1.2.3