From 549dd5e114651ef5fc1156a4977aa18ad7a2c6d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 18 Jan 2014 17:26:34 -0400 Subject: devblog --- doc/devblog/day_99__catching_up_again.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/devblog/day_99__catching_up_again.mdwn (limited to 'doc/devblog/day_99__catching_up_again.mdwn') 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. -- cgit v1.2.3