# HG changeset patch # User Andrew John Hughes # Date 1290085307 0 # Node ID 2eff7c2e01d19cce0bacd5972b903f76616438f8 # Parent 6c21e99512e176c0b2899e03190849fce5043cce Bump to 1.7.6pre and update NEWS. 2010-11-18 Andrew John Hughes * NEWS: Add 1.7.6. * configure.ac: Bump to 1.7.6pre. diff -r 6c21e99512e1 -r 2eff7c2e01d1 ChangeLog --- a/ChangeLog Thu Nov 18 12:59:14 2010 +0000 +++ b/ChangeLog Thu Nov 18 13:01:47 2010 +0000 @@ -1,3 +1,8 @@ +2010-11-18 Andrew John Hughes + + * NEWS: Add 1.7.6. + * configure.ac: Bump to 1.7.6pre. + 2010-11-18 Andrew John Hughes * Makefile.am: diff -r 6c21e99512e1 -r 2eff7c2e01d1 NEWS --- a/NEWS Thu Nov 18 12:59:14 2010 +0000 +++ b/NEWS Thu Nov 18 13:01:47 2010 +0000 @@ -8,6 +8,16 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 1.7.6 (2010-11-XX): + +* Allow the building of NetX to be disabled. +* Switch to the IcedTea server for JAXP, JAF and JAXWS tarballs. +* Backports + - S6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow" + inconsistently. +* NetX + - Do not prompt user multiple times for the same certificate. + New in release 1.7.5 (2010-10-13): * Security updates diff -r 6c21e99512e1 -r 2eff7c2e01d1 configure.ac --- a/configure.ac Thu Nov 18 12:59:14 2010 +0000 +++ b/configure.ac Thu Nov 18 13:01:47 2010 +0000 @@ -1,4 +1,4 @@ -AC_INIT([icedtea6], [1.7.5], [distro-pkg-dev@openjdk.java.net]) +AC_INIT([icedtea6], [1.7.6pre], [distro-pkg-dev@openjdk.java.net]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile])