Thread-safe xmalloc and xrealloc needs a recursive mutex
[git/dscho.git] / Documentation / RelNotes-1.5.0.7.txt
blob670ad32b85678c938709b47c37d6caacbb5ebe29
1 GIT v1.5.0.7 Release Notes
2 ==========================
4 Fixes since v1.5.0.6
5 --------------------
7 * Bugfixes
9   - git-upload-pack failed to close unused pipe ends, resulting
10     in many zombies to hang around.
12   - git-rerere was recording the contents of earlier hunks
13     duplicated in later hunks.  This prevented resolving the same
14     conflict when performing the same merge the other way around.
16 * Documentation
18   - a few documentation fixes from Debian package maintainer.