Patch #1610437: fix a tarfile bug with long filename headers.
 (backport from rev. 52938)
diff --git a/Misc/NEWS b/Misc/NEWS
index 35960e0..c9ca095 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,8 @@
 Library
 -------
 
+- Patch #1610437: fix a tarfile bug with long filename headers.
+
 - Patch #1472877: Fix Tix subwidget name resolution.
 
 - Patch #1594554: Always close a tkSimpleDialog on ok(), even