/hg/release/icedtea6-1.11: 4 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jan 30 13:34:31 PST 2014


changeset 1ccaedc605ae in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=1ccaedc605ae
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 18:42:31 2014 +0000

	Credit Aurelien Jarno for D729448 patch.

	2014-01-20  Andrew John Hughes  <gnu.andrew at redhat.com>

		* AUTHORS:
		Credit Aurelien Jarno for D729448 patch.


changeset 8a5fe6a5ea17 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=8a5fe6a5ea17
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 18:44:23 2014 +0000

	Prepare for 1.11.15 release.

	2014-01-20  Andrew John Hughes  <gnu.andrew at redhat.com>

		* configure.ac: Set to 1.11.15.
		* NEWS: Set date to tomorrow (2014-01-21).


changeset 49abc75cfd01 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=49abc75cfd01
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Jan 30 17:31:52 2014 +0000

	Added tag icedtea6-1.11.15 for changeset 8a5fe6a5ea17


changeset 5e5a2774e6cc in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=5e5a2774e6cc
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Jan 30 21:34:21 2014 +0000

	Start 1.11.16 release cycle.

	2014-01-30  Andrew John Hughes  <gnu.andrew at redhat.com>

		* configure.ac: Set to 1.11.16pre.
		* NEWS: Add 1.11.16 section.


diffstat:

 .hgtags      |   1 +
 AUTHORS      |   1 +
 ChangeLog    |  15 +++++++++++++++
 NEWS         |   4 +++-
 configure.ac |   2 +-
 5 files changed, 21 insertions(+), 2 deletions(-)

diffs (64 lines):

diff -r 526f393881d4 -r 5e5a2774e6cc .hgtags
--- a/.hgtags	Mon Jan 20 18:36:40 2014 +0000
+++ b/.hgtags	Thu Jan 30 21:34:21 2014 +0000
@@ -37,3 +37,4 @@
 eca41165787238e9d088af88d5a35e417cff21b7 icedtea6-1.11.12
 a02969e093910e938dddd09c03c52bcd1f53ed2d icedtea6-1.11.13
 4af4ade9792bb9857d55c577d3b7777fe530db7d icedtea6-1.11.14
+8a5fe6a5ea175164a76aa4843aeb876017fe523f icedtea6-1.11.15
diff -r 526f393881d4 -r 5e5a2774e6cc AUTHORS
--- a/AUTHORS	Mon Jan 20 18:36:40 2014 +0000
+++ b/AUTHORS	Thu Jan 30 21:34:21 2014 +0000
@@ -19,6 +19,7 @@
 Andrew John Hughes <gnu_andrew at member.fsf.org, gnu.andrew at redhat.com>
 Tomas Hurka <tomas.hurka at sun.com>
 Ioana Ivan <iivan at redhat.com>
+Aurelien Jarno <aurelien at aurel32.net>
 C. K. Jester-Young (cky944 at gmail.com)
 Matthias Klose <doko at ubuntu.com>
 Francis Kung <fkung at redhat.com>
diff -r 526f393881d4 -r 5e5a2774e6cc ChangeLog
--- a/ChangeLog	Mon Jan 20 18:36:40 2014 +0000
+++ b/ChangeLog	Thu Jan 30 21:34:21 2014 +0000
@@ -1,3 +1,18 @@
+2014-01-30  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Set to 1.11.16pre.
+	* NEWS: Add 1.11.16 section.
+
+2014-01-20  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Set to 1.11.15.
+	* NEWS: Set date to tomorrow (2014-01-21).
+
+2014-01-20  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* AUTHORS:
+	Credit Aurelien Jarno for D729448 patch.
+
 2014-01-20  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Updated.
diff -r 526f393881d4 -r 5e5a2774e6cc NEWS
--- a/NEWS	Mon Jan 20 18:36:40 2014 +0000
+++ b/NEWS	Thu Jan 30 21:34:21 2014 +0000
@@ -11,7 +11,9 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.11.15 (2014-XX-XX):
+New in release 1.11.16 (20XX-XX-XX):
+
+New in release 1.11.15 (2014-01-21):
 
 * Security fixes
   - S6727821: Enhance JAAS Configuration
diff -r 526f393881d4 -r 5e5a2774e6cc configure.ac
--- a/configure.ac	Mon Jan 20 18:36:40 2014 +0000
+++ b/configure.ac	Thu Jan 30 21:34:21 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.11.15pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.11.16pre],[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