diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-29 17:32:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-29 17:32:19 -0400 |
commit | 947234372af1fe2b14526ae7913c54063e03a9d4 (patch) | |
tree | f31e41b1da2ef92720d0302e21c5e4d45fc20df8 /doc/devblog | |
parent | fe6e5c7e8f455beb806501a5bfce368fcfae88ff (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_88__lazy_sunday.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
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. |