File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ Git v1.7.5.1 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.7.5
5
+ ------------------
6
+
7
+ * The "--date=relative" output format used to say "X years, 12 months"
8
+ when it should have said "X+1 years".
9
+
10
+ * An error message from "git send-email" to diagnose a broken SMTP
11
+ connection configuration lacked a space between "hello=<smtp-domain>"
12
+ and "port=<smtp-server-port>".
13
+
14
+ And other minor fixes and documentation updates.
Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ sub send_message {
1091
1091
" VALUES: server=$smtp_server " ,
1092
1092
" encryption=$smtp_encryption " ,
1093
1093
" hello=$smtp_domain " ,
1094
- defined $smtp_server_port ? " port=$smtp_server_port " : " " ;
1094
+ defined $smtp_server_port ? " port=$smtp_server_port " : " " ;
1095
1095
}
1096
1096
1097
1097
if (defined $smtp_authuser ) {
You can’t perform that action at this time.
0 commit comments