Issue #4750: Store the basename of the original filename in
the gzip FNAME header as required by RFC 1952.
diff --git a/Misc/NEWS b/Misc/NEWS
index 24cb7b3..2e2f822 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -427,6 +427,9 @@
 Library
 -------
 
+- Issue #4750: Store the basename of the original filename in the gzip FNAME
+  header as required by RFC 1952.
+
 - Issue #1180: Added a new global option to ignore ~/.pydistutils.cfg in
   Distutils.