summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-12 16:51:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-12 16:51:33 -0400
commit34c358941b476f8aab10aa67183a7425a11bd6bd (patch)
treef29e3e27f4def23f255253c50808a7ec550f7394 /doc
parentb9a274c8befa65360a65aeb0b6b1b7f3500d9433 (diff)
devblog
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_216__various_minor_bugs.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/devblog/day_216__various_minor_bugs.mdwn b/doc/devblog/day_216__various_minor_bugs.mdwn
new file mode 100644
index 000000000..329b32933
--- /dev/null
+++ b/doc/devblog/day_216__various_minor_bugs.mdwn
@@ -0,0 +1,16 @@
+Working on getting caught up with backlog. 73 messages remain.
+
+Several minor bugs were fixed today. All edge cases. The most edge case one
+of all, I could not fix: git-annex cannot add a file that has a space in its
+filename, because `git cat-file --batch`'s interface does not support such
+filenames.
+
+Added a page [[documenting how verify the signatures of git-annex releases|install/verifying_downloads]].
+
+Over the past couple days, all the autobuilders have been updated to new
+dependencies needed by the recent work. Except for Windows, which needs to
+be updated to the new Haskell Platform first, so hopefully soon.
+
+Turns out that upgrading unix-compat means that inode(like) numbers are
+available even on Windows, which will make git-annex more robust there.
+Win win. ;)