/hg/release/icedtea6-1.11: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jul 10 13:25:02 PDT 2013


changeset 768fb94a9989 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=768fb94a9989
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jul 10 20:14:07 2013 +0100

	Fix ChangeLog to remove fragment that wasn't backported.

	2013-07-10  Andrew John Hughes  <gnu.andrew at redhat.com>

		* ChangeLog: Remove fragment that wasn't
		backported.


changeset 898aa9174be7 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=898aa9174be7
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jul 10 21:24:54 2013 +0100

	Start 1.11.13 release cycle.

	2013-07-10  Andrew John Hughes  <gnu.andrew at redhat.com>

		* configure.ac: Set to 1.11.13pre.
		* NEWS: Add 1.11.13 section.


diffstat:

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

diffs (49 lines):

diff -r b8d450756cc9 -r 898aa9174be7 ChangeLog
--- a/ChangeLog	Wed Jul 10 13:40:03 2013 +0100
+++ b/ChangeLog	Wed Jul 10 21:24:54 2013 +0100
@@ -1,3 +1,13 @@
+2013-07-10  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Set to 1.11.13pre.
+	* NEWS: Add 1.11.13 section.
+
+2013-07-10  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* ChangeLog: Remove fragment that wasn't
+	backported.
+
 2013-07-10  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Bump release date.
@@ -19,10 +29,6 @@
 
 	* Makefile.am:
 	(ICEDTEA_BOOTSTRAP_CLASSES): Add java.sql.SQLException.
-	(ICEDTEA_ECJ_PATCHES): Split out fphexconstants,
-	no-sun-classes, bootstrap-tools and xbootclasspath
-	patches from icedtea.patch.  Make the latter two
-	conditional.
 	* javac.in: Handle -Xbootclasspath/p, -Xbootclasspath
 	and -Xbootclasspath/a by prepending, setting or appending
 	its value to the bootclasspath option used to ecj,
diff -r b8d450756cc9 -r 898aa9174be7 NEWS
--- a/NEWS	Wed Jul 10 13:40:03 2013 +0100
+++ b/NEWS	Wed Jul 10 21:24:54 2013 +0100
@@ -11,6 +11,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.11.13 (2013-XX-XX):
+
 New in release 1.11.12 (2013-07-10):
 
 * Security fixes
diff -r b8d450756cc9 -r 898aa9174be7 configure.ac
--- a/configure.ac	Wed Jul 10 13:40:03 2013 +0100
+++ b/configure.ac	Wed Jul 10 21:24:54 2013 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.11.12],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.11.13pre],[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