From ca34ebdbd1bedbca42b277d34f19db01697dbbb5 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 21 Jun 2014 07:39:47 +0200 Subject: [PATCH] whitespace --- WHATSNEW | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index f4c64ef80..ab0212420 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -7,12 +7,13 @@ Changes that could break older environments: Fixed bugs: ----------- -* TarArchiveInputStream failed to read archives with empty gid/uid - fields. - Bugzilla Report 56641 + * TarArchiveInputStream failed to read archives with empty gid/uid + fields. + Bugzilla Report 56641 + + * TarArchiveInputStream could throw IOException when reading PAX + headers from a "slow" InputStream. -* TarArchiveInputStream could throw IOException when reading PAX - headers from a "slow" InputStream. Other changes: --------------