summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-12-22 14:46:01 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-12-22 14:46:01 -0800
commit554f6e41067b9e3e565b6988a8294fac1cb78f4b (patch)
tree11ac59c8126fd78d2b70c78521c6e5f9edd7ac0e /Documentation/RelNotes
parentMerge branch 'js/emu-write-epipe-on-windows' (diff)
downloadtgif-554f6e41067b9e3e565b6988a8294fac1cb78f4b.tar.xz
Git 2.7-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.7.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.7.0.txt b/Documentation/RelNotes/2.7.0.txt
index 215528b4b8..dbc3fea7fa 100644
--- a/Documentation/RelNotes/2.7.0.txt
+++ b/Documentation/RelNotes/2.7.0.txt
@@ -171,6 +171,9 @@ Performance, Internal Implementation, Development Support etc.
git/git (including build-status for pull requests that people
open).
+ * The write(2) emulation for Windows learned to set errno to EPIPE
+ when necessary.
+
Also contains various documentation updates and code clean-ups.