From acbf794a73cd8771359564354a1fd8005a7ee80d Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Wed, 29 Jun 2005 17:11:56 +0000 Subject: [PATCH] Forgot to updat whatsnew for PR35499 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278446 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 6a4f0e9de..fd05b1b2e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -59,6 +59,8 @@ Changes that could break older environments: Fixed bugs: ----------- +* Wrong replacement of file separator chars prevens junitbatchtest + from running correctly on files from a zipfileset. Bugzilla Report 35499 * Calling close twice on ReaderInputStream gave a nullpointer exception. Bugzilla Report 35544.