changeset 2005:2eff7c2e01d1

Bump to 1.7.6pre and update NEWS. 2010-11-18 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add 1.7.6. * configure.ac: Bump to 1.7.6pre.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 18 Nov 2010 13:01:47 +0000
parents 6c21e99512e1
children e0e679b39351
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <ahughes@redhat.com>
+
+	* NEWS: Add 1.7.6.
+	* configure.ac: Bump to 1.7.6pre.
+
 2010-11-18  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- 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
--- 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])