commit | 21ce8f0d662df360e7a65a544309563fecd67f08 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat May 07 19:59:33 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat May 07 19:59:33 2011 +0200 |
tree | 7e66e87c18e1a35b446408328bd08da198a187c2 | |
parent | 0639be650511f717399e803faa798257b790ae81 [diff] [blame] |
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath.
diff --git a/Misc/NEWS b/Misc/NEWS index 8f3c0b9..36d0080 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -77,6 +77,9 @@ Library ------- +- Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch + by Kasun Herath. + - Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to detect mtime changes by comparing to the system clock instead of to the previous value of the mtime.