Author: jkf Date: Mon Jul 10 15:03:43 2006 New Revision: 420641 URL: http://svn.apache.org/viewvc?rev=420641&view=rev Log: 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.
Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=420641&r1=420640&r2=420641&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Mon Jul 10 15:03:43 2006 @@ -97,6 +97,9 @@ Fixed bugs: ----------- +* Manifests have improved line length handling, taking care of encoding. + Bug reports 37548 / 34425 + * <manifest> now closes the inputstream explicitly. Bug report 39628 * <rpm> now also correctly searches the first element of the path. Bug report 39345. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]