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

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Mar 28 18:27:11 UTC 2014


changeset d6eabef09e8c in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=d6eabef09e8c
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Mar 28 18:26:12 2014 +0000

	Start 1.13.3 release cycle.

	2014-03-28  Andrew John Hughes  <gnu.andrew at redhat.com>

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


changeset a1a682d73ee8 in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=a1a682d73ee8
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Mar 28 18:26:56 2014 +0000

	Fix OPENJDK6-29 bug reference in NEWS.

	2014-03-28  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Fix OPENJDK6-29 bug reference.


diffstat:

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

diffs (44 lines):

diff -r b445fccb23bb -r a1a682d73ee8 ChangeLog
--- a/ChangeLog	Fri Mar 28 16:21:58 2014 +0000
+++ b/ChangeLog	Fri Mar 28 18:26:56 2014 +0000
@@ -1,3 +1,12 @@
+2014-03-28  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Fix OPENJDK6-29 bug reference.
+
+2014-03-28  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Bump to 1.13.3pre.
+	* NEWS: Add 1.13.3 section.
+
 2014-03-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* NEWS: Update release date.
diff -r b445fccb23bb -r a1a682d73ee8 NEWS
--- a/NEWS	Fri Mar 28 16:21:58 2014 +0000
+++ b/NEWS	Fri Mar 28 18:26:56 2014 +0000
@@ -12,12 +12,14 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.13.3 (2014-04-XX):
+
 New in release 1.13.2 (2014-03-28):
 
 * Backports
   - S7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
   - S8035893: JVM_GetVersionInfo fails to zero structure
-  - OPENJDK6-29: JDK fails to zero jdk_version_info correctly
+  - OJ29: JDK fails to zero jdk_version_info correctly
 * Bug fixes
   - PR1714, G498288: Update PaX support to detect running PaX kernel and use newer tools
   - PR1712, G455426: Allow -Werror to be turned off in the HotSpot build
diff -r b445fccb23bb -r a1a682d73ee8 configure.ac
--- a/configure.ac	Fri Mar 28 16:21:58 2014 +0000
+++ b/configure.ac	Fri Mar 28 18:26:56 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.2],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.3pre],[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