summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-02 23:39:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-02 23:39:03 -0400
commit3a19893f0041eb716cdc3eb61278d17eebd49839 (patch)
treefaf19cf6e4554cbd37581be182bcce1d0ca2dbf0
parentba61fb6a77acd78e2190a01981d8524f52ae76b9 (diff)
devblog
-rw-r--r--doc/devblog/day_331__concurrent-output_preparations.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devblog/day_331__concurrent-output_preparations.mdwn b/doc/devblog/day_331__concurrent-output_preparations.mdwn
new file mode 100644
index 000000000..028147ad5
--- /dev/null
+++ b/doc/devblog/day_331__concurrent-output_preparations.mdwn
@@ -0,0 +1,11 @@
+Today started with getting a release of git-annex out, to deal with a new
+version of the aws library, which broke the build. That also added support
+to the S3 remotes for creating Google Nearline buckets, although only when
+git-annex is built with the newest version of the aws library.
+
+Rest of the day (and most of the past weekend) I've been working on the
+concurrent-output library. Today I finished making it support multi-line
+regions, and color, and even fully optimised its console updates to use
+minimal bandwidth. So, it's got everything git-annex can possibly need
+to display those troublesome concurrent actions. Will be starting to make
+git-annex use it soon!