From 16e987be0189811c87d8fd113b2d24665efe0865 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 May 2016 15:37:01 -0400 Subject: [PATCH] devblog --- doc/devblog/day_395__leaky_abstractions.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/devblog/day_395__leaky_abstractions.mdwn diff --git a/doc/devblog/day_395__leaky_abstractions.mdwn b/doc/devblog/day_395__leaky_abstractions.mdwn new file mode 100644 index 0000000000..41bce37cc1 --- /dev/null +++ b/doc/devblog/day_395__leaky_abstractions.mdwn @@ -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.