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

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jan 27 02:19:07 UTC 2015


changeset 4746800b8508 in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=4746800b8508
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 26 20:33:46 2015 +0000

	Correct NEWS; CACAO & JamVM were broken by 1.13.5, not 1.13.6.

	2015-01-26  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Correct NEWS; CACAO & JamVM
		were broken by 1.13.5, not 1.13.6.


changeset c2b52092a6a7 in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=c2b52092a6a7
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 27 02:18:51 2015 +0000

	Start 1.13.7 release cycle.

	2015-01-27  Andrew John Hughes  <gnu.andrew at redhat.com>

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


diffstat:

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

diffs (50 lines):

diff -r a2adf13bc1ec -r c2b52092a6a7 ChangeLog
--- a/ChangeLog	Sat Jan 24 02:08:02 2015 +0000
+++ b/ChangeLog	Tue Jan 27 02:18:51 2015 +0000
@@ -1,3 +1,13 @@
+2015-01-27  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Add 1.13.7 section.
+	* configure.ac: Bump to 1.13.7pre.
+
+2015-01-26  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Correct NEWS; CACAO & JamVM
+	were broken by 1.13.5, not 1.13.6.
+
 2015-01-23  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* NEWS: Update release date and fix
diff -r a2adf13bc1ec -r c2b52092a6a7 NEWS
--- a/NEWS	Sat Jan 24 02:08:02 2015 +0000
+++ b/NEWS	Tue Jan 27 02:18:51 2015 +0000
@@ -12,6 +12,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.13.7 (2015-04-XX):
+
 New in release 1.13.6 (2015-01-23):
 
 * Security fixes
@@ -186,9 +188,9 @@
   - PR2179: Avoid x86 workaround when running Zero rather than a JIT
   - PR2180: Old autotools dislike $(builddir)/fsg.sh
 * CACAO
-  - PR2184: CACAO lacks JVM_FindClassFromCaller introduced by security patch in 1.13.6
+  - PR2184: CACAO lacks JVM_FindClassFromCaller introduced by security patch in 1.13.5
 * JamVM
-  - PR2190: JamVM lacks JVM_FindClassFromCaller introduced by security patch in 1.13.6
+  - PR2190: JamVM lacks JVM_FindClassFromCaller introduced by security patch in 1.13.5
 
 New in release 1.13.5 (2014-10-14):
 
diff -r a2adf13bc1ec -r c2b52092a6a7 configure.ac
--- a/configure.ac	Sat Jan 24 02:08:02 2015 +0000
+++ b/configure.ac	Tue Jan 27 02:18:51 2015 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.6],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.7pre],[distro-pkg-dev at openjdk.java.net])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])


More information about the distro-pkg-dev mailing list