From: Junio C Hamano Date: Fri, 29 Apr 2011 18:47:10 +0000 (-0700) Subject: Start 1.7.5.1 maintenance track X-Git-Tag: v1.7.5.1~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/65f13f20bccc71cf6599e9ad6b2ed0cc2312f416?ds=inline;hp=--cc Start 1.7.5.1 maintenance track Signed-off-by: Junio C Hamano --- 65f13f20bccc71cf6599e9ad6b2ed0cc2312f416 diff --git a/Documentation/RelNotes/1.7.5.1.txt b/Documentation/RelNotes/1.7.5.1.txt new file mode 100644 index 0000000000..cfd9b2aa22 --- /dev/null +++ b/Documentation/RelNotes/1.7.5.1.txt @@ -0,0 +1,14 @@ +Git v1.7.5.1 Release Notes +========================== + +Fixes since v1.7.5 +------------------ + + * The "--date=relative" output format used to say "X years, 12 months" + when it should have said "X+1 years". + + * An error message from "git send-email" to diagnose a broken SMTP + connection configuration lacked a space between "hello=" + and "port=". + +And other minor fixes and documentation updates. diff --git a/RelNotes b/RelNotes index 540b756d2f..1f849d224e 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/1.7.5.txt \ No newline at end of file +Documentation/RelNotes/1.7.5.1.txt \ No newline at end of file