changeset 2851:ad6dcbef91ef

Prepare for next release cycle. 2012-10-22 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Cleanup. Add section for 1.11.6. * configure.ac: Bump to 1.11.6pre.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 22 Oct 2012 18:49:12 +0100
parents 2e4b16eaaf3f
children bc30c1027788
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 16 21:23:51 2012 +0100
+++ b/ChangeLog	Mon Oct 22 18:49:12 2012 +0100
@@ -1,3 +1,9 @@
+2012-10-22  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Cleanup.  Add section for
+	1.11.6.
+	* configure.ac: Bump to 1.11.6pre.
+
 2012-10-15  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Tue Oct 16 21:23:51 2012 +0100
+++ b/NEWS	Mon Oct 22 18:49:12 2012 +0100
@@ -10,6 +10,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.11.6 (20XX-XX-XX):
+
 New in release 1.11.5 (2012-10-16):
 
 * Security fixes
@@ -34,11 +36,12 @@
   - S7158804: Improve config file parsing
   - S7176337: Additional changes needed for 7158801 fix
   - S7198606, CVE-2012-4416: Improve VM optimization
-* Bug fixes
-  - PR1194: IcedTea tries to build with /usr/lib/jvm/java-openjdk (now a 1.7 VM) by default
+* Backports
   - S7175845: "jar uf" changes file permissions unexpectedly
   - S7177216: native2ascii changes file permissions of input file
   - S7199153: TEST_BUG: try-with-resources syntax pushed to 6-open repo
+* Bug fixes
+  - PR1194: IcedTea tries to build with /usr/lib/jvm/java-openjdk (now a 1.7 VM) by default
 
 New in release 1.11.4 (2012-08-31):
 
--- a/configure.ac	Tue Oct 16 21:23:51 2012 +0100
+++ b/configure.ac	Mon Oct 22 18:49:12 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.11.5],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.11.6pre],[distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])