summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-05 18:41:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-05 18:41:46 -0400
commit7f55d7d589d301f0bb9e35cc2b0c48fd6d7259fc (patch)
tree93acb81457b76651fa2b9863c9f5b2adcf346fb4
parent3118df84f037fe293ba60191b787c6605aa9877f (diff)
devblog
-rw-r--r--doc/devblog/day__128__release_prep.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/devblog/day__128__release_prep.mdwn b/doc/devblog/day__128__release_prep.mdwn
new file mode 100644
index 000000000..57f4e83a3
--- /dev/null
+++ b/doc/devblog/day__128__release_prep.mdwn
@@ -0,0 +1,27 @@
+Preparing for a release (probably tomorrow or Friday).
+
+Last night, did more work on the test suite, including even more checking
+of merge conflict resolution.
+
+Part of that was updating the autobuilders. Had to deal with the gnutls
+security hole fix, and upgrading that on the OSX autobuilder turned out to
+be quite complicated due to library version skew. Also, I switched the
+linux autobuilders over to building from Debian unstable, rather than
+stable. That should be ok to do now that the standalone build bundles all
+the libraries it needs... And the arm build has always used unstable, and
+has been reported working on a lot of systems. So I think this will be
+safe, but have backed up the old autobuilder chroots just in case.
+
+Also been catching up on bug reports and traffic and
+and dealt with quite a lot of things today. Smarter log file
+rotation for the assistant, better webapp behavior when git is not
+installed, and a fix for the webdav 5 second timeout problem.
+
+Perhaps the most interesting change is a new `annex.startupscan` setting,
+which can be disabled to prevent the assistant from doing the expensive
+startup scan. This means it misses noticing any files that changed since it
+last run, but this should be useful for those really big repositories.
+
+----
+
+Today's work was sponsored by Michael Alan Dorman.