/hg/icedtea: Update NEWS and bump to 1.14.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed May 25 15:24:00 PDT 2011


changeset 1b47f8cc8c75 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=1b47f8cc8c75
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 25 23:23:56 2011 +0100

	Update NEWS and bump to 1.14.

	2011-05-25 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Updated with changes since 1.13 and
	added URL key from IcedTea6.
		* configure.ac: Bump to 1.14 proper.


diffstat:

 ChangeLog    |   7 +++++++
 NEWS         |  15 ++++++++++++++-
 configure.ac |   2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)

diffs (57 lines):

diff -r 8b248f7009b8 -r 1b47f8cc8c75 ChangeLog
--- 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 at 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 at redhat.com>
 
 	* Makefile.am:
diff -r 8b248f7009b8 -r 1b47f8cc8c75 NEWS
--- 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().
diff -r 8b248f7009b8 -r 1b47f8cc8c75 configure.ac
--- 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 at openjdk.java.net])
+AC_INIT([icedtea], [1.14], [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