Patch #1610437: fix a tarfile bug with long filename headers.
diff --git a/Misc/NEWS b/Misc/NEWS
index 856ee4c..648d09a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@
 Library
 -------
 
+- Patch #1610437: fix a tarfile bug with long filename headers.
+
 - Patch #1371075: Make ConfigParser accept optional dict type
   for ordering, sorting, etc.