/hg/release/icedtea6-1.9: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Nov 11 16:28:33 PST 2010
changeset 619cb29138b3 in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=619cb29138b3
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Nov 12 00:27:05 2010 +0000
Update NEWS.
2010-11-11 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Updated.
changeset 1c9dabc8729f in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=1c9dabc8729f
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Nov 12 00:28:26 2010 +0000
Update to 1.9.2pre.
2010-11-11 Andrew John Hughes <ahughes at redhat.com>
* configure.ac: Update to 1.9.2pre.
diffstat:
3 files changed, 24 insertions(+), 1 deletion(-)
ChangeLog | 8 ++++++++
NEWS | 15 +++++++++++++++
configure.ac | 2 +-
diffs (51 lines):
diff -r caaf70f3a98f -r 1c9dabc8729f ChangeLog
--- a/ChangeLog Thu Nov 11 22:37:38 2010 +0000
+++ b/ChangeLog Fri Nov 12 00:28:26 2010 +0000
@@ -1,3 +1,11 @@ 2010-11-11 Andrew John Hughes <ahughes
+2010-11-11 Andrew John Hughes <ahughes at redhat.com>
+
+ * configure.ac: Update to 1.9.2pre.
+
+2010-11-11 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Updated.
+
2010-11-11 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r caaf70f3a98f -r 1c9dabc8729f NEWS
--- a/NEWS Thu Nov 11 22:37:38 2010 +0000
+++ b/NEWS Fri Nov 12 00:28:26 2010 +0000
@@ -10,8 +10,23 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/
New in release 1.9.2 (2010-11-XX):
+* Upgrade to latest revision of hs19 (b09).
+* Allow the building of NetX to be disabled.
+* Additional S390 size_t fixes.
+* Switch to the IcedTea server for JAXP, JAF and JAXWS tarballs.
* Backports
+ - S6622432: RFE: Performance improvements to java.math.BigDecimal
+ - S6850606: Regression from JDK 1.6.0_12
+ - S6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
- S6991430, PR579: Zero PowerPC fix.
+ - S6703377: freetype: glyph vector outline is not translated correctly
+ - S6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow"
+ inconsistently.
+* Bug fixes
+ - RH647737: Disable compressed oops in hs19 to avoid Eclipse failures.
+ - RH643674: Update fontconfig files for Fedora 11, 12, 13 and 14.
+* NetX
+ - Do not prompt user multiple times for the same certificate.
New in release 1.9.1 (2010-10-13):
diff -r caaf70f3a98f -r 1c9dabc8729f configure.ac
--- a/configure.ac Thu Nov 11 22:37:38 2010 +0000
+++ b/configure.ac Fri Nov 12 00:28:26 2010 +0000
@@ -1,4 +1,4 @@ AC_INIT([icedtea6],[1.9.1],[distro-pkg-d
-AC_INIT([icedtea6],[1.9.1],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.9.2pre],[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