changeset 2124:ddfe477c1b26

Prepare for 1.8.5. 2011-01-18 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Bump to 1.8.5pre. * NEWS: Add 1.8.5.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 18 Jan 2011 14:33:22 +0000
parents 1f604d5d30e4
children 9b0c926d0965
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 15 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 18 14:31:26 2011 +0000
+++ b/ChangeLog	Tue Jan 18 14:33:22 2011 +0000
@@ -1,3 +1,8 @@
+2011-01-18  Andrew John Hughes  <ahughes@redhat.com>
+
+	* configure.ac: Bump to 1.8.5pre.
+	* NEWS: Add 1.8.5.
+
 2010-12-24  Deepak Bhole <dbhole@redhat.com>
 
 	Backport S6687968, S6541476, S6782079
--- a/NEWS	Tue Jan 18 14:31:26 2011 +0000
+++ b/NEWS	Tue Jan 18 14:33:22 2011 +0000
@@ -8,6 +8,15 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.8.5 (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.8.4 (2011-01-12):
 
 * Security updates
@@ -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.8.3 (2010-11-24):
 
--- a/configure.ac	Tue Jan 18 14:31:26 2011 +0000
+++ b/configure.ac	Tue Jan 18 14:33:22 2011 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.8.4],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.8.5pre],[distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])