From 52655511902ff59b9bc49c743bd93dd8ddb088e8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 1 Jul 2018 11:20:48 +0200 Subject: [PATCH] record fix of https://bz.apache.org/bugzilla/show_bug.cgi?id=62502 --- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 527d0e291..e65f3233b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -9,6 +9,12 @@ Fixed bugs: an exception. Bugzilla Report 62499 + * the new allowFilesToEscapeDest didn't work when set to false and + archive entries contained relative paths with so many ".." + segnments that the resulting path would go beyond the file system + root. + Bugzilla Report 62502 + Changes from Ant 1.9.11 TO Ant 1.9.12 =====================================