aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-13 16:20:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-13 16:20:52 -0400
commitc1eaab9192a1808d3acc13bfdaf094a28346d909 (patch)
treec850b984148772fc1a34905f66ffe7976ef1edba /CHANGELOG
parentb55c32d4c6cb63ffd6d9ce49eee8be95628c9746 (diff)
Windows: Fix bug in shell script shebang lookup code that caused a "delayed read on closed handle" error.
The bug was that withFile closes the handle afterwards, but the content of the file was not read due to laziness. Using readFile avoids it. This commit was sponsored by Nick Daly on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a8dd88269..443adb64d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,8 @@ git-annex (6.20170301.2) UNRELEASED; urgency=medium
program, searching for the program in the PATH.
* Drop support for building with old versions of dns, http-conduit,
directory, feed, and http-types.
+ * Windows: Fix bug in shell script shebang lookup code that
+ caused a "delayed read on closed handle" error.
-- Joey Hess <id@joeyh.name> Thu, 02 Mar 2017 12:51:40 -0400