From 463d1984a440d21bf05f8d1b3d12ac1e0e724ba2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 23 May 2012 15:58:20 +0000 Subject: [PATCH] 1.8.4 is out git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1341918 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 9e0a30cc8..5e847b5d7 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,4 +1,4 @@ -Changes from Ant 1.8.3 TO Ant 1.9.0 +Changes from Ant 1.8.4 TO Ant 1.9.0 =================================== Changes that could break older environments: @@ -14,12 +14,22 @@ Fixed bugs: * Fixed some potential stream leaks. Bugzilla Reports 52738, 52740, 52742, 52743. +Other changes: +-------------- + +Changes from Ant 1.8.3 TO Ant 1.8.4 +=================================== + +Fixed bugs: +----------- + * Ported libbzip2's fallback sort algorithm to CBZip2OutputStream to speed up compression in certain edge cases. Merge from Commons Compress. -Other changes: --------------- + Using specially crafted inputs this can be used as a denial of + service attack. + See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2098 Changes from Ant 1.8.2 TO Ant 1.8.3 ===================================