summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04a67dc)
raw | patch | inline | side by side (parent: 04a67dc)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Apr 2011 18:47:10 +0000 (11:47 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Apr 2011 18:47:35 +0000 (11:47 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.5.1.txt | [new file with mode: 0644] | patch | blob |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes/1.7.5.1.txt b/Documentation/RelNotes/1.7.5.1.txt
--- /dev/null
@@ -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=<smtp-domain>"
+ and "port=<smtp-server-port>".
+
+And other minor fixes and documentation updates.
diff --git a/RelNotes b/RelNotes
index 540b756d2f64d8c8ebf927a707b9b2cc0a4c6151..1f849d224e07bca8c3d17aeab0ef0e0d29c1da24 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-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