summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-07 15:55:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-07 15:55:00 -0400
commitfceb0fac7c579f72aca8bc8fba6b3576d35adb64 (patch)
treea07034a2f61cb05256421fbf57fa0bdfeeec54e6
parentceb50397cb1c4e78af290e6f1b72d55414474441 (diff)
devblog
-rw-r--r--doc/devblog/day_130__post_release.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/devblog/day_130__post_release.mdwn b/doc/devblog/day_130__post_release.mdwn
new file mode 100644
index 000000000..547f28a93
--- /dev/null
+++ b/doc/devblog/day_130__post_release.mdwn
@@ -0,0 +1,17 @@
+Release made yesterday, but only finished up the armel build today.
+And it turns out the OSX build was missing the webapp, so it's also been
+updated today.
+
+Post release bug triage including:
+
+Added a nice peice of UI to the webapp on user request: A "Sync now" menu
+item in the repository for each repo. (The one for the current repo syncs with
+all its remotes.)
+
+Copying files to a git repository on the same computer turns out to have
+had a resource leak issue, that caused 1 zombie process per file. With
+some tricky monad state caching, fixed that, and also eliminated 8% of the work
+done by git-annex in this case.
+
+Fixed `git annex unused` in direct mode to not think that files that were
+deleted out of the work tree by the user still existed and were unused.