1 GIT v1.6.3.3 Release Notes
2 ==========================
7 * "git archive" running on Cygwin can get stuck in an infinite loop.
9 * "git daemon" did not correctly parse the initial line that carries
10 virtual host request information.
12 * "git diff --textconv" leaked memory badly when the textconv filter
15 * The built-in regular expressions to pick function names to put on
16 hunk header lines for java and objc were very inefficiently written.
18 * in certain error situations git-fetch (and git-clone) on Windows didn't
19 detect connection abort and ended up waiting indefinitely.
21 * import-tars script (in contrib) did not import symbolic links correctly.
23 * http.c used CURLOPT_SSLKEY even on libcURL version 7.9.2, even though
24 it was only available starting 7.9.3.
26 * low-level filelevel merge driver used return value from strdup()
27 without checking if we ran out of memory.
29 * "git rebase -i" left stray closing parenthesis in its reflog message.
31 * "git remote show" did not show all the URLs associated with the named
32 remote, even though "git remote -v" did. Made them consistent by
33 making the former show all URLs.
35 * "whitespace" attribute that is set was meant to detect all errors known
36 to git, but it told git to ignore trailing carriage-returns.
38 Includes other documentation fixes.