summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-29 11:47:10 -0700
committerJunio C Hamano <gitster@pobox.com>2011-04-29 11:47:35 -0700
commit65f13f20bccc71cf6599e9ad6b2ed0cc2312f416 (patch)
tree6a0d7a94d8583e1b4015f5cb7937966829a222e1
parent04a67dc622b298226628fe344af835a7191dc1aa (diff)
downloadgit-65f13f20bccc71cf6599e9ad6b2ed0cc2312f416.tar.gz
Start 1.7.5.1 maintenance track
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.5.1.txt14
l---------RelNotes2
2 files changed, 15 insertions, 1 deletions
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=<smtp-domain>"
+ and "port=<smtp-server-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