changeset 2438:1b47f8cc8c75 icedtea-1.14

Update NEWS and bump to 1.14. 2011-05-25 Andrew John Hughes <ahughes@redhat.com> * NEWS: Updated with changes since 1.13 and added URL key from IcedTea6. * configure.ac: Bump to 1.14 proper.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 25 May 2011 23:23:56 +0100
parents 8b248f7009b8
children 1508b893efed
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 25 21:25:40 2011 +0100
+++ b/ChangeLog	Wed May 25 23:23:56 2011 +0100
@@ -1,3 +1,10 @@
+2011-05-25  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS:
+	Updated with changes since 1.13
+	and added URL key from IcedTea6.
+	* configure.ac: Bump to 1.14 proper.
+
 2011-05-25  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Wed May 25 21:25:40 2011 +0100
+++ b/NEWS	Wed May 25 23:23:56 2011 +0100
@@ -1,9 +1,19 @@
+Key:
+
+SX  - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=X
+PRX - http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=X
+RHX - https://bugzilla.redhat.com/show_bug.cgi?id=X
+DX  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=X
+GX  - http://bugs.gentoo.org/show_bug.cgi?id=X
 CAX - http://server.complang.tuwien.ac.at/cgi-bin/bugzilla/show_bug.cgi?id=X
 
-New in release 1.14 (XXXX-XX-XX)
+CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+
+New in release 1.14 (2011-05-25):
 
 * NetX and the plugin moved to the IcedTea-Web project with a separate
   release cycle.
+* Builds using system LCMS by default.
 * Added out-of-the-box JamVM support using --enable-jamvm
 * Allow building of JamVM beside the default VM by using --with-additional-vms=jamvm
 * Allow the location of the JamVM source zip to be specified using --with-jamvm-src-zip
@@ -13,6 +23,9 @@
   - PR640: JamVM fails to build - Unrecognised option: -XX:ThreadStackSize.
   - PR714: Forwardport replace-hotspot support from IcedTea6.
   - PR103: Usage of native2ascii during bootstrap
+  - PR543: zero fails to build on icedtea7 trunk 20100907
+  - PR715: Port updated macros from IcedTea6 to 7
+  - PR732: Use xsltproc for bootstrap xslt in place of Xerces/Xalan
 * JamVM
   - Ignore all unknown options.
   - Handle overflow in getPhysicalMemory().
--- a/configure.ac	Wed May 25 21:25:40 2011 +0100
+++ b/configure.ac	Wed May 25 23:23:56 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [1.14-pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [1.14], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])