Patch #995126: Correct directory size, and generate GNU tarfiles by default.
diff --git a/Misc/NEWS b/Misc/NEWS
index c6857dc..184c15c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@
 Library
 -------
 
+- tarfile now generates GNU tar files by default.
+
 - HTTPResponse has now a getheaders method.
 
 - Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon