File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ Git v1.8.3.3 Release Notes
44Fixes since v1.8.3.2
55--------------------
66
7+ * "git apply" parsed patches that add new files, generated by programs
8+ other than Git, incorrectly. This is an old breakage in v1.7.11.
9+
10+ * Older cURL wanted piece of memory we call it with to be stable, but
11+ we updated the auth material after handing it to a call.
12+
13+ * "git pull" into nothing trashed "local changes" that were in the
14+ index.
15+
16+ * Many "git submodule" operations did not work on a submodule at a
17+ path whose name is not in ASCII.
18+
19+ * "cherry-pick" had a small leak in its error codepath.
20+
21+ * Logic used by git-send-email to suppress cc mishandled names like
22+ "A U. Thor" <author@example.xz>, where the human readable part
23+ needs to be quoted (the user input may not have the double quotes
24+ around the name, and comparison was done between quoted and
25+ unquoted strings). It also mishandled names that need RFC2047
26+ quoting.
27+
728 * "gitweb" forgot to clear a global variable $search_regexp upon each
829 request, mistakenly carrying over the previous search to a new one
930 when used as a persistent CGI.
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
46- * link:v1.8.3.2 /git.html[documentation for release 1.8.3.2 ]
46+ * link:v1.8.3.3 /git.html[documentation for release 1.8.3.3 ]
4747
4848* release notes for
49+ link:RelNotes/1.8.3.3.txt[1.8.3.3],
4950 link:RelNotes/1.8.3.2.txt[1.8.3.2],
5051 link:RelNotes/1.8.3.1.txt[1.8.3.1],
5152 link:RelNotes/1.8.3.txt[1.8.3].
You can’t perform that action at this time.
0 commit comments