Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'
[git/dscho.git] / Documentation / RelNotes-1.5.2.3.txt
blobaddb22955b4e4e5344f7f139076a798cb50024ff
1 GIT v1.5.2.3 Release Notes
2 ==========================
4 Fixes since v1.5.2.2
5 --------------------
7  * Bugfixes
9    - Version 2 pack index format was introduced in version 1.5.2
10      to support pack files that has offset that cannot be
11      represented in 32-bit.  The runtime code to validate such
12      an index mishandled such an index for an empty pack.
14    - Commit walkers (most notably, fetch over http protocol)
15      tried to traverse commit objects contained in trees (aka
16      subproject); they shouldn't.
18    - A build option NO_R_TO_GCC_LINKER was not explained in Makefile
19      comment correctly.
21  * Documentation Fixes and Updates
23    - git-config --regexp was not documented properly.
25    - git-repack -a was not documented properly.
27    - git-remote -n was not documented properly.