/hg/release/icedtea7-forest-2.5/langtools: 4 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Apr 14 21:21:22 UTC 2015
changeset 420cc0bb9483 in /hg/release/icedtea7-forest-2.5/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/langtools?cmd=changeset;node=420cc0bb9483
author: igerasim
date: Tue Apr 29 23:14:29 2014 +0400
8040790: [TEST_BUG] tools/javac/innerClassFile/Driver.sh fails to cleanup files after it
Reviewed-by: lancea
changeset 1253f8308461 in /hg/release/icedtea7-forest-2.5/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/langtools?cmd=changeset;node=1253f8308461
author: pchopra
date: Fri Jan 30 12:38:18 2015 +0300
8064454: [TEST_BUG] Test tools/javac/innerClassFile/Driver.sh fails for Mac and Linux
Reviewed-by: coffeys, mcimadamore
changeset 3ffd17553e8c in /hg/release/icedtea7-forest-2.5/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/langtools?cmd=changeset;node=3ffd17553e8c
author: asaha
date: Tue Mar 10 15:41:40 2015 -0700
8074662: Update 3rd party readme and license for LibPNG v 1.6.16
Reviewed-by: jeff
changeset 2d42dbec0a46 in /hg/release/icedtea7-forest-2.5/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/langtools?cmd=changeset;node=2d42dbec0a46
author: andrew
date: Tue Apr 14 21:40:50 2015 +0100
Added tag icedtea-2.5.5 for changeset 3ffd17553e8c
diffstat:
.hgtags | 1 +
THIRD_PARTY_README | 39 +++---------------------------
test/tools/javac/innerClassFile/Driver.sh | 2 +
3 files changed, 8 insertions(+), 34 deletions(-)
diffs (98 lines):
diff -r 7b326fd7f5fb -r 2d42dbec0a46 .hgtags
--- a/.hgtags Fri Apr 03 23:27:36 2015 +0100
+++ b/.hgtags Tue Apr 14 21:40:50 2015 +0100
@@ -573,3 +573,4 @@
059a87205fda11b19d25ace75698a854aa8edbf3 jdk7u75-b30
62af99c4ba800ff1cbb882cdcdbc1fe9fad527c3 icedtea-2.5.5pre01
b4aed9cdd65b49a022b9d82f20a733ee3cd61fba icedtea-2.5.5pre02
+3ffd17553e8c5c0365c893cb27ddb9bed39b483a icedtea-2.5.5
diff -r 7b326fd7f5fb -r 2d42dbec0a46 THIRD_PARTY_README
--- a/THIRD_PARTY_README Fri Apr 03 23:27:36 2015 +0100
+++ b/THIRD_PARTY_README Tue Apr 14 21:40:50 2015 +0100
@@ -1001,7 +1001,7 @@
-------------------------------------------------------------------------------
-%% This notice is provided with respect to libpng 1.5.4, which is
+%% This notice is provided with respect to libpng 1.6.16, which is
included with JRE 7, JDK 7, and OpenJDK 7.
--- begin of LICENSE ---
@@ -1017,7 +1017,7 @@
This code is released under the libpng license.
-libpng versions 1.2.6, August 15, 2004, through 1.5.4, July 7, 2011, are
+libpng versions 1.2.6, August 15, 2004, through 1.6.16, December 22, 2014, are
Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
@@ -1115,7 +1115,7 @@
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
-July 7, 2011
+December 22, 2014
--- end of LICENSE ---
@@ -1912,35 +1912,6 @@
-------------------------------------------------------------------------------
-%% This notice is provided with respect to Sparkle v.1.5,
-which is included with JRE 7 on Mac OS X.
-
---- begin of LICENSE ---
-
-Copyright (c) 2012 Sparkle.org and Andy Matuschak
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
---- end of LICENSE ---
-
--------------------------------------------------------------------------------
-
%% Portions licensed from Taligent, Inc.
-------------------------------------------------------------------------------
@@ -3198,12 +3169,12 @@
%% This notice is provided with respect to the following which is
included with JRE 7, JDK 7, and OpenJDK 7, except where noted:
- Apache Derby 10.8.3.0 [included with JDK 7 only]
+ Apache Derby 10.8.1.2 [included with JDK 7 only]
Apache Jakarta BCEL 5.2
Apache Jakarta Regexp 1.4
Apache Santuario XMLSec-Java 1.4.2
Apache Xalan-Java 2.7.1
- Apache Xerces2 Java 2.11.0
+ Apache Xerces2 Java 2.10.0
Apache XML Resolver 1.1
diff -r 7b326fd7f5fb -r 2d42dbec0a46 test/tools/javac/innerClassFile/Driver.sh
--- a/test/tools/javac/innerClassFile/Driver.sh Fri Apr 03 23:27:36 2015 +0100
+++ b/test/tools/javac/innerClassFile/Driver.sh Tue Apr 14 21:40:50 2015 +0100
@@ -71,3 +71,5 @@
"${TESTJAVA}${FS}bin${FS}javac" ${TESTTOOLVMOPTS} -d . -classpath . -sourcepath src src/x/B.java src/x/C.java src/y/Main.java
rm y/R3.class
"${TESTJAVA}${FS}bin${FS}javac" ${TESTTOOLVMOPTS} -d . -classpath . -sourcepath src src/y/Main.java
+chmod -R u+w src
+rm -fr src
More information about the distro-pkg-dev
mailing list