summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-15 16:50:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-15 16:50:10 -0400
commita383e253642089e5f0bae58b384897e0c5a970dc (patch)
tree4cd5fdc25a3796060306a0e237d526e090826ef7
parent4c2df33a74af1bb752da1661100ce76eb33fbf9b (diff)
devblog
-rw-r--r--doc/devblog/day_327__soaking.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/devblog/day_327__soaking.mdwn b/doc/devblog/day_327__soaking.mdwn
new file mode 100644
index 000000000..d2f033d5f
--- /dev/null
+++ b/doc/devblog/day_327__soaking.mdwn
@@ -0,0 +1,16 @@
+Feeling kind of ready to cut the next release of git-annex, but am giving
+the recent large changes just a little time to soak in and make sure
+they're ok.
+
+Yesterday, changed the order that `git annex sync --content` and the
+assistant do drops. When dropping from the local repo and also some
+remotes, it now makes more sense to drop from the remotes first, and only
+then the local repo. There are scenaries where that order lets content be
+dropped from all the places that it should be, while the reverse order
+doesn't.
+
+Today, caught up on recent bug reports, including fixing a bad merge
+commit that was made when git merge failed due to filenames not supported by
+a crippled filesystem, and cleaning up a network transport warning that was
+displayed incorrectly. Also developed a patch to the `aws` library to
+support google nearline when creating buckets.