diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-09 16:32:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-09 16:32:25 -0400 |
commit | f4df6336edd94dad7019153c916b80540641fbf7 (patch) | |
tree | 73df9a47fe42d2c96b1805dc8c066203da2a00be | |
parent | 5b91ff02eaafe268b44ae0d37a793b7969ccbc28 (diff) |
devblog5.20150409
-rw-r--r-- | doc/devblog/day_273__unexpected_release.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/devblog/day_273__unexpected_release.mdwn b/doc/devblog/day_273__unexpected_release.mdwn new file mode 100644 index 000000000..5b902c892 --- /dev/null +++ b/doc/devblog/day_273__unexpected_release.mdwn @@ -0,0 +1,15 @@ +I've had to release git-annex twice this week to fix reversions. On Monday, +just after I made a planned release, I discovered a bug in it, and had to +update it with a .1 release. Today's release fixes 2 other reversions +introduced by recent changes, both only affecting the assistant. + +Before making today's release, I did a bunch of other minor bugfixes and +improvements, including adding a new `contentlocationn` plumbing command. +This release also changes `git annex add` when annex.largefiles is +configured, so it will `git add` the non-large files. That is particularly +useful in direct mode. + +I feel that the assistant needs some TLC, so I might devote a week to it in +the latter part of this month. My current funding doesn't cover work +on the assistant, but I should have some spare time toward the end of the +month. |