/hg/release/icedtea6-1.12: Prepare for 1.12.2
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Mon Feb 4 17:26:50 PST 2013
changeset 52124c9776fb in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=52124c9776fb
author: Omair Majid <omajid at redhat.com>
date: Mon Feb 04 20:23:15 2013 -0500
Prepare for 1.12.2
2013-02-04 Omair Majid <omajid at redhat.com>
* NEWS: Fix release date of 1.12.1. Add new section.
* configure.ac: Prepare for 1.12.2
diffstat:
ChangeLog | 5 +++++
NEWS | 6 +++++-
configure.ac | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diffs (44 lines):
diff -r 1d484ae64eb7 -r 52124c9776fb ChangeLog
--- a/ChangeLog Mon Feb 04 17:59:40 2013 -0500
+++ b/ChangeLog Mon Feb 04 20:23:15 2013 -0500
@@ -1,3 +1,8 @@
+2013-02-04 Omair Majid <omajid at redhat.com>
+
+ * NEWS: Fix release date of 1.12.1. Add new section.
+ * configure.ac: Prepare for 1.12.2
+
2013-02-04 Andrew John Hughes <gnu.andrew at redhat.com>
Omair Majid <omajid at redhat.com>
diff -r 1d484ae64eb7 -r 52124c9776fb NEWS
--- a/NEWS Mon Feb 04 17:59:40 2013 -0500
+++ b/NEWS Mon Feb 04 20:23:15 2013 -0500
@@ -10,7 +10,9 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 1.12.1 (2012-02-04):
+New in release 1.12.2 (2013-XX-YY):
+
+New in release 1.12.1 (2013-02-04):
* Security fixes
- S6563318, CVE-2013-0424: RMI data sanitization
@@ -45,6 +47,8 @@
- S8001307: Modify ACC_SUPER behavior
- S8001972, CVE-2013-1478: Improve image processing
- S8002325, CVE-2013-1480: Improve management of images
+* Backports
+ - S7010849: 5/5 Extraneous javac source/target options when building sa-jdi
New in release 1.12.0 (2013-01-29):
diff -r 1d484ae64eb7 -r 52124c9776fb configure.ac
--- a/configure.ac Mon Feb 04 17:59:40 2013 -0500
+++ b/configure.ac Mon Feb 04 20:23:15 2013 -0500
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.12.1],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.12.2pre],[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