changeset 1768:bf7c34ac17a5

Post 1.9 updates: Bump to 1.10-pre and switch to using IcedTea7 forest. 2009-03-20 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Switch to IcedTea forest rather than build drop x. * NEWS, * configure.ac: Prepare for next release.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 20 Mar 2009 11:57:47 +0000
parents 9933c527970b
children 1fe13f115ab0
files ChangeLog Makefile.am NEWS configure.ac
diffstat 4 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Mar 20 11:42:36 2009 +0000
+++ b/ChangeLog	Fri Mar 20 11:57:47 2009 +0000
@@ -1,3 +1,10 @@
+2009-03-20  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am: Switch to IcedTea
+	forest rather than build drop x.
+	* NEWS,
+	* configure.ac: Prepare for next release.
+
 2009-03-20  Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS: Add release date for 1.9.
--- a/Makefile.am	Fri Mar 20 11:42:36 2009 +0000
+++ b/Makefile.am	Fri Mar 20 11:57:47 2009 +0000
@@ -1,6 +1,4 @@
-OPENJDK_DATE = 05_mar_2009
 OPENJDK_MD5SUM = a451251ebdd9a219b16429369fa72e2a
-OPENJDK_VERSION = b50
 
 CACAO_VERSION = 0.99.4
 CACAO_MD5SUM = 63220327925ace13756ae334c55a3baa
@@ -1516,7 +1514,7 @@
 BSD_HG_URL = http://hg.openjdk.java.net/bsd-port/bsd-port
 NIO2_HG_URL = http://hg.openjdk.java.net/nio/nio/
 
-OPENJDK_URL = http://www.java.net/download/openjdk/jdk7/promoted/$(OPENJDK_VERSION)/
+OPENJDK_URL = http://hg.openjdk.java.net/icedtea/jdk7/archive/
 
 if USE_ALT_OPENJDK_SRC_ZIP
   OPENJDK_SRC_ZIP = $(ALT_OPENJDK_SRC_ZIP)
@@ -1524,7 +1522,7 @@
 if USE_HG
   OPENJDK_SRC_ZIP = 
 else
-  OPENJDK_SRC_ZIP = openjdk-7-ea-src-$(OPENJDK_VERSION)-$(OPENJDK_DATE).zip
+  OPENJDK_SRC_ZIP = tip.tar.gz
 endif
 endif
 
--- a/NEWS	Fri Mar 20 11:42:36 2009 +0000
+++ b/NEWS	Fri Mar 20 11:57:47 2009 +0000
@@ -1,3 +1,5 @@
+New in release 1.10 (XXXX-XX-XX)
+
 New in release 1.9 (2009-03-20)
 
 - Security fixes for:
--- a/configure.ac	Fri Mar 20 11:42:36 2009 +0000
+++ b/configure.ac	Fri Mar 20 11:57:47 2009 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [1.9], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [1.10-pre], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.10 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST