diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-18 17:26:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-18 17:26:34 -0400 |
commit | 549dd5e114651ef5fc1156a4977aa18ad7a2c6d8 (patch) | |
tree | 7903c9ad2ff211ac818eb77d7bdc5a3d39f662fc /doc | |
parent | 40d30ef0bac5897d78ec28ee051b65d9d3dae4f5 (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_99__catching_up_again.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/devblog/day_99__catching_up_again.mdwn b/doc/devblog/day_99__catching_up_again.mdwn new file mode 100644 index 000000000..e82c436bf --- /dev/null +++ b/doc/devblog/day_99__catching_up_again.mdwn @@ -0,0 +1,19 @@ +Activity has been a bit low again this week. It seems to make sense to do +weekly releases currently (rather than bi-monthly), and Thursday's +release had only one new feature (Tahoe LAFS) and a bunch of bug fixes. + +Looks like git-annex will get back into Debian testing soon, after various +fixes to make it build on all architectures again, and then the +backport can be updated again too. + +I have been struggling with a problem with the OSX builds, which fail with +a SIGILL on some machines. It seems that homebrew likes to agressively +optimise things it builds, and while I have had some success with its +`--build-bottle` option, something in the gnutls stack used for XMPP is +still over-optimised. Waiting to hear back from Kevin on cleaning up some +optimised system libraries on the OSX host I use. (Is there some way to make +a clean chrooot on OSX that can be accessed by a non-root user?) + +Today I did some minor work involving the --json switch, and also +a small change (well, under 300 line diff) allowing +--all to be mixed with options like --copies and --in. |