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 2016/06/23 14:38:41 UTC

[2/2] ant git commit: record fix for 59556 - closes #19

record fix for 59556 - closes #19

https://bz.apache.org/bugzilla/show_bug.cgi?id=59556


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a394a0bd
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a394a0bd
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a394a0bd

Branch: refs/heads/1.9.x
Commit: a394a0bdf8e6240dc09023a8260059c57c158a00
Parents: fef3ea3
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu Jun 23 16:37:54 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu Jun 23 16:37:54 2016 +0200

----------------------------------------------------------------------
 CONTRIBUTORS     | 2 ++
 WHATSNEW         | 5 +++++
 contributors.xml | 8 ++++++++
 3 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/a394a0bd/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 249d436..1988638 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -51,6 +51,7 @@ Bruce Atherton
 Cedomir Igaly
 Charles Hudak
 Charlie Hubbard
+Chris Hegarty
 Chris Povirk
 Christian Knorr
 Christian Schmidt
@@ -403,6 +404,7 @@ Valentino Miazzo
 Victor Toni
 Vimil Saju
 Vincent Legoll
+Vincent Privat
 Vitold Sedyshev
 Volker Leidl
 Waldek Herka

http://git-wip-us.apache.org/repos/asf/ant/blob/a394a0bd/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index b18bba5..bd90733 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -24,6 +24,11 @@ Fixed bugs:
    NTFS filesystems and re-created archives more often than necessary.
    Bugzilla Report 59562
 
+ * AntClassLoader didn't delegate to the parent loader for classes in
+   the "jdk" package or one of its subpackages. This hierarchy has
+   been introduced with Java 7.
+   Bugzilla Report 59556
+
 Other changes:
 --------------
 

http://git-wip-us.apache.org/repos/asf/ant/blob/a394a0bd/contributors.xml
----------------------------------------------------------------------
diff --git a/contributors.xml b/contributors.xml
index bf49ac3..1356f38 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -227,6 +227,10 @@
   </name>
   <name>
     <first>Chris</first>
+    <last>Hegarty</last>
+  </name>
+  <name>
+    <first>Chris</first>
     <last>Povirk</last>
   </name>
   <name>
@@ -1617,6 +1621,10 @@
     <last>Legoll</last>
   </name>
   <name>
+    <first>Vincent</first>
+    <last>Privat</last>
+  </name>
+  <name>
     <first>Vimil</first>
     <last>Saju</last>
   </name>