commit | ee82c0e6b727515b54ce2f1dfff2e6ff330f88f1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 07:13:28 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 07:13:28 2006 +0000 |
tree | b7b936b5d1dc3f6081e9f314dca987ac6525a2b8 | |
parent | 0347a9a49193f292b1aff0bbda2b33d96c459a39 [diff] [blame] |
Patch #1567274: Support SMTP over TLS.
diff --git a/Misc/NEWS b/Misc/NEWS index 219bbcf..ab3bf3f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -84,6 +84,8 @@ Library ------- +- Patch #1567274: Support SMTP over TLS. + - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that ctypes isn't considered as requiring executable stacks.