/hg/release/icedtea7-2.4: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Apr 17 01:29:30 UTC 2014
changeset 9fafecfa2866 in /hg/release/icedtea7-2.4
details: http://icedtea.classpath.org/hg/release/icedtea7-2.4?cmd=changeset;node=9fafecfa2866
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Apr 16 05:42:10 2014 +0100
Include minor NEWS updates from 2.4.7 release announcement.
2014-04-15 Andrew John Hughes <gnu_andrew at member.fsf.org>
* NEWS:
Include minor updates from announcement.
changeset 846234789ca0 in /hg/release/icedtea7-2.4
details: http://icedtea.classpath.org/hg/release/icedtea7-2.4?cmd=changeset;node=846234789ca0
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Apr 17 02:29:12 2014 +0100
Start 2.4.8 release cycle.
2014-04-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
* configure.ac: Bump to 2.4.8pre00.
* NEWS: Add 2.4.8 section.
diffstat:
ChangeLog | 10 ++++++++++
NEWS | 6 ++++--
configure.ac | 2 +-
3 files changed, 15 insertions(+), 3 deletions(-)
diffs (55 lines):
diff -r cdff110048bd -r 846234789ca0 ChangeLog
--- a/ChangeLog Wed Apr 16 05:20:12 2014 +0100
+++ b/ChangeLog Thu Apr 17 02:29:12 2014 +0100
@@ -1,3 +1,13 @@
+2014-04-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * configure.ac: Bump to 2.4.8pre00.
+ * NEWS: Add 2.4.8 section.
+
+2014-04-15 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * NEWS:
+ Include minor updates from announcement.
+
2014-04-15 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
diff -r cdff110048bd -r 846234789ca0 NEWS
--- a/NEWS Wed Apr 16 05:20:12 2014 +0100
+++ b/NEWS Thu Apr 17 02:29:12 2014 +0100
@@ -12,6 +12,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 2.4.8 (2014-07-XX):
+
New in release 2.4.7 (2014-04-15):
* Security fixes
@@ -39,14 +41,14 @@
- S8029735: Enhance service mgmt natives
- S8029740, CVE-2014-0446: Enhance handling of loggers
- S8029745, CVE-2014-0454: Enhance algorithm checking
- - S8029750: Enhance LCMS color processing (LCMS 2 only)
+ - S8029750: Enhance LCMS color processing (in-tree LCMS)
- S8029760, CVE-2013-6629: Enhance AWT image libraries (in-tree libjpeg)
- S8029844, CVE-2014-0455: Enhance argument validation
- S8029854, CVE-2014-2421: Enhance JPEG decodings
- S8029858, CVE-2014-0456: Enhance array copies
- S8030731, CVE-2014-0460: Improve name service robustness
- S8031330: Refactor ObjectFactory
- - S8031335, CVE-2014-0459: Better color profiling
+ - S8031335, CVE-2014-0459: Better color profiling (in-tree LCMS)
- S8031352, CVE-2013-6954: Enhance PNG handling (in-tree libpng)
- S8031394, CVE-2014-0457: (sl) Fix exception handling in ServiceLoader
- S8031395: Enhance LDAP processing
diff -r cdff110048bd -r 846234789ca0 configure.ac
--- a/configure.ac Wed Apr 16 05:20:12 2014 +0100
+++ b/configure.ac Thu Apr 17 02:29:12 2014 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.4.7], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.4.8pre00], [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