/hg/release/icedtea6-1.8: Update NEWS, version and JAXP/JAXWS URLs.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Nov 16 04:39:54 PST 2010


changeset 74a5c2ed67d3 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=74a5c2ed67d3
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Nov 16 12:39:47 2010 +0000

	Update NEWS, version and JAXP/JAXWS URLs.

	2010-11-16 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (JAXWS_DROP_URL): Updated to use
	IcedTea server. (JAXP_DROP_URL): Likewise.
		* NEWS: Updated.
		* configure.ac: Bump to 1.8.3pre.


diffstat:

4 files changed, 21 insertions(+), 3 deletions(-)
ChangeLog    |    8 ++++++++
Makefile.am  |    4 ++--
NEWS         |   10 ++++++++++
configure.ac |    2 +-

diffs (62 lines):

diff -r ab3d582a5431 -r 74a5c2ed67d3 ChangeLog
--- a/ChangeLog	Tue Nov 16 11:50:52 2010 +0000
+++ b/ChangeLog	Tue Nov 16 12:39:47 2010 +0000
@@ -1,3 +1,11 @@ 2010-11-11  Andrew John Hughes  <ahughes
+2010-11-16  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(JAXWS_DROP_URL): Updated to use IcedTea server.
+	(JAXP_DROP_URL): Likewise.
+	* NEWS: Updated.
+	* configure.ac: Bump to 1.8.3pre.
+
 2010-11-11  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r ab3d582a5431 -r 74a5c2ed67d3 Makefile.am
--- a/Makefile.am	Tue Nov 16 11:50:52 2010 +0000
+++ b/Makefile.am	Tue Nov 16 12:39:47 2010 +0000
@@ -18,12 +18,12 @@ VISUALVM_URL = https://visualvm.dev.java
 VISUALVM_URL = https://visualvm.dev.java.net/files/documents/7163/127170/
 VISUALVM_SRC_ZIP = visualvm-111-src.tar.gz
 
-JAXWS_DROP_URL = http://kenai.com/projects/jdk6-drops/downloads/download
+JAXWS_DROP_URL = http://icedtea.classpath.org/download/drops
 JAXWS_DROP_ZIP = jdk6-jaxws-2009_10_27.zip
 JAXWS_DROP_SHA256SUM = 155ff3be83c980e197621a2fbf7ee34e8e0f536489351a5865cf0e52206245e2
 JAF_DROP_ZIP = jdk6-jaf-2009_10_27.zip
 JAF_DROP_SHA256SUM = fdc51476fc6bcc69ea1f099f33e84601a126bfa8b11c8fa11c25dc574345aa9f
-JAXP_DROP_URL = https://jaxp.dev.java.net/files/documents/913/147329
+JAXP_DROP_URL = http://icedtea.classpath.org/download/drops
 JAXP_DROP_ZIP = jdk6-jaxp-2009_10_13.zip
 JAXP_DROP_SHA256SUM = 8714d55de18db48ca9da0ee986202005082f44cf4c215da8683342b70e61792b
 
diff -r ab3d582a5431 -r 74a5c2ed67d3 NEWS
--- a/NEWS	Tue Nov 16 11:50:52 2010 +0000
+++ b/NEWS	Tue Nov 16 12:39:47 2010 +0000
@@ -7,6 +7,16 @@ GX  - http://bugs.gentoo.org/show_bug.cg
 GX  - http://bugs.gentoo.org/show_bug.cgi?id=X
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+
+New in release 1.8.3 (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.8.2 (2010-10-13):
 
diff -r ab3d582a5431 -r 74a5c2ed67d3 configure.ac
--- a/configure.ac	Tue Nov 16 11:50:52 2010 +0000
+++ b/configure.ac	Tue Nov 16 12:39:47 2010 +0000
@@ -1,4 +1,4 @@ AC_INIT([icedtea6],[1.8.2],[distro-pkg-d
-AC_INIT([icedtea6],[1.8.2],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.8.3pre],[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