summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-27 14:32:59 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-27 14:32:59 -0700
commita75f9f053d459fb35a52fd223677812099fa6476 (patch)
tree510589c2b8f52a684c55e3198d966de39dc04b3b
parent91fc159745eccb0830c9719642d07617c8100b41 (diff)
downloadgit-a75f9f053d459fb35a52fd223677812099fa6476.tar.gz
Update draft release notes to 1.8.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.8.4.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.4.txt b/Documentation/RelNotes/1.8.4.txt
index 10699fa226..1854d1723d 100644
--- a/Documentation/RelNotes/1.8.4.txt
+++ b/Documentation/RelNotes/1.8.4.txt
@@ -162,6 +162,14 @@ details).
v1.7.11 and will need to be merged down to the maintanance tracks.
(merge 212eb96 tr/maint-apply-non-git-patch-parsefix later to maint).
+ * Older cURL wanted piece of memory we call it with to be stable, but
+ we updated the auth material after handing it to a call.
+ (merge a94cf2c bc/http-keep-memory-given-to-curl later to maint).
+
+ * "git pull" into nothing trashed "local changes" that were in the
+ index, and this avoids it.
+ (merge b4dc085 jk/pull-into-dirty-unborn later to maint).
+
* Many "git submodule" operations do not work on a submodule at a
path whose name is not in ASCII.
(merge bed9470 fg/submodule-non-ascii-path later to maint).
@@ -173,7 +181,8 @@ details).
"A U. Thor" <author@example.xz>, where the human readable part
needs to be quoted (the user input may not have the double quotes
around the name, and comparison was done between quoted and
- unquoted strings).
+ unquoted strings). It also mishandled names that need RFC2047
+ quoting.
(merge 1495266 mt/send-email-cc-match-fix later to maint).
* Call to discard_cache/discard_index (used when we use different