Skip to content

Commit 1cc202b

Browse files
author
Junio C Hamano
committed
GIT v1.5.1.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22f0958 commit 1cc202b

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

Documentation/RelNotes-1.5.1.4.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
GIT v1.5.1.4 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.1.3
5+
--------------------
6+
7+
* Bugfixes
8+
9+
- "git-http-fetch" did not work around a bug in libcurl
10+
earlier than 7.16 (curl_multi_remove_handle() was broken).
11+
12+
- "git cvsserver" handles a file that was once removed and
13+
then added again correctly.
14+
15+
- import-tars script (in contrib/) handles GNU tar archives
16+
that contain pathnames longer than 100 bytes (long-link
17+
extension) correctly.
18+
19+
- xdelta test program did not build correctly.
20+
21+
- gitweb sometimes tried incorrectly to apply function to
22+
decode utf8 twice, resulting in corrupt output.
23+
24+
- "git blame -C" mishandled text at the end of a group of
25+
lines.
26+
27+
- "git log/rev-list --boundary" did not produce output
28+
correctly without --left-right option.
29+
30+
- Many documentation updates.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.1.3.GIT
4+
DEF_VER=v1.5.1.4.GIT
55

66
LF='
77
'

RelNotes

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

0 commit comments

Comments
 (0)