changeset 2026:9cfe7a59b531

Prepare for 1.7.8. 2011-01-18 Andrew John Hughes <ahughes@redhat.com> * NEWS: Update date of 1.7.7 release. Move items not released to 1.7.8. * configure.ac: Bump to 1.7.8pre.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 18 Jan 2011 15:07:41 +0000
parents cb6c55ac1cd6
children 500f06b81c78
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 18 14:25:25 2011 +0000
+++ b/ChangeLog	Tue Jan 18 15:07:41 2011 +0000
@@ -1,3 +1,9 @@
+2011-01-18  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Update date of 1.7.7 release.
+	Move items not released to 1.7.8.
+	* configure.ac: Bump to 1.7.8pre.
+
 2010-12-24  Deepak Bhole <dbhole@redhat.com>
 
 	Backport S6687968, S6541476, S6782079
--- a/NEWS	Tue Jan 18 14:25:25 2011 +0000
+++ b/NEWS	Tue Jan 18 15:07:41 2011 +0000
@@ -8,7 +8,16 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.7.7 (2011-01-12):
+New in release 1.7.8 (2011-XX-XX):
+
+* Backports
+  - S6687968: PNGImageReader leaks native memory through an Inflater
+  - S6541476, RH665355: PNG imageio plugin incorrectly handles iTXt chunk
+  - S6782079: PNG: reading metadata may cause OOM on truncated images
+* Fixes:
+  - RH647157,RH582455: Update fontconfig files for rhel 6
+
+New in release 1.7.7 (2011-01-18):
 
 * Security updates
   - RH663680, CVE-2010-4351: IcedTea JNLP SecurityManager bypass
@@ -21,12 +30,8 @@
   - S6967433: dashed lines broken when using scaling transforms.
   - S6976265: No STROKE_CONTROL
   - S6967434, PR450, RH530642: Round joins/caps of scaled up lines have poor quality.
-  - S6687968: PNGImageReader leaks native memory through an Inflater
-  - S6541476, RH665355: PNG imageio plugin incorrectly handles iTXt chunk
-  - S6782079: PNG: reading metadata may cause OOM on truncated images
 * Fixes:
   - S7003777, RH647674: JTextPane produces incorrect content after parsing the html text
-  - RH647157,RH582455: Update fontconfig files for rhel 6
 
 New in release 1.7.6 (2010-11-24):
 
--- a/configure.ac	Tue Jan 18 14:25:25 2011 +0000
+++ b/configure.ac	Tue Jan 18 15:07:41 2011 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.7.7], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.7.8pre], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])