summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-16 20:27:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-16 20:27:23 (GMT)
commit4a182f6174e1b958777ba6fbc6262e5457151049 (patch)
tree70b00e35c4a785de8b7b19d7431271555b7dfbfb /Documentation
parent053a08f5bba3444d40516baf30a5d61e42e4fb93 (diff)
downloadgit-4a182f6174e1b958777ba6fbc6262e5457151049.zip
git-4a182f6174e1b958777ba6fbc6262e5457151049.tar.gz
git-4a182f6174e1b958777ba6fbc6262e5457151049.tar.bz2
Update draft release notes to 1.8.0
We are almost there... Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.8.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.0.txt b/Documentation/RelNotes/1.8.0.txt
index 6a6f323..9158899 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.