changeset 3135:605775de7be4

Prepare for 1.13.2 release. 2014-03-26 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add potential release date and Gentoo bug ID for PaX change. * configure.ac: Set to 1.13.2.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 26 Mar 2014 12:59:52 +0000
parents 9408a82b3d19
children 84eda38cea63
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 26 06:34:03 2014 +0000
+++ b/ChangeLog	Wed Mar 26 12:59:52 2014 +0000
@@ -1,3 +1,9 @@
+2014-03-26  Andrew John Hughes  <gnu.andrew@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@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Wed Mar 26 06:34:03 2014 +0000
+++ b/NEWS	Wed Mar 26 12:59:52 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-27):
 
 * 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):
--- a/configure.ac	Wed Mar 26 06:34:03 2014 +0000
+++ b/configure.ac	Wed Mar 26 12:59:52 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.2pre],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.13.2],[distro-pkg-dev@openjdk.java.net])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])