From 4a182f6174e1b958777ba6fbc6262e5457151049 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 16 Oct 2012 13:27:23 -0700 Subject: [PATCH] Update draft release notes to 1.8.0 We are almost there... Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.8.0.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/RelNotes/1.8.0.txt b/Documentation/RelNotes/1.8.0.txt index 6a6f323ea3..9158899d60 100644 --- a/Documentation/RelNotes/1.8.0.txt +++ b/Documentation/RelNotes/1.8.0.txt @@ -210,6 +210,10 @@ to them for details). is much less common, and did not advertise the more common "gzip" on its Accept-Encoding header. + * "git fetch" over the dumb-http revision walker could segfault when + curl's multi interface was used. + (merge 188923f jk/maint-http-half-auth-push later to maint). + * "git gc --auto" notified the user that auto-packing has triggered even under the "--quiet" option. @@ -255,3 +259,6 @@ to them for details). * "git status" honored the ignore=dirty settings in .gitmodules but "git commit" didn't. + + * "gitweb" did not give the correct committer timezone in its feed + output due to a typo. -- 2.11.4.GIT