Make the MSVC projects use PDB/IDB files named after the project
[git/dscho.git] / Documentation / RelNotes-1.5.1.4.txt
blobdf2f66ccb5d2a6a038d1fcf9306e7ed7aae05f39
1 GIT v1.5.1.4 Release Notes
2 ==========================
4 Fixes since v1.5.1.3
5 --------------------
7 * Bugfixes
9   - "git-http-fetch" did not work around a bug in libcurl
10     earlier than 7.16 (curl_multi_remove_handle() was broken).
12   - "git cvsserver" handles a file that was once removed and
13     then added again correctly.
15   - import-tars script (in contrib/) handles GNU tar archives
16     that contain pathnames longer than 100 bytes (long-link
17     extension) correctly.
19   - xdelta test program did not build correctly.
21   - gitweb sometimes tried incorrectly to apply function to
22     decode utf8 twice, resulting in corrupt output.
24   - "git blame -C" mishandled text at the end of a group of
25     lines.
27   - "git log/rev-list --boundary" did not produce output
28     correctly without --left-right option.
30   - Many documentation updates.