From e3ff36ec1373c65912667b8fa0e57b8a704f7d1f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Apr 2013 16:41:25 -0400 Subject: blog for the day --- .../assistant/blog/day_229__rainy_day_bugfixes.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/design/assistant/blog/day_229__rainy_day_bugfixes.mdwn (limited to 'doc/design/assistant/blog/day_229__rainy_day_bugfixes.mdwn') diff --git a/doc/design/assistant/blog/day_229__rainy_day_bugfixes.mdwn b/doc/design/assistant/blog/day_229__rainy_day_bugfixes.mdwn new file mode 100644 index 000000000..87611a97d --- /dev/null +++ b/doc/design/assistant/blog/day_229__rainy_day_bugfixes.mdwn @@ -0,0 +1,17 @@ +Got caught up on bug reports and made some bug fixes. + +The one bug I was really worried about, a strange file corruption problem +on Android, turned out not to be a bug in git-annex. (Nor is it a bug that +will affect regular users.) + +The only interesting bug fixed was a mixed case hash directory name +collision when a repository is put on a VFAT filesystem (or other +filesystem with similar semantics). I was able to fix that nicely; since +such a repository will be in crippled filesystem mode due to other +limitations of the filesystem, and so won't be using symlinks, +it doesn't need to use the mixed case hash directory names. + +Last night, finished up the repository removal code, and associated UI +tweaks. It works very well. + +Will probably make a release tomorrow. -- cgit v1.2.3