diff --git a/WHATSNEW b/WHATSNEW index 7d49b309b..bedb6c0cf 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -275,6 +275,12 @@ Other changes: * Initial support for OpenJDK7 has been added. + * Ant now uses java.net.CookieStore rather than + java.util.ServiceLocator to detect whether the environment is a + Java 1.6 system. This means releases of gcj/gij at the time of + this release of Ant are detected as Java 1.5 and not 1.6. + Bugzilla Report 50256. + Changes from Ant 1.8.0 TO Ant 1.8.1 =================================== diff --git a/build.xml b/build.xml index d81db3041..b6586fe62 100644 --- a/build.xml +++ b/build.xml @@ -351,7 +351,7 @@ - +