/hg/release/icedtea6-1.7: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Mar 30 17:57:48 PDT 2010
changeset 156b7d4d4ad3 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=156b7d4d4ad3
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Mar 31 01:56:42 2010 +0100
Update NEWS for 1.7.2.
2010-03-30 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Update with other 1.7.2 fixes.
changeset 6e9e64c22c96 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=6e9e64c22c96
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Mar 31 01:57:36 2010 +0100
Bump to 1.7.2.
2010-03-31 Andrew John Hughes <ahughes at redhat.com>
* configure.ac: Bump version to 1.7.2.
* NEWS: Bump date of 1.7.2 release.
diffstat:
3 files changed, 15 insertions(+), 2 deletions(-)
ChangeLog | 9 +++++++++
NEWS | 6 +++++-
configure.ac | 2 +-
diffs (45 lines):
diff -r 8571317a9879 -r 6e9e64c22c96 ChangeLog
--- a/ChangeLog Wed Mar 31 01:49:46 2010 +0100
+++ b/ChangeLog Wed Mar 31 01:57:36 2010 +0100
@@ -1,3 +1,12 @@ 2010-03-31 Matthias Klose <doko at ubuntu
+2010-03-31 Andrew John Hughes <ahughes at redhat.com>
+
+ * configure.ac: Bump version to 1.7.2.
+ * NEWS: Bump date of 1.7.2 release.
+
+2010-03-31 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Update with other 1.7.2 fixes.
+
2010-03-31 Matthias Klose <doko at ubuntu.com>
* acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS.
diff -r 8571317a9879 -r 6e9e64c22c96 NEWS
--- a/NEWS Wed Mar 31 01:49:46 2010 +0100
+++ b/NEWS Wed Mar 31 01:57:36 2010 +0100
@@ -1,4 +1,4 @@ New in release 1.7.2 (2010-03-30):
-New in release 1.7.2 (2010-03-30):
+New in release 1.7.2 (2010-03-31):
- Latest security updates and hardening patches:
- (CVE-2010-0837): JAR "unpack200" must verify input parameters (6902299)
@@ -22,6 +22,10 @@ New in release 1.7.2 (2010-03-30):
- 6910590: Application can modify command array in ProcessBuilder
- 6909597: JPEGImageReader stepX Integer Overflow Vulnerability
- 6932480: Crash in CompilerThread/Parser. Unloaded array klass?
+- Backport of 6822370:
+ ReentrantReadWriteLock: threads hung when there are no threads holding onto the lock
+- Increase ThreadStackSize by 512kb on 32-bit Zero platforms
+- Check cacerts database is valid
New in release 1.7.1 (2010-02-26):
diff -r 8571317a9879 -r 6e9e64c22c96 configure.ac
--- a/configure.ac Wed Mar 31 01:49:46 2010 +0100
+++ b/configure.ac Wed Mar 31 01:57:36 2010 +0100
@@ -1,4 +1,4 @@ AC_INIT([icedtea6], [1.7.1], [distro-pkg
-AC_INIT([icedtea6], [1.7.1], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6], [1.7.2], [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