From 511da22ecfb325bb693c0877e2a0d35fdba69a90 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 2 Mar 2010 23:11:36 -0800 Subject: [PATCH] Start preparing for 1.7.0.2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.7.0.2.txt | 22 ++++++++++++++++++++++ RelNotes | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes-1.7.0.2.txt diff --git a/Documentation/RelNotes-1.7.0.2.txt b/Documentation/RelNotes-1.7.0.2.txt new file mode 100644 index 000000000..5f8e156dc --- /dev/null +++ b/Documentation/RelNotes-1.7.0.2.txt @@ -0,0 +1,22 @@ +Git v1.7.0.2 Release Notes +========================== + +Fixes since v1.7.0.1 +-------------------- + + * "git fast-import" didn't work with a large input, as it lacked support + for producing the pack index in v2 format. + + * "git imap-send" didn't use CRLF line endings over the imap protocol + when storing its payload to the draft box, violating RFC 3501. + + * Error messages generated on the receiving end did not come back to "git + push". + +And other minor fixes and documentation updates. + +--- +exec >/var/tmp/1 +O=v1.7.0.1-28-gb46946a +echo O=$(git describe maint) +git shortlog --no-merges $O..maint diff --git a/RelNotes b/RelNotes index 9fadb0afe..8cf972cf4 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes-1.7.0.1.txt \ No newline at end of file +Documentation/RelNotes-1.7.0.2.txt \ No newline at end of file -- 2.30.2