summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-28 18:26:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-28 18:26:38 -0400
commit6d72c2e8d64c3de47da287ed8b0fa364ae184d1e (patch)
tree554ad7f6462aea2c5ed5f743a460dde1e27d81ff
parente7496e23a64c2904cfb71051907c4ef8f03bc139 (diff)
devblog
-rw-r--r--doc/devblog/day_176__mostly_a_day_off.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devblog/day_176__mostly_a_day_off.mdwn b/doc/devblog/day_176__mostly_a_day_off.mdwn
new file mode 100644
index 000000000..46bf1c4db
--- /dev/null
+++ b/doc/devblog/day_176__mostly_a_day_off.mdwn
@@ -0,0 +1,8 @@
+Got a handle on the Android webapp static file problems (no, they were not
+really encoding problems!), and hopefully
+that's all fixed now. Also, only 3 modules use Char8 now. And updated the
+git-annex backport. That's all I did today.
+
+Meanwhile, a complete [[tips/ZSH_completion]] has been contributed by
+Schnouki. And, Ben Gamari sent in a patch moving from the deprecated
+MonadCatchIO-transformers library to the exceptions library.