/hg/release/icedtea7-2.3: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jan 22 04:32:49 PST 2014


changeset 0f30b0c2b4d8 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=0f30b0c2b4d8
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Jan 22 10:42:07 2014 +0000

	Move two fixes back to security section and add CVE numbers.

	2014-01-22  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Move two fixes back to security
		section and add CVE numbers.


changeset 0d9606a3f667 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=0d9606a3f667
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Jan 22 12:32:34 2014 +0000

	Start 2.3.14 release cycle.

	2014-01-22  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* configure.ac: Bump to 2.3.14pre.
		* NEWS: Add section for 2.3.14.


diffstat:

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

diffs (56 lines):

diff -r a26f100094fc -r 0d9606a3f667 ChangeLog
--- a/ChangeLog	Wed Jan 15 22:42:37 2014 +0000
+++ b/ChangeLog	Wed Jan 22 12:32:34 2014 +0000
@@ -1,3 +1,13 @@
+2014-01-22  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* configure.ac: Bump to 2.3.14pre.
+	* NEWS: Add section for 2.3.14.
+
+2014-01-22  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Move two fixes back to security
+	section and add CVE numbers.
+
 2014-01-14  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* NEWS: Add missing entries.
diff -r a26f100094fc -r 0d9606a3f667 NEWS
--- a/NEWS	Wed Jan 15 22:42:37 2014 +0000
+++ b/NEWS	Wed Jan 22 12:32:34 2014 +0000
@@ -10,6 +10,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 2.3.14 (2014-01-XX):
+
 New in release 2.3.13 (2014-01-14):
 
 * Security fixes
@@ -56,6 +58,8 @@
   - S8019292: Better Attribute Value Exceptions
   - S8019617: Better view of objects
   - S8020293: JVM crash
+  - S8021257, CVE-2013-5896: com.sun.corba.se.** should be on restricted package list
+  - S8021271, CVE-2014-0408: Better buffering in ObjC code
   - S8021275, CVE-2013-5805: Better screening for ScreenMenu
   - S8021282, CVE-2013-5806: Better recycling of object instances
   - S8021286: Improve MacOS resourcing
@@ -128,8 +132,6 @@
   - S8020085: Linux ARM build failure for 7u45
   - S8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str()
   - S8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances
-  - S8021257: com.sun.corba.se.** should be on restricted package list
-  - S8021271: Better buffering in ObjC code
   - S8021355: REGRESSION: Five closed/java/awt/SplashScreen tests fail since 7u45 b01 on Linux, Solaris
   - S8021360: object not exported" on start of JMXConnectorServer for RMI-IIOP protocol with security manager
   - S8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing
diff -r a26f100094fc -r 0d9606a3f667 configure.ac
--- a/configure.ac	Wed Jan 15 22:42:37 2014 +0000
+++ b/configure.ac	Wed Jan 22 12:32:34 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.3.13], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.3.14pre], [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