aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_216__various_minor_bugs.mdwn2
-rw-r--r--doc/devblog/day_217__autobuilders.mdwn10
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/devblog/day_216__various_minor_bugs.mdwn b/doc/devblog/day_216__various_minor_bugs.mdwn
index 0531ddb04..a9c49a9dd 100644
--- a/doc/devblog/day_216__various_minor_bugs.mdwn
+++ b/doc/devblog/day_216__various_minor_bugs.mdwn
@@ -1,7 +1,7 @@
Working on getting caught up with backlog. 73 messages remain.
Several minor bugs were fixed today. All edge cases. The most edge case one
-of all, I could not fix: git-annex cannot add a file that has a space^Wnewline
+of all, I could not fix: git-annex cannot add a file that has a newline
in its filename, because `git cat-file --batch`'s interface does not support such
filenames.
diff --git a/doc/devblog/day_217__autobuilders.mdwn b/doc/devblog/day_217__autobuilders.mdwn
new file mode 100644
index 000000000..2a58e0c63
--- /dev/null
+++ b/doc/devblog/day_217__autobuilders.mdwn
@@ -0,0 +1,10 @@
+Over the past couple days, got the arm autobuilder working again. It had
+been down since June with several problems. cabal install tended to crash;
+apparenty this has something to do with threading in user-mode qemu,
+because -j1 avoids that. And strange invalid character problems were fixed
+by downgrading file-embed. Also, with Yury's help I got the Windows
+autobuilder upgraded to the new Haskell Platform and working again.
+
+Today a last few finishing touches, including getting rid of the last
+dependency on the old haskell HTTP library, since http-conduit is being
+used now. Ready for the release!