diff options
author | 2014-03-07 15:55:00 -0400 | |
---|---|---|
committer | 2014-03-07 15:55:00 -0400 | |
commit | fceb0fac7c579f72aca8bc8fba6b3576d35adb64 (patch) | |
tree | a07034a2f61cb05256421fbf57fa0bdfeeec54e6 | |
parent | ceb50397cb1c4e78af290e6f1b72d55414474441 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_130__post_release.mdwn | 17 |
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. |