/hg/release/icedtea6-1.9: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Oct 18 18:23:11 PDT 2011
changeset 9427c8afb8d7 in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=9427c8afb8d7
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 02:22:03 2011 +0100
Update to match release notes.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Update to match release notes.
changeset a9e59fbb036e in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=a9e59fbb036e
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 02:23:05 2011 +0100
Prepare for 1.9.11.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Prepare for 1.9.11.
* configure.ac: Bump to 1.9.11pre.
diffstat:
ChangeLog | 10 ++++++++++
NEWS | 4 ++++
configure.ac | 2 +-
3 files changed, 15 insertions(+), 1 deletions(-)
diffs (47 lines):
diff -r baa3f10d0a8b -r a9e59fbb036e ChangeLog
--- a/ChangeLog Wed Oct 19 01:21:19 2011 +0100
+++ b/ChangeLog Wed Oct 19 02:23:05 2011 +0100
@@ -1,3 +1,13 @@
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Prepare for 1.9.11.
+ * configure.ac: Bump to 1.9.11pre.
+
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Update to match release
+ notes.
+
2011-10-13 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add new patch.
diff -r baa3f10d0a8b -r a9e59fbb036e NEWS
--- a/NEWS Wed Oct 19 01:21:19 2011 +0100
+++ b/NEWS Wed Oct 19 02:23:05 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.9.11 (20XX-XX-XX):
+
New in release 1.9.10 (2011-10-18):
* Security fixes
@@ -26,6 +28,8 @@
- S7096936, CVE-2011-3560: missing checkSetFactory calls in HttpsURLConnection
* NetX
- PR794: javaws does not work if a Web Start app jar has a Class-Path element in the manifest
+* Fixes
+ - G356743: Support libpng 1.5.
New in release 1.9.9 (2011-07-20):
diff -r baa3f10d0a8b -r a9e59fbb036e configure.ac
--- a/configure.ac Wed Oct 19 01:21:19 2011 +0100
+++ b/configure.ac Wed Oct 19 02:23:05 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.9.10],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.9.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