/hg/release/icedtea6-1.7: Prepare for 1.7.8.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jan 18 07:07:47 PST 2011


changeset 9cfe7a59b531 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=9cfe7a59b531
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 18 15:07:41 2011 +0000

	Prepare for 1.7.8.

	2011-01-18 Andrew John Hughes <ahughes at 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.


diffstat:

3 files changed, 17 insertions(+), 6 deletions(-)
ChangeLog    |    6 ++++++
NEWS         |   15 ++++++++++-----
configure.ac |    2 +-

diffs (56 lines):

diff -r cb6c55ac1cd6 -r 9cfe7a59b531 ChangeLog
--- a/ChangeLog	Tue Jan 18 14:25:25 2011 +0000
+++ b/ChangeLog	Tue Jan 18 15:07:41 2011 +0000
@@ -1,3 +1,9 @@ 2010-12-24  Deepak Bhole <dbhole at redhat.
+2011-01-18  Andrew John Hughes  <ahughes at 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 at redhat.com>
 
 	Backport S6687968, S6541476, S6782079
diff -r cb6c55ac1cd6 -r 9cfe7a59b531 NEWS
--- a/NEWS	Tue Jan 18 14:25:25 2011 +0000
+++ b/NEWS	Tue Jan 18 15:07:41 2011 +0000
@@ -8,7 +8,16 @@ GX  - http://bugs.gentoo.org/show_bug.cg
 
 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 @@ New in release 1.7.7 (2011-01-12):
   - 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):
 
diff -r cb6c55ac1cd6 -r 9cfe7a59b531 configure.ac
--- 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
-AC_INIT([icedtea6], [1.7.7], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6], [1.7.8pre], [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