/hg/icedtea6: Bump to 1.8pre.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Dec 24 05:51:51 PST 2009


changeset 40fc03b5d595 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=40fc03b5d595
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 24 13:44:27 2009 +0000

	Bump to 1.8pre.

	2009-12-24 Andrew John Hughes <ahughes at redhat.com>

	 * configure.ac: Bump version to 1.8pre.
		* NEWS: Mention X11 fix.


diffstat:

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

diffs (33 lines):

diff -r 5dec35b43920 -r 40fc03b5d595 ChangeLog
--- a/ChangeLog	Thu Dec 24 13:34:55 2009 +0000
+++ b/ChangeLog	Thu Dec 24 13:44:27 2009 +0000
@@ -1,3 +1,8 @@ 2009-12-22  Deepak Bhole <dbhole at redhat.
+2009-12-24  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac: Bump version to 1.8pre.
+	* NEWS: Mention X11 fix.
+	
 2009-12-22  Deepak Bhole <dbhole at redhat.com>
 
 	* Makefile.am: Set JDK_UPDATE_VERSION based on upstream drop version
diff -r 5dec35b43920 -r 40fc03b5d595 NEWS
--- a/NEWS	Thu Dec 24 13:34:55 2009 +0000
+++ b/NEWS	Thu Dec 24 13:44:27 2009 +0000
@@ -5,7 +5,7 @@ New in release 1.7 (XXXX-XX-XX):
   --with-hotspot-build=hs16.
 - Zero port updated to match the version submitted to OpenJDK
   as closely as possible.
-- libjpeg7 supported.
+- libjpeg7 and libXext >= 1.1.0 supported.
 - Added JNI call tracing using systemtap version 1.0+ when
   configuring with --enable-systemtap. See tapset/hotspot_jni.stp.
 - Latest security updates:
diff -r 5dec35b43920 -r 40fc03b5d595 configure.ac
--- a/configure.ac	Thu Dec 24 13:34:55 2009 +0000
+++ b/configure.ac	Thu Dec 24 13:44:27 2009 +0000
@@ -1,4 +1,4 @@ AC_INIT([icedtea6], [1.7pre], [distro-pk
-AC_INIT([icedtea6], [1.7pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6], [1.8pre], [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