changeset in /hg/icedtea: Prepare for 1.8 release.

Andrew John Hughes gnu_andrew at member.fsf.org
Thu Nov 20 14:36:14 PST 2008


changeset 3ced1c5f1403 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=3ced1c5f1403
description:
	Prepare for 1.8 release.

	2008-11-20  Andrew John Hughes  <ahughes at redhat.com>

		Prepare for 1.8 release.
		* NEWS: Updated.
		* configure.ac: Bump to 1.8.

diffstat:

3 files changed, 15 insertions(+), 4 deletions(-)
ChangeLog    |    6 ++++++
NEWS         |   11 ++++++++---
configure.ac |    2 +-

diffs (48 lines):

diff -r c5f13156e70a -r 3ced1c5f1403 ChangeLog
--- a/ChangeLog	Thu Nov 20 01:58:47 2008 +0000
+++ b/ChangeLog	Thu Nov 20 22:35:39 2008 +0000
@@ -1,3 +1,9 @@ 2008-11-20  Andrew John Hughes  <ahughes
+2008-11-20  Andrew John Hughes  <ahughes at redhat.com>
+
+	Prepare for 1.8 release.
+	* NEWS: Updated.
+	* configure.ac: Bump to 1.8.
+
 2008-11-20  Andrew John Hughes  <ahughes at redhat.com>
 
 	PR icedtea/236:
diff -r c5f13156e70a -r 3ced1c5f1403 NEWS
--- a/NEWS	Thu Nov 20 01:58:47 2008 +0000
+++ b/NEWS	Thu Nov 20 22:35:39 2008 +0000
@@ -1,13 +1,18 @@ New in release 1.8 (XXXX-XX-XX)
-New in release 1.8 (XXXX-XX-XX)
+New in release 1.8 (2008-11-20)
 
   IcedTea is based on the hard work of a lot of people that contributed to
   IcedTea6 and OpenJDK. The following noteworthy changes were added in
   this release:
 
-- Updated to b38 build.
+- Updated to b39 build.
+- Support for external projects (closures, caciocavallo, cvmi, bsd, nio2).
+  Note that these are based on Mercurial repositories so may require local
+  changes for a working build due to noticeable differences between the
+  repository and the reference OpenJDK b39 build.  At the time of release,
+  NIO2 was buildable out of the box.
 - Fixed to use new sound service, Gervill.
 - Many Netx fixes and now built by default.
-- LiveConnect support (--enable-liveconnect).
+- LiveConnect support replaces gcjwebplugin.
 - Implemented JavaScript->Java security.
 - PulseAudio integrated (--enable-pulse-java)
 - VisualVM tool integrated (--enable-visualvm).
diff -r c5f13156e70a -r 3ced1c5f1403 configure.ac
--- a/configure.ac	Thu Nov 20 01:58:47 2008 +0000
+++ b/configure.ac	Thu Nov 20 22:35:39 2008 +0000
@@ -1,5 +1,5 @@ AC_PREREQ([2.61])
 AC_PREREQ([2.61])
-AC_INIT([icedtea], [1.8-pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [1.8], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.10 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST



More information about the distro-pkg-dev mailing list