/hg/release/icedtea6-1.8: Prepare for 1.8.9.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jun 8 10:00:01 PDT 2011


changeset 208ad2bea295 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=208ad2bea295
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jun 08 17:59:56 2011 +0100

	Prepare for 1.8.9.

	2011-06-08 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Add 1.8.9 section.
		* configure.ac: Bump to 1.8.9pre.


diffstat:

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

diffs (33 lines):

diff -r d09d718a9828 -r 208ad2bea295 ChangeLog
--- a/ChangeLog	Tue Jun 07 21:34:18 2011 +0100
+++ b/ChangeLog	Wed Jun 08 17:59:56 2011 +0100
@@ -1,3 +1,8 @@
+2011-06-08  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Add 1.8.9 section.
+	* configure.ac: Bump to 1.8.9pre.
+
 2011-05-24  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Set date of 1.8.8 release.
diff -r d09d718a9828 -r 208ad2bea295 NEWS
--- a/NEWS	Tue Jun 07 21:34:18 2011 +0100
+++ b/NEWS	Wed Jun 08 17:59:56 2011 +0100
@@ -8,6 +8,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.8.9 (20XX-XX-XX):
+
 New in release 1.8.8 (2011-06-07):
 
 * Security fixes
diff -r d09d718a9828 -r 208ad2bea295 configure.ac
--- a/configure.ac	Tue Jun 07 21:34:18 2011 +0100
+++ b/configure.ac	Wed Jun 08 17:59:56 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.8.8],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.8.9pre],[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