From c602682991aa87c43c373106eea546cb5b58c4de Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 14 Mar 2014 20:40:02 +0000 Subject: [PATCH] add gzip content-encoding support to , submitted by Maarten Coene. PR 49453 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577701 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 7829d2bfe..92a33a47f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -129,6 +129,9 @@ Other changes: files read that don't use the platform's default encoding. Bugzilla Report 56258 + * The task now explicitly accepts and supports the gzip content encoding. + Bugzilla Report 49453 + Changes from Ant 1.9.2 TO Ant 1.9.3 ===================================