changeset 1577:4a00d1ae3833 icedtea6-1.5.3

Bump to 1.5.3, fix make dist. 2009-11-09 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Make EXTRA_DIST work out of tree. * configure.ac: Bump to 1.5.3.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 09 Nov 2009 23:19:09 +0000
parents dc4494777bad
children 3f74ae338023
files ChangeLog Makefile.am configure.ac
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 09 16:58:51 2009 +0000
+++ b/ChangeLog	Mon Nov 09 23:19:09 2009 +0000
@@ -1,3 +1,10 @@
+2009-11-09  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Make EXTRA_DIST work out of tree.
+	* configure.ac:
+	Bump to 1.5.3.
+
 2009-11-09  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Mon Nov 09 16:58:51 2009 +0000
+++ b/Makefile.am	Mon Nov 09 23:19:09 2009 +0000
@@ -95,7 +95,7 @@
 	clean-jtreg-reports 
 
 EXTRA_DIST = rt generated \
-	patches/* \
+	$(abs_top_srcdir)/patches/* \
 	tools-copy contrib ports \
 	extra overlays \
 	javaws.png javaws.desktop visualvm.desktop \
--- a/configure.ac	Mon Nov 09 16:58:51 2009 +0000
+++ b/configure.ac	Mon Nov 09 23:19:09 2009 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.5.2], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.5.3], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])