diff --git a/ReleaseInstructions b/ReleaseInstructions index 16458480a..c16245eee 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -308,7 +308,8 @@ Note: This document was adapted from the one created in the context of * ivy.xml in release subdirectory * WHATSNEW (add a new section) * src/etc/testcases/taskdefs/conditions/antversion.xml - * snap/snapcraft.yaml - bump version to [newversion]alpha and change value of "grade" to "devel" + * snap/snapcraft.yml (bump version to [newversion]alpha and set grade + to devel) Amend the merge commit diff --git a/WHATSNEW b/WHATSNEW index 73539a95b..5a3894551 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,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: --------------