/hg/release/icedtea6-1.13: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Jan 16 10:06:46 PST 2014
changeset 0770fe4c0105 in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=0770fe4c0105
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Dec 26 15:02:14 2013 +0000
Prepare for 1.13.0 release.
2013-12-26 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Set release date.
* configure.ac: Set to 1.13.0.
changeset d861fc8da01f in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=d861fc8da01f
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Dec 26 18:25:03 2013 +0000
Added tag icedtea6-1.13 for changeset 0770fe4c0105
changeset c73a000ee810 in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=c73a000ee810
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Jan 16 18:06:30 2014 +0000
Start 1.13.1 release cycle.
2014-01-16 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 1.13.1 section.
* configure.ac: Set to 1.13.1pre.
diffstat:
.hgtags | 1 +
ChangeLog | 10 ++++++++++
NEWS | 4 +++-
configure.ac | 2 +-
4 files changed, 15 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r 4072a64e3f8e -r c73a000ee810 .hgtags
--- a/.hgtags Thu Dec 26 14:30:15 2013 +0000
+++ b/.hgtags Thu Jan 16 18:06:30 2014 +0000
@@ -22,3 +22,4 @@
21f2a8d158545a161ba0d997c13bdba1e6166394 icedtea6-1.10-branchpoint
24c5bd2e7d574441813bfb8f9e4636e50c5d7c28 icedtea6-1.11-branchpoint
5a1e1b39664409e9a0945ba49b558f25ef976c58 icedtea6-1.12-branchpoint
+0770fe4c010590f293d189c83af2c49ac0c2268d icedtea6-1.13
diff -r 4072a64e3f8e -r c73a000ee810 ChangeLog
--- a/ChangeLog Thu Dec 26 14:30:15 2013 +0000
+++ b/ChangeLog Thu Jan 16 18:06:30 2014 +0000
@@ -1,3 +1,13 @@
+2014-01-16 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add 1.13.1 section.
+ * configure.ac: Set to 1.13.1pre.
+
+2013-12-26 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Set release date.
+ * configure.ac: Set to 1.13.0.
+
2013-12-26 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
diff -r 4072a64e3f8e -r c73a000ee810 NEWS
--- a/NEWS Thu Dec 26 14:30:15 2013 +0000
+++ b/NEWS Thu Jan 16 18:06:30 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.13.0 (201X-XX-XX):
+New in release 1.13.1 (2014-XX-XX):
+
+New in release 1.13.0 (2013-12-26):
* New features
- PR1458: Make use of bootstrap tools & -Xbootclasspath patches optional
diff -r 4072a64e3f8e -r c73a000ee810 configure.ac
--- a/configure.ac Thu Dec 26 14:30:15 2013 +0000
+++ b/configure.ac Thu Jan 16 18:06:30 2014 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.0pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.1pre],[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