/hg/release/icedtea7-2.3: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Aug 29 16:47:37 PDT 2012


changeset a94d26819861 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=a94d26819861
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Aug 29 23:36:03 2012 +0100

	Include HotSpot-specific patches in distribution.

	2012-08-29  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		* Makefile.am:
		(EXTRA_DIST): Add HotSpot-specific patches.


changeset 91b44f61a68f in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=91b44f61a68f
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Aug 29 23:37:03 2012 +0100

	Set version to 2.3.1.

	2012-08-29  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		* configure.ac:
		Set version to 2.3.1.


changeset c5c9685f7120 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=c5c9685f7120
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Aug 30 00:47:03 2012 +0100

	Added tag icedtea-2.3.1 for changeset 91b44f61a68f


diffstat:

 .hgtags      |   1 +
 ChangeLog    |  10 ++++++++++
 Makefile.am  |   1 +
 configure.ac |   2 +-
 4 files changed, 13 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r a4c55fb53a2d -r c5c9685f7120 .hgtags
--- a/.hgtags	Wed Aug 29 20:11:17 2012 +0100
+++ b/.hgtags	Thu Aug 30 00:47:03 2012 +0100
@@ -34,3 +34,4 @@
 d35c742babc02eb874684ea7cb647ef5eda55c75 icedtea-2.1-branchpoint
 2917541bbda4f6745b157f39d7bd39472cae5235 icedtea-2.2-branchpoint
 60c41b88775a8043ff4922278eb0e801c330e8fe icedtea-2.3-branchpoint
+91b44f61a68f01e85d074a5c14862443740eb0af icedtea-2.3.1
diff -r a4c55fb53a2d -r c5c9685f7120 ChangeLog
--- a/ChangeLog	Wed Aug 29 20:11:17 2012 +0100
+++ b/ChangeLog	Thu Aug 30 00:47:03 2012 +0100
@@ -1,3 +1,13 @@
+2012-08-29  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* configure.ac:
+	Set version to 2.3.1.
+
+2012-08-29  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* Makefile.am:
+	(EXTRA_DIST): Add HotSpot-specific patches.
+
 2012-08-29  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* NEWS: Update with fixes from the forest.
diff -r a4c55fb53a2d -r c5c9685f7120 Makefile.am
--- a/Makefile.am	Wed Aug 29 20:11:17 2012 +0100
+++ b/Makefile.am	Thu Aug 30 00:47:03 2012 +0100
@@ -750,6 +750,7 @@
 	$(top_srcdir)/patches/boot/*.patch \
 	$(top_srcdir)/patches/cacao/*.patch \
 	$(top_srcdir)/patches/jamvm/*.patch \
+	$(top_srcdir)/patches/boot/hotspot/*/*.patch \
 	tools-copy contrib overlays \
 	javaws.png javaws.desktop \
 	jconsole.desktop policytool.desktop \
diff -r a4c55fb53a2d -r c5c9685f7120 configure.ac
--- a/configure.ac	Wed Aug 29 20:11:17 2012 +0100
+++ b/configure.ac	Thu Aug 30 00:47:03 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.3pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.3.1], [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