Skip to content

Commit b17a01d

Browse files
committed
Prepare for 1.7.11.5
Hopefully that will be the final 1.7.11.x maintenance release. Signed-off-by: Junio C Hamano <[email protected]>
1 parent c8dacba commit b17a01d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Documentation/RelNotes/1.7.11.5.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Git v1.7.11.5 Release Notes
2+
===========================
3+
4+
Fixes since v1.7.11.4
5+
---------------------
6+
7+
* The Makefile rule to create assembly output (primarily for
8+
debugging purposes) did not create it next to the source.
9+
10+
* On some architectures, "block-sha1" did not compile correctly
11+
when compilers inferred alignment guarantees from our source we
12+
did not intend to make.
13+
14+
* When talking to a remote running ssh on IPv6 enabled host, whose
15+
address is spelled as "[HOST]:PORT", we did not parse the address
16+
correctly and failed to connect.
17+
18+
* git-blame.el (in compat/) have been updated to use Elisp more
19+
correctly.
20+
21+
* "git checkout <branchname>" to come back from a detached HEAD state
22+
incorrectly computed reachability of the detached HEAD, resulting
23+
in unnecessary warnings.
24+
25+
* "git mergetool" did not support --tool-help option to give the list
26+
of supported backends, like "git difftool" does.
27+
28+
Also contains minor typofixes and documentation updates.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.11.4.txt
1+
Documentation/RelNotes/1.7.11.5.txt

0 commit comments

Comments
 (0)