Merge branch 'jk/pull-into-dirty-unborn' into maint
[git.git] / Documentation / RelNotes / 1.8.3.3.txt
blob04289e793cdee716dfb12cb9115ebb19cb6bbb9c
1 Git v1.8.3.3 Release Notes
2 ==========================
4 Fixes since v1.8.3.2
5 --------------------
7  * "gitweb" forgot to clear a global variable $search_regexp upon each
8    request, mistakenly carrying over the previous search to a new one
9    when used as a persistent CGI.
11  * The wildmatch engine did not honor WM_CASEFOLD option correctly.
13  * "git log -c --follow $path" segfaulted upon hitting the commit that
14    renamed the $path being followed.
16  * When a reflog notation is used for implicit "current branch",
17    e.g. "git log @{u}", we did not say which branch and worse said
18    "branch ''" in the error messages.
20  * Mac OS X does not like to write(2) more than INT_MAX number of
21    bytes; work it around by chopping write(2) into smaller pieces.
23  * Newer MacOS X encourages the programs to compile and link with
24    their CommonCrypto, not with OpenSSL.
26 Also contains various minor documentation updates.