]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.5.1.4.txt
Merge branch 'cb/httpd-test-fix-port'
[thirdparty/git.git] / Documentation / RelNotes / 1.5.1.4.txt
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.