/hg/release/icedtea7-2.1: Prepare for 2.1.2.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jun 13 07:38:39 PDT 2012


changeset ec6dd96b871b in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=ec6dd96b871b
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Jun 13 15:38:28 2012 +0100

	Prepare for 2.1.2.

	2011-06-13  Andrew John Hughes  <ahughes at redhat.com>

		* NEWS: Add section for 2.1.2.
		* configure.ac: Bump to 2.1.2pre.


diffstat:

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

diffs (41 lines):

diff -r 0694d7f6a942 -r ec6dd96b871b ChangeLog
--- 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 at redhat.com>
+
+	* NEWS: Add section for 2.1.2.
+	* configure.ac: Bump to 2.1.2pre.
+
 2012-06-12  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* configure.ac:
diff -r 0694d7f6a942 -r ec6dd96b871b NEWS
--- 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
diff -r 0694d7f6a942 -r ec6dd96b871b configure.ac
--- 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 at openjdk.java.net])
+AC_INIT([icedtea], [2.1.2pre], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 



More information about the distro-pkg-dev mailing list