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

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Mar 28 16:22:07 UTC 2014


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

	Prepare for 1.13.2 release.

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

		* NEWS: Add potential release date and
		Gentoo bug ID for PaX change.
		* configure.ac: Set to 1.13.2.


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

	Update release date.

	2014-03-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Update release date.


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

	Added tag icedtea6-1.13.2 for changeset 84eda38cea63


diffstat:

 .hgtags      |   1 +
 ChangeLog    |  10 ++++++++++
 NEWS         |   4 ++--
 configure.ac |   2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 9408a82b3d19 -r b445fccb23bb .hgtags
--- a/.hgtags	Wed Mar 26 06:34:03 2014 +0000
+++ b/.hgtags	Fri Mar 28 16:21:58 2014 +0000
@@ -24,3 +24,4 @@
 5a1e1b39664409e9a0945ba49b558f25ef976c58 icedtea6-1.12-branchpoint
 0770fe4c010590f293d189c83af2c49ac0c2268d icedtea6-1.13
 eb77bc7992a9c321470c8426c901abd75ed8f567 icedtea6-1.13.1
+84eda38cea6394a1973c62aed9e26086690db5c7 icedtea6-1.13.2
diff -r 9408a82b3d19 -r b445fccb23bb ChangeLog
--- a/ChangeLog	Wed Mar 26 06:34:03 2014 +0000
+++ b/ChangeLog	Fri Mar 28 16:21:58 2014 +0000
@@ -1,3 +1,13 @@
+2014-03-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Update release date.
+
+2014-03-26  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Add potential release date and
+	Gentoo bug ID for PaX change.
+	* configure.ac: Set to 1.13.2.
+
 2014-03-25  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
diff -r 9408a82b3d19 -r b445fccb23bb NEWS
--- a/NEWS	Wed Mar 26 06:34:03 2014 +0000
+++ b/NEWS	Fri Mar 28 16:21:58 2014 +0000
@@ -12,14 +12,14 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.13.2 (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
 * Bug fixes
-  - PR1714: Update PaX support to detect running PaX kernel and use newer tools
+  - 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
 
 New in release 1.13.1 (2014-01-22):
diff -r 9408a82b3d19 -r b445fccb23bb configure.ac
--- a/configure.ac	Wed Mar 26 06:34:03 2014 +0000
+++ b/configure.ac	Fri Mar 28 16:21:58 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.2pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.2],[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