changeset 2524:ec6dd96b871b

Prepare for 2.1.2. 2011-06-13 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add section for 2.1.2. * configure.ac: Bump to 2.1.2pre.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 13 Jun 2012 15:38:28 +0100
parents 0694d7f6a942
children 296309f1853f
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 13 13:42:19 2012 +0100
+++ b/ChangeLog	Wed Jun 13 15:38:28 2012 +0100
@@ -1,3 +1,8 @@
+2011-06-13  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Add section for 2.1.2.
+	* configure.ac: Bump to 2.1.2pre.
+
 2012-06-12  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* configure.ac:
--- a/NEWS	Wed Jun 13 13:42:19 2012 +0100
+++ b/NEWS	Wed Jun 13 15:38:28 2012 +0100
@@ -10,6 +10,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 2.1.2 (2012-XX-XX):
+
 New in release 2.1.1 (2012-06-12):
 
 * Security fixes
@@ -30,6 +32,7 @@
   - PR885: IcedTea7 does not build scripting support
   - Fix bug whereby JPEG_LIBS were not set by jdk_generic_profile.sh
   - S7150392: Linux build breaks with GCC 4.7 due to unrecognized option
+  - Support glib >= 2.32.
 * ARM port
   - Add arm_port from IcedTea 6
   - added jvmti event generation for dynamic_generate and compiled_method_load events to ARM JIT compiler
--- a/configure.ac	Wed Jun 13 13:42:19 2012 +0100
+++ b/configure.ac	Wed Jun 13 15:38:28 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.1.1], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.1.2pre], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])