/hg/release/icedtea6-1.13: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Oct 15 02:45:28 UTC 2014
changeset 570cfed8b170 in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=570cfed8b170
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Oct 15 03:41:04 2014 +0100
Correct formatting in 1.13.5 release notes.
2014-10-14 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Correct formatting in 1.13.5
release notes.
changeset d250454d7fbc in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=d250454d7fbc
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Oct 15 03:45:14 2014 +0100
Start 1.13.6 release cycle.
2014-10-14 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 1.13.6 section.
* configure.ac: Bump to 1.13.6pre.
diffstat:
ChangeLog | 10 ++++++++++
NEWS | 4 +++-
configure.ac | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
diffs (47 lines):
diff -r 63a2b655d971 -r d250454d7fbc ChangeLog
--- a/ChangeLog Tue Oct 14 22:41:41 2014 +0100
+++ b/ChangeLog Wed Oct 15 03:45:14 2014 +0100
@@ -1,3 +1,13 @@
+2014-10-14 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add 1.13.6 section.
+ * configure.ac: Bump to 1.13.6pre.
+
+2014-10-14 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Correct formatting in 1.13.5
+ release notes.
+
2014-10-09 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac: Bump to 1.13.5.
diff -r 63a2b655d971 -r d250454d7fbc NEWS
--- a/NEWS Tue Oct 14 22:41:41 2014 +0100
+++ b/NEWS Wed Oct 15 03:45:14 2014 +0100
@@ -12,6 +12,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 1.13.6 (2015-01-XX):
+
New in release 1.13.5 (2014-10-14):
* Security fixes
@@ -54,7 +56,7 @@
- S8042850: Extra unused entries in ICU ScriptCodes enum
- S8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
- S8053963: (dc) Use DatagramChannel.receive() instead of read() in connect()
- * Backports
+* Backports
- S4963723: Implement SHA-224
- S6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI
- S6753664: Support SHA256 (and higher) in SunMSCAPI
diff -r 63a2b655d971 -r d250454d7fbc configure.ac
--- a/configure.ac Tue Oct 14 22:41:41 2014 +0100
+++ b/configure.ac Wed Oct 15 03:45:14 2014 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.5],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.6pre],[distro-pkg-dev at openjdk.java.net])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
More information about the distro-pkg-dev
mailing list