diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-26 15:40:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-26 15:40:34 -0400 |
commit | 67397e782e2e01ddd121a9730a5188cb905cf69d (patch) | |
tree | f5377e58c2ff2cb77029dbd19c432229b678b330 | |
parent | 55deaf50bbbff78360fc811d0318727840bde2bf (diff) |
devblog6.20160126
-rw-r--r-- | doc/devblog/day_358__bugfix_release.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_358__bugfix_release.mdwn b/doc/devblog/day_358__bugfix_release.mdwn new file mode 100644 index 000000000..fb2b06653 --- /dev/null +++ b/doc/devblog/day_358__bugfix_release.mdwn @@ -0,0 +1,9 @@ +Bugfix release of git-annex today. The release earlier this month had a bug +that caused `git annex sync --content` to drop files that should be +preferred content. So I had to rush out a fix after that [bug was reported](http://git-annex.branchable.com/bugs/wanted___61___present_gets_ignored_in___39__git_annex_sync_--content__39__/). +(Some of the builds for the new release are still updating as I post this.) + +In the past week I've been dealing with a blizzard. Snowed in for 6 days +and counting. That has slightly back-burnered working on git-annex, and +I've mostly been making enhancements that the DataLad project needs, along +the lines of more commands supporting --batch and better --json output. |