/hg/icedtea6: Prepare for 1.11.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Feb 23 14:28:05 PST 2011


changeset 286474c9997e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=286474c9997e
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Feb 23 22:28:01 2011 +0000

	Prepare for 1.11.

	2011-02-23 Andrew John Hughes <ahughes at redhat.com>

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


diffstat:

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

diffs (33 lines):

diff -r ab9fdaab9e4a -r 286474c9997e ChangeLog
--- a/ChangeLog	Wed Feb 23 22:26:48 2011 +0000
+++ b/ChangeLog	Wed Feb 23 22:28:01 2011 +0000
@@ -1,3 +1,8 @@ 2011-02-23  Andrew John Hughes  <ahughes
+2011-02-23  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Add 1.11 section.
+	* configure.ac: Bump to 1.11pre.
+
 2011-02-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* acinclude.m4:
diff -r ab9fdaab9e4a -r 286474c9997e NEWS
--- a/NEWS	Wed Feb 23 22:26:48 2011 +0000
+++ b/NEWS	Wed Feb 23 22:28:01 2011 +0000
@@ -7,6 +7,8 @@ GX  - http://bugs.gentoo.org/show_bug.cg
 GX  - http://bugs.gentoo.org/show_bug.cgi?id=X
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+
+New in release 1.11 (2011-XX-XX):
 
 New in release 1.10 (2011-XX-XX):
 
diff -r ab9fdaab9e4a -r 286474c9997e configure.ac
--- a/configure.ac	Wed Feb 23 22:26:48 2011 +0000
+++ b/configure.ac	Wed Feb 23 22:28:01 2011 +0000
@@ -1,4 +1,4 @@ AC_INIT([icedtea6],[1.10pre],[distro-pkg
-AC_INIT([icedtea6],[1.10pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.11pre],[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