]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.6.6.3.txt
Git 1.6.6.3
[thirdparty/git.git] / Documentation / RelNotes / 1.6.6.3.txt
1 Git v1.6.6.3 Release Notes
2 ==========================
3
4 Fixes since v1.6.6.2
5 --------------------
6
7 * An overlong line after ".gitdir: " in a git file caused out of bounds
8 access to an array on the stack.
9
10 * "git bisect $path" did not correctly diagnose an error when given a
11 non-existent path.
12
13 * "git blame -L $start,$end" segfaulted when too large $start was given.
14
15 * "git imap-send" did not write draft box with CRLF line endings per RFC.
16
17 * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
18 when --keep-dashdash was in effect.
19
20 * "gitweb" can sometimes be tricked into parrotting a filename argument
21 given in a request without properly quoting.
22
23 Other minor fixes and documentation updates are included.