You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2021/07/13 17:20:52 UTC

svn commit: r48808 - in /release/ant: README.html RELEASE-NOTES-1.10.11.html RELEASE-NOTES-1.9.16.html

Author: bodewig
Date: Tue Jul 13 17:20:52 2021
New Revision: 48808

Log:
update release notes

Modified:
    release/ant/README.html
    release/ant/RELEASE-NOTES-1.10.11.html
    release/ant/RELEASE-NOTES-1.9.16.html

Modified: release/ant/README.html
==============================================================================
--- release/ant/README.html (original)
+++ release/ant/README.html Tue Jul 13 17:20:52 2021
@@ -9,6 +9,9 @@ Fixed bugs:
    tasks in parallel.
    Bugzilla Report 65316
 
+ * fixed potential OutOfMemory errors when reading broken archives
+   using the tar or zip formats or formats derived from zip.
+
 Other changes:
 --------------
 

Modified: release/ant/RELEASE-NOTES-1.10.11.html
==============================================================================
--- release/ant/RELEASE-NOTES-1.10.11.html (original)
+++ release/ant/RELEASE-NOTES-1.10.11.html Tue Jul 13 17:20:52 2021
@@ -9,6 +9,9 @@ Fixed bugs:
    tasks in parallel.
    Bugzilla Report 65316
 
+ * fixed potential OutOfMemory errors when reading broken archives
+   using the tar or zip formats or formats derived from zip.
+
 Other changes:
 --------------
 

Modified: release/ant/RELEASE-NOTES-1.9.16.html
==============================================================================
--- release/ant/RELEASE-NOTES-1.9.16.html (original)
+++ release/ant/RELEASE-NOTES-1.9.16.html Tue Jul 13 17:20:52 2021
@@ -15,4 +15,8 @@ Fixed bugs:
  * Fixes a bug where the ant-testutil-sources.jar that gets published to Maven
    central repository didn't contain any source files.
    Bugzilla Report 65110
+
+ * fixed potential OutOfMemory errors when reading broken archives
+   using the tar or zip formats or formats derived from zip.
+
 </pre></body></html>