- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
diff --git a/Misc/NEWS b/Misc/NEWS
index ad65206..9250b2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -491,6 +491,9 @@
- datetime.datetime() now has a strptime class method which can be used to
create datetime object using a string and format.
+- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
+ with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
+
Library
-------