diff options
author | 2015-08-11 19:22:36 -0400 | |
---|---|---|
committer | 2015-08-11 19:22:36 -0400 | |
commit | 1cb5de0f11597ef52e7e5614b66568e5c80ae373 (patch) | |
tree | f3439f8fa319a12736e78ebf30871a7a161ba577 /doc/devblog | |
parent | 41cdf91cf332933469a0cb7fd0f56ad47ee011ab (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_312__release_prep.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_312__release_prep.mdwn b/doc/devblog/day_312__release_prep.mdwn new file mode 100644 index 000000000..4e0db7de2 --- /dev/null +++ b/doc/devblog/day_312__release_prep.mdwn @@ -0,0 +1,12 @@ +Catching up on weekend's traffic, and preparing for a release tomorrow. + +Found another place where the optparse-applicative conversion broke some +command-line parsing; using git-annex metadata to dump metadata recursively +got broken. This is the second known bug caused by that transition, which +is not too surpising given how large it was. + +Tracked down and fixed a [very tricky encoding problem with metadata values](http://git-annex.branchable.com/bugs/view_fails_with___34__invalid_character__34__/). + +The arm autobuilder broke so it won't boot; got a serial console hooked up +to it and looks like a botched upgrade resulting in a udev/systemd/linux +version mismatch. |