/hg/release/icedtea6-1.12: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jan 22 00:27:02 PST 2014


changeset ba639fb231c3 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=ba639fb231c3
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jan 22 05:44:23 2014 +0000

	Prepare for 1.12.8 release date.

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

		* configure.ac: Set to 1.12.8.
		* NEWS: Set 1.12.8 release date.


changeset d2878f02515f in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=d2878f02515f
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jan 22 08:26:06 2014 +0000

	Added tag icedtea6-1.12.7 for changeset b5e91d3c0ef2


changeset 2d5401078e59 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=2d5401078e59
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jan 22 08:26:14 2014 +0000

	Added tag icedtea6-1.12.8 for changeset d2878f02515f


diffstat:

 .hgtags      |  2 ++
 ChangeLog    |  5 +++++
 NEWS         |  2 +-
 configure.ac |  2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 113abd46fdd4 -r 2d5401078e59 .hgtags
--- a/.hgtags	Mon Jan 20 18:42:31 2014 +0000
+++ b/.hgtags	Wed Jan 22 08:26:14 2014 +0000
@@ -30,3 +30,5 @@
 d66e262a38085bde02921a6c8001b5f7c144600c icedtea6-1.12.5
 72801116cb84cf2c644e3bc273ec810597de29ea icedtea6-1.12.6
 b5e91d3c0ef207e538b4743d48af53a4cd8b3d03 icedtea-1.12.7
+b5e91d3c0ef207e538b4743d48af53a4cd8b3d03 icedtea6-1.12.7
+d2878f02515f5d0165106152b2040b19f46e1752 icedtea6-1.12.8
diff -r 113abd46fdd4 -r 2d5401078e59 ChangeLog
--- a/ChangeLog	Mon Jan 20 18:42:31 2014 +0000
+++ b/ChangeLog	Wed Jan 22 08:26:14 2014 +0000
@@ -1,3 +1,8 @@
+2014-01-22  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Set to 1.12.8.
+	* NEWS: Set 1.12.8 release date.
+
 2014-01-20  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* AUTHORS:
diff -r 113abd46fdd4 -r 2d5401078e59 NEWS
--- a/NEWS	Mon Jan 20 18:42:31 2014 +0000
+++ b/NEWS	Wed Jan 22 08:26:14 2014 +0000
@@ -11,7 +11,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.12.8 (2014-XX-XX):
+New in release 1.12.8 (2014-01-22):
 
 * Security fixes
   - S6727821: Enhance JAAS Configuration
diff -r 113abd46fdd4 -r 2d5401078e59 configure.ac
--- a/configure.ac	Mon Jan 20 18:42:31 2014 +0000
+++ b/configure.ac	Wed Jan 22 08:26:14 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.12.8pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.12.8],[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