add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043)
diff --git a/Misc/NEWS b/Misc/NEWS
index ff68b45..dea29e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Library
 -------
 
+- Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode
+  will return. This resolves CVE-2013-1753.
+
 - Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by limiting
   the call to readline().  Original patch by Christian Heimes.