From b25b8c4faf64bd0d89353cc078aa9d687c31661f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 7 Feb 2016 16:39:57 +0100 Subject: [PATCH] mention bugfix for 57965 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 9305bc16c..116ace18c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -41,6 +41,10 @@ Fixed bugs: * TarInputStream now properly extraxt directory entries with a non-zero size. + * would drop file resources pointing to the same file but + using different names. + Bugzilla Report 57965 + Other changes: --------------