Patch #1583880: fix tarfile's problems with long names and posix/
GNU modes.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cb10fa..8363ee3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@
 Library
 -------
 
+- Patch #1583880: fix tarfile's problems with long names and posix/
+  GNU modes.
+
 - Bug #1586448: the compiler module now emits the same bytecode for
   list comprehensions as the builtin compiler, using the LIST_APPEND
   opcode.