Merge branch 'sb/gpg-plug-fd-leak' into maint
[git.git] / Documentation / RelNotes / 1.6.5.1.txt
1 GIT v1.6.5.1 Release Notes
2 ==========================
3
4 Fixes since v1.6.5
5 ------------------
6
7  * An corrupt pack could make codepath to read objects into an
8    infinite loop.
9
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.
12
13  * "git grep -f filename" used uninitialized variable and segfaulted.
14
15  * "git clone -b branch" gave a wrong commit object name to post-checkout
16    hook.
17
18  * "git pull" over http did not work on msys.
19
20 Other minor documentation updates are included.