/hg/release/icedtea6-1.8: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Oct 18 18:26:10 PDT 2011
changeset 909189721b21 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=909189721b21
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 02:24:48 2011 +0100
Update NEWS to match release notes.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Update to match release notes.
changeset 8c2e013440bf in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=8c2e013440bf
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 02:26:00 2011 +0100
Prepare for 1.8.11.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Prepare for 1.8.11.
* configure.ac: Bump to 1.8.11pre.
diffstat:
ChangeLog | 10 ++++++++++
NEWS | 4 ++++
configure.ac | 2 +-
3 files changed, 15 insertions(+), 1 deletions(-)
diffs (47 lines):
diff -r 8a57ae84ba3d -r 8c2e013440bf ChangeLog
--- a/ChangeLog Wed Oct 19 01:23:38 2011 +0100
+++ b/ChangeLog Wed Oct 19 02:26:00 2011 +0100
@@ -1,3 +1,13 @@
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Prepare for 1.8.11.
+ * configure.ac: Bump to 1.8.11pre.
+
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Update to match release
+ notes.
+
2011-10-18 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Set date for 1.8.10.
diff -r 8a57ae84ba3d -r 8c2e013440bf NEWS
--- a/NEWS Wed Oct 19 01:23:38 2011 +0100
+++ b/NEWS Wed Oct 19 02:26:00 2011 +0100
@@ -8,6 +8,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 1.8.11 (20XX-XX-XX):
+
New in release 1.8.10 (2011-10-18):
* Security fixes
@@ -26,6 +28,8 @@
* NetX
- PR794: javaws does not work if a Web Start app jar has a Class-Path element in the manifest
- PR764: icedtea 1.8.9 fails to build in CachedJarFileCallback.java
+* Fixes
+ - G356743: Support libpng 1.5.
New in release 1.8.9 (2011-07-20):
diff -r 8a57ae84ba3d -r 8c2e013440bf configure.ac
--- a/configure.ac Wed Oct 19 01:23:38 2011 +0100
+++ b/configure.ac Wed Oct 19 02:26:00 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.8.10],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.8.11pre],[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