/hg/release/icedtea6-1.12: Start 1.12.9 release cycle.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jan 22 16:56:43 PST 2014


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

	Start 1.12.9 release cycle.

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

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


diffstat:

 ChangeLog    |  5 +++++
 NEWS         |  2 ++
 configure.ac |  2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 2d5401078e59 -r d0623b79350a ChangeLog
--- a/ChangeLog	Wed Jan 22 08:26:14 2014 +0000
+++ b/ChangeLog	Thu Jan 23 00:56:22 2014 +0000
@@ -1,3 +1,8 @@
+2014-01-23  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Set to 1.12.9pre.
+	* NEWS: Add 1.12.9 section.
+
 2014-01-22  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* configure.ac: Set to 1.12.8.
diff -r 2d5401078e59 -r d0623b79350a NEWS
--- a/NEWS	Wed Jan 22 08:26:14 2014 +0000
+++ b/NEWS	Thu Jan 23 00:56:22 2014 +0000
@@ -11,6 +11,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.12.9 (2014-04-XX):
+
 New in release 1.12.8 (2014-01-22):
 
 * Security fixes
diff -r 2d5401078e59 -r d0623b79350a configure.ac
--- a/configure.ac	Wed Jan 22 08:26:14 2014 +0000
+++ b/configure.ac	Thu Jan 23 00:56:22 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.12.8],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.12.9pre],[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