Browse Source

Record the fix for bz-62849, contributed by Michael Barker

master
Jaikiran Pai 6 years ago
parent
commit
506c3ab47a
3 changed files with 10 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +5
    -0
      WHATSNEW
  3. +4
    -0
      contributors.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -263,6 +263,7 @@ Matthew Kuperus Heun
Matthew Watson Matthew Watson
Matthew Yanos Matthew Yanos
Matthias Bhend Matthias Bhend
Michael Barker
Michael Bayne Michael Bayne
Michael Clarke Michael Clarke
Michael Davey Michael Davey


+ 5
- 0
WHATSNEW View File

@@ -16,6 +16,11 @@ Fixed bugs:
an incorrect compression level for a zip entry. This is now fixed. an incorrect compression level for a zip entry. This is now fixed.
Bugzilla Report 62686 Bugzilla Report 62686


* A filesystem "loop" caused due to symbolic links could trigger an
out of memory error in the org.apache.tools.ant.DirectoryScanner
This has now been fixed.
Bugzilla Report 62849

Other changes: Other changes:
-------------- --------------
* generatekey task now supports SubjectAlternativeName during key * generatekey task now supports SubjectAlternativeName during key


+ 4
- 0
contributors.xml View File

@@ -1073,6 +1073,10 @@
<first>Matthew</first> <first>Matthew</first>
<last>Yanos</last> <last>Yanos</last>
</name> </name>
<name>
<first>Michael</first>
<last>Barker</last>
</name>
<name> <name>
<first>Michael</first> <first>Michael</first>
<last>Bayne</last> <last>Bayne</last>


Loading…
Cancel
Save