Thread-safe xmalloc and xrealloc needs a recursive mutex
[git/dscho.git] / Documentation / RelNotes-1.6.5.1.txt
blob309ba181b27e7a5e58925824964b69c9c683538f
1 GIT v1.6.5.1 Release Notes
2 ==========================
4 Fixes since v1.6.5
5 ------------------
7  * An corrupt pack could make codepath to read objects into an
8    infinite loop.
10  * Download throughput display was always shown in KiB/s but on fast links
11    it is more appropriate to show it in MiB/s.
13  * "git grep -f filename" used uninitialized variable and segfaulted.
15  * "git clone -b branch" gave a wrong commit object name to post-checkout
16    hook.
18  * "git pull" over http did not work on msys.
20 Other minor documentation updates are included.