summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 839f8ed..a9773d8 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -196,6 +196,7 @@ Eddy De Greef
Duncan Grisby
Dag Gruneau
Michael Guravage
+Lars Gustäbel
Barry Haddow
Paul ten Hagen
Rasmus Hahn
diff --git a/Misc/NEWS b/Misc/NEWS
index 8bc29a6..3051110 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,10 @@ Library
It is also exported for ntpath, macpath, and os2emxpath.
See SF bug #659228.
+- New module tarfile from Lars Gustäbel provides a comprehensive interface
+ to tar archive files with transparent gzip and bzip2 compression.
+ See SF patch #651082.
+
Tools/Demos
-----------