/hg/release/icedtea6-1.12: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Apr 25 06:14:17 PDT 2013
changeset d66e262a3808 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=d66e262a3808
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 24 13:42:51 2013 +0100
Prepare for 1.12.5 release.
2013-04-24 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac: Set version to 1.12.5.
* NEWS: Set release date for 1.12.5.
changeset 3fcb48208be1 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=3fcb48208be1
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 25 14:13:34 2013 +0100
Added tag icedtea6-1.12.5 for changeset d66e262a3808
changeset 36d69d052be1 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=36d69d052be1
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 25 14:14:05 2013 +0100
Start 1.12.6 release cycle.
2013-04-25 Andrew John Hughes <gnu.andrew at member.fsf.org>
* configure.ac: Bump to 1.12.6pre.
* NEWS: Add section for 1.12.6.
diffstat:
.hgtags | 1 +
ChangeLog | 12 +++++++++++-
NEWS | 5 ++++-
configure.ac | 2 +-
4 files changed, 17 insertions(+), 3 deletions(-)
diffs (61 lines):
diff -r 681bcc5e6a18 -r 36d69d052be1 .hgtags
--- a/.hgtags Wed Apr 24 11:57:49 2013 +0100
+++ b/.hgtags Thu Apr 25 14:14:05 2013 +0100
@@ -27,3 +27,4 @@
ba91bee6c0d6d4634a4d6de69095af01689f7419 icedtea6-1.12.2
37209dd4b07599b5f83b33c63daae8d37c708e39 icedtea6-1.12.3
5e17710282ddf2938993ae2077028cff3786c048 icedtea6-1.12.4
+d66e262a38085bde02921a6c8001b5f7c144600c icedtea6-1.12.5
diff -r 681bcc5e6a18 -r 36d69d052be1 ChangeLog
--- a/ChangeLog Wed Apr 24 11:57:49 2013 +0100
+++ b/ChangeLog Thu Apr 25 14:14:05 2013 +0100
@@ -1,3 +1,13 @@
+2013-04-25 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * configure.ac: Bump to 1.12.6pre.
+ * NEWS: Add section for 1.12.6.
+
+2013-04-24 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * configure.ac: Set version to 1.12.5.
+ * NEWS: Set release date for 1.12.5.
+
2013-04-24 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
@@ -310,7 +320,7 @@
2013-03-04 Omair Majid <omajid at redhat.com>
- * confiugre.ac: Prepare for 1.12.4.
+ * configure.ac: Prepare for 1.12.4.
* NEWS: Add release date fo 1.12.4.
2013-03-04 Omair Majid <omajid at redhat.com>
diff -r 681bcc5e6a18 -r 36d69d052be1 NEWS
--- a/NEWS Wed Apr 24 11:57:49 2013 +0100
+++ b/NEWS Thu Apr 25 14:14:05 2013 +0100
@@ -7,10 +7,13 @@
GX - http://bugs.gentoo.org/show_bug.cgi?id=X
CAX - http://server.complang.tuwien.ac.at/cgi-bin/bugzilla/show_bug.cgi?id=X
LPX - https://bugs.launchpad.net/bugs/X
+OJX - http://java.net/jira/browse/OPENJDK6-X
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 1.12.5 (2013-04-XX):
+New in release 1.12.6 (2013-06-XX):
+
+New in release 1.12.5 (2013-04-24):
* New features
- JAXP, JAXWS & JAF supplied as patches rather than drops to aid subsequent patching.
diff -r 681bcc5e6a18 -r 36d69d052be1 configure.ac
--- a/configure.ac Wed Apr 24 11:57:49 2013 +0100
+++ b/configure.ac Thu Apr 25 14:14:05 2013 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.12.5pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.12.6pre],[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