changeset 1437:3ced1c5f1403 icedtea-1.8

Prepare for 1.8 release. 2008-11-20 Andrew John Hughes <ahughes@redhat.com> Prepare for 1.8 release. * NEWS: Updated. * configure.ac: Bump to 1.8.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 20 Nov 2008 22:35:39 +0000
parents c5f13156e70a
children 048bafd8096f
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 15 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	Prepare for 1.8 release.
+	* NEWS: Updated.
+	* configure.ac: Bump to 1.8.
+
 2008-11-20  Andrew John Hughes  <ahughes@redhat.com>
 
 	PR icedtea/236:
--- 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 (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).
--- 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_INIT([icedtea], [1.8-pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [1.8], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.10 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST