/hg/release/icedtea6-1.6: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Nov 9 14:55:19 PST 2009


changeset a2d5ec5e9724 in /hg/release/icedtea6-1.6
details: http://icedtea.classpath.org/hg/release/icedtea6-1.6?cmd=changeset;node=a2d5ec5e9724
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Nov 09 22:58:39 2009 +0000

	Bump to 1.6.2, fix make dist.

	2009-11-09 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Drop duplicate patch line.
	Make EXTRA_DIST work out of tree.
		* configure.ac: Bump to 1.6.2


changeset aa390e8856a1 in /hg/release/icedtea6-1.6
details: http://icedtea.classpath.org/hg/release/icedtea6-1.6?cmd=changeset;node=aa390e8856a1
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Nov 09 22:59:12 2009 +0000

	Added tag icedtea6-1.6.2 for changeset a2d5ec5e9724


diffstat:

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

diffs (52 lines):

diff -r 15ba41d0ff2e -r aa390e8856a1 .hgtags
--- a/.hgtags	Mon Nov 09 17:42:27 2009 +0000
+++ b/.hgtags	Mon Nov 09 22:59:12 2009 +0000
@@ -28,3 +28,4 @@ d36f851f90be2ca85975c6824242874215f57d41
 d36f851f90be2ca85975c6824242874215f57d41 icedtea-1.6.1-release
 d36f851f90be2ca85975c6824242874215f57d41 icedtea-1.6.1-release
 b343e04bf38fa44f52d5327d80af60b7c0705cad icedtea-1.6.1-release
+a2d5ec5e9724007d1084981a69d23fbc2adb7179 icedtea6-1.6.2
diff -r 15ba41d0ff2e -r aa390e8856a1 ChangeLog
--- a/ChangeLog	Mon Nov 09 17:42:27 2009 +0000
+++ b/ChangeLog	Mon Nov 09 22:59:12 2009 +0000
@@ -1,3 +1,11 @@ 2009-11-09  Andrew John Hughes  <ahughes
+2009-11-09  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Drop duplicate patch line.
+	Make EXTRA_DIST work out of tree.
+	* configure.ac:
+	Bump to 1.6.2
+	
 2009-11-09  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 15ba41d0ff2e -r aa390e8856a1 Makefile.am
--- a/Makefile.am	Mon Nov 09 17:42:27 2009 +0000
+++ b/Makefile.am	Mon Nov 09 22:59:12 2009 +0000
@@ -101,7 +101,7 @@ install:
 	clean-jtreg-reports 
 
 EXTRA_DIST = rt generated \
-	patches/* \
+	$(abs_top_srcdir)/patches/* \
 	tools-copy contrib ports \
 	extra overlays \
 	javaws.png javaws.desktop visualvm.desktop \
@@ -631,7 +631,6 @@ ICEDTEA_PATCHES = \
 	patches/security/icedtea-6864911.patch \
 	patches/security/icedtea-6872357.patch \
 	patches/security/icedtea-6874643.patch \
-	patches/security/icedtea-6874643.patch \
 	patches/security/icedtea-6631533.patch \
 	patches/security/icedtea-6632445.patch \
 	patches/security/icedtea-6636650.patch \
diff -r 15ba41d0ff2e -r aa390e8856a1 configure.ac
--- a/configure.ac	Mon Nov 09 17:42:27 2009 +0000
+++ b/configure.ac	Mon Nov 09 22:59:12 2009 +0000
@@ -1,4 +1,4 @@ AC_INIT([icedtea6], [1.6.1], [distro-pkg
-AC_INIT([icedtea6], [1.6.1], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6], [1.6.2], [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