/hg/release/icedtea6-1.11: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri May 11 08:49:23 PDT 2012
changeset dbeb36504362 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=dbeb36504362
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri May 11 12:32:19 2012 +0100
Specify both source and target arguments in dtdtype check.
2012-05-09 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4:
(IT_GET_DTDTYPE_CHECK): Set target to 5
as well to ensure 1.7 bytecode isn't built.
changeset ca61b2ffa966 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=ca61b2ffa966
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri May 11 14:50:58 2012 +0100
Prepare for 1.11.2 release.
2012-05-11 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Set release date, add missing entries.
* configure.ac: Set to 1.11.2 proper.
changeset d58160b91191 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=d58160b91191
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri May 11 16:49:04 2012 +0100
Added tag icedtea6-1.11.2 for changeset ca61b2ffa966
diffstat:
.hgtags | 1 +
ChangeLog | 11 +++++++++++
NEWS | 5 ++++-
acinclude.m4 | 2 +-
configure.ac | 2 +-
5 files changed, 18 insertions(+), 3 deletions(-)
diffs (68 lines):
diff -r 1e8299b45e2b -r d58160b91191 .hgtags
--- a/.hgtags Wed May 09 13:38:18 2012 +0100
+++ b/.hgtags Fri May 11 16:49:04 2012 +0100
@@ -24,3 +24,4 @@
933c143b22a0acb6e5c72ac1315fd90a135275a8 icedtea6-1.11pre
746c78997ad9baaac7601686031f507936cebb88 icedtea6-1.11
24db244df0f369a66d922e2e01f089de9e44f06d icedtea6-1.11.1
+ca61b2ffa966cac5c5d9ea217b7aec4a0da83ab8 icedtea6-1.11.2
diff -r 1e8299b45e2b -r d58160b91191 ChangeLog
--- a/ChangeLog Wed May 09 13:38:18 2012 +0100
+++ b/ChangeLog Fri May 11 16:49:04 2012 +0100
@@ -1,3 +1,14 @@
+2012-05-11 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Set release date, add missing entries.
+ * configure.ac: Set to 1.11.2 proper.
+
+2012-05-09 Andrew John Hughes <ahughes at redhat.com>
+
+ * acinclude.m4:
+ (IT_GET_DTDTYPE_CHECK): Set target to 5
+ as well to ensure 1.7 bytecode isn't built.
+
2012-05-09 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 1e8299b45e2b -r d58160b91191 NEWS
--- a/NEWS Wed May 09 13:38:18 2012 +0100
+++ b/NEWS Fri May 11 16:49:04 2012 +0100
@@ -10,13 +10,16 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 1.11.2 (2012-XX-XX):
+New in release 1.11.2 (2012-05-11):
* Bug fixes
- RH789154: javac error messages no longer contain the full path to the offending file:
- PR797: Compiler error message does not display entire file name and path
- PR881: Sign tests (wsse.policy.basic) failures with OpenJDK6
- PR886: 6-1.11.1 fails to build CACAO on ppc
+ - Specify both source and target in IT_GET_DTDTYPE_CHECK.
+ - Install nss.cfg into j2re-image too.
+ - PR584: Don't use shared Eden in incremental mode.
* Backports
- S6792400: Avoid loading of Normalizer resources for simple uses
diff -r 1e8299b45e2b -r d58160b91191 acinclude.m4
--- a/acinclude.m4 Wed May 09 13:38:18 2012 +0100
+++ b/acinclude.m4 Fri May 11 16:49:04 2012 +0100
@@ -1412,7 +1412,7 @@
}
}]
EOF
- if $JAVAC -cp . $JAVACFLAGS -source 5 $CLASS >&AS_MESSAGE_LOG_FD 2>&1; then
+ if $JAVAC -cp . $JAVACFLAGS -source 5 -target 5 $CLASS >&AS_MESSAGE_LOG_FD 2>&1; then
if $JAVA -classpath . $BYTECODE >&AS_MESSAGE_LOG_FD 2>&1; then
it_cv_dtdtype=no;
else
diff -r 1e8299b45e2b -r d58160b91191 configure.ac
--- a/configure.ac Wed May 09 13:38:18 2012 +0100
+++ b/configure.ac Fri May 11 16:49:04 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.11.2pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.11.2],[distro-pkg-dev at openjdk.java.net])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile])
More information about the distro-pkg-dev
mailing list