diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-12 16:51:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-12 16:51:33 -0400 |
commit | 34c358941b476f8aab10aa67183a7425a11bd6bd (patch) | |
tree | f29e3e27f4def23f255253c50808a7ec550f7394 /doc/devblog | |
parent | b9a274c8befa65360a65aeb0b6b1b7f3500d9433 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_216__various_minor_bugs.mdwn | 16 |
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. ;) |