From c1a42cb7885522f43ad32a231d80f8b4dec8e72c Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 22 Mar 2005 17:25:19 +0000 Subject: [PATCH] signjar dependency logic change. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278045 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index ba3f1721f..61e85233b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -33,6 +33,14 @@ Changes that could break older environments: failonerror attribute. Bugzilla report 33361. +* now notices when the jar and signedjar are equal, and switches + to the same dependency logic as when signedjar is omitted. This may break + something that depended upon signing in this situation. However, since + invoking the JDK jarsigner program with -signedjar set to the source jar + actually crashes the JVM on our (Java1.5) systems, we don't think any + build files which actually worked will be affected by the change. + + Fixed bugs: -----------