Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
diff --git a/Misc/NEWS b/Misc/NEWS
index 4cc00f1..e5224ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -314,6 +314,8 @@
 Library
 -------
 
+- Patch #1157027: cookielib mishandles RFC 2109 cookies in Netscape mode
+
 - Patch #1117398: cookielib.LWPCookieJar and .MozillaCookieJar now raise
   LoadError as documented, instead of IOError.  For compatibility,
   LoadError subclasses IOError.