This commit is contained in:
Joey Hess 2016-05-27 15:37:01 -04:00
parent 97746c80b3
commit 16e987be01
Failed to extract signature

View 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.