/hg/release/icedtea7-2.1: 5 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Feb 20 11:28:05 PST 2013
changeset 88cc265f0504 in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=88cc265f0504
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Feb 20 17:16:09 2013 +1100
List 2.1.6 changes in NEWS.
2013-02-20 Andrew John Hughes <gnu.andrew at member.fsf.org>
* NEWS: List security fixes.
changeset 05bc6e6f7d9c in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=05bc6e6f7d9c
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Feb 20 17:17:03 2013 +1100
Prepare for 2.1.6 release.
2013-02-12 Andrew John Hughes <gnu.andrew at member.fsf.org>
* configure.ac: Bump to 2.1.6 proper.
* NEWS: Set release date for 2.1.6.
changeset 70fb665193bc in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=70fb665193bc
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Feb 21 06:22:59 2013 +1100
Added tag icedtea-2.1.5 for changeset 763c13001988
changeset 70fb8fe84b3c in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=70fb8fe84b3c
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Feb 21 06:23:28 2013 +1100
Added tag icedtea-2.1.6 for changeset 05bc6e6f7d9c
changeset fa728d367801 in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=fa728d367801
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Feb 21 06:25:13 2013 +1100
Start 2.1.7 release cycle.
2013-02-20 Andrew John Hughes <gnu.andrew at member.fsf.org>
* configure.ac: Bump to 2.1.7pre.
* NEWS: Add section for 2.1.7.
diffstat:
.hgtags | 2 ++
ChangeLog | 14 ++++++++++++++
NEWS | 17 ++++++++++++++++-
configure.ac | 2 +-
4 files changed, 33 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r 421a34013779 -r fa728d367801 .hgtags
--- a/.hgtags Wed Feb 20 06:14:09 2013 +0000
+++ b/.hgtags Thu Feb 21 06:25:13 2013 +1100
@@ -41,3 +41,5 @@
9ade3410b04a47726a2f4ae677905dccc6930599 icedtea-2.1.2
f8309d7b8f6194920e3b9b003e726820195220b5 icedtea-2.1.3
a25c80a05735543475e3c704a4162c0d1c02a441 icedtea-2.1.4
+763c13001988cc50ffd1d195a110c1650b2d7fe1 icedtea-2.1.5
+05bc6e6f7d9cbed6d4760813236856c9782c5277 icedtea-2.1.6
diff -r 421a34013779 -r fa728d367801 ChangeLog
--- a/ChangeLog Wed Feb 20 06:14:09 2013 +0000
+++ b/ChangeLog Thu Feb 21 06:25:13 2013 +1100
@@ -1,3 +1,17 @@
+2013-02-20 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * configure.ac: Bump to 2.1.7pre.
+ * NEWS: Add section for 2.1.7.
+
+2013-02-12 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * configure.ac: Bump to 2.1.6 proper.
+ * NEWS: Set release date for 2.1.6.
+
+2013-02-20 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * NEWS: List security fixes.
+
2013-02-20 Andrew John Hughes <gnu.andrew at member.fsf.org>
* Makefile.am,
diff -r 421a34013779 -r fa728d367801 NEWS
--- a/NEWS Wed Feb 20 06:14:09 2013 +0000
+++ b/NEWS Thu Feb 21 06:25:13 2013 +1100
@@ -10,7 +10,22 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 2.1.6 (2013-02-XX):
+New in release 2.1.7 (2013-04-XX):
+
+New in release 2.1.6 (2013-02-20):
+
+* Security fixes
+ - S8004937, CVE-2013-1484: Improve proxy construction
+ - S8006439, CVE-2013-1485: Improve MethodHandles coverage
+ - S8006446, CVE-2013-1486: Restrict MBeanServer access
+ - S8006777, CVE-2013-0169: Improve TLS handling of invalid messages
+ - S8007688: Blacklist known bad certificate
+* Backports
+ - S7123519: problems with certification path
+ - S8007393: Possible race condition after JDK-6664509
+ - S8007611: logging behavior in applet changed
+* Bug fixes
+ - PR1303: Support building with giflib 5
New in release 2.1.5 (2013-02-13):
diff -r 421a34013779 -r fa728d367801 configure.ac
--- a/configure.ac Wed Feb 20 06:14:09 2013 +0000
+++ b/configure.ac Thu Feb 21 06:25:13 2013 +1100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.1.6pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.1.7pre], [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