]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.7.0.7.txt
Merge branch 'jm/maint-apply-detects-corrupt-patch-header' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.0.7.txt
CommitLineData
593ce2be
JH
1Git v1.7.0.7 Release Notes
2==========================
3
4Fixes since v1.7.0.6
5--------------------
6
7 * "make NO_CURL=NoThanks install" was broken.
8
9 * An overlong line after ".gitdir: " in a git file caused out of bounds
10 access to an array on the stack.
11
12 * "git config --path conf.var" to attempt to expand a variable conf.var
13 that uses "~/" short-hand segfaulted when $HOME environment variable
14 was not set.
15
16And other minor fixes and documentation updates.