devblog
This commit is contained in:
parent
97746c80b3
commit
16e987be01
1 changed files with 7 additions and 0 deletions
7
doc/devblog/day_395__leaky_abstractions.mdwn
Normal file
7
doc/devblog/day_395__leaky_abstractions.mdwn
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Release today includes a last-minute fix to parsing lines from the
|
||||||
|
git-annex branch that might have one or more carriage returns at the end.
|
||||||
|
This comes from Windows of course, where since some things transparently
|
||||||
|
add/remove `\r` before the end of lines, while other things don't,
|
||||||
|
it could result in quite a mess. Luckily it was not hard or expensive to
|
||||||
|
handle. If you are lucky enough not to use Windows, the release also
|
||||||
|
has several more interesting improvements.
|
Loading…
Reference in a new issue