From 09c4446158952d164abc97f38b7934a53c947a35 Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Mon, 10 Jul 2006 22:03:43 +0000 Subject: [PATCH] manifest issues br: 37548 Still not totally convinced that the line is not allowed to be 74 bytes long (including eol) But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else it will be shorter than 72 bytes including eol. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420641 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index b788c825f..b210a8f13 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -97,6 +97,9 @@ Changes that could break older environments: Fixed bugs: ----------- +* Manifests have improved line length handling, taking care of encoding. + Bug reports 37548 / 34425 + * now closes the inputstream explicitly. Bug report 39628 * now also correctly searches the first element of the path. Bug report 39345.