changeset 1881:5a3838937f7c icedtea6-1.7.1

Update NEWS and bump version for 1.7.1. 2010-02-26 Andrew John Hughes <ahughes@redhat.com> * NEWS: Updated for 1.7.1 * configure.ac: Bump version.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 26 Feb 2010 17:45:26 +0000
parents 6dc81df0b056
children dbb5ddd34731
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 51 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 26 15:54:29 2010 +0100
+++ b/ChangeLog	Fri Feb 26 17:45:26 2010 +0000
@@ -1,3 +1,8 @@
+2010-02-26 Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Updated for 1.7.1
+	* configure.ac: Bump version.
+
 2010-02-26  Xerxes RĂ„nby  <xerxes@zafena.se>
 
         * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
@@ -198,7 +203,7 @@
 	Allways define llvm/Support/CommandLine.h.
 
 2010-02-16  Gary Benson  <gbenson@redhat.com>
-	
+
 	* contrib/jck/compile-native-code.sh: Add s390.
 
 2010-02-15  Gary Benson  <gbenson@redhat.com>
@@ -282,13 +287,13 @@
 	* Makefile.am: Reference plugin
 	directory by absolute path in EXTRA_DIST
 	to avoid confusion with build rule.
-	
+
 2010-01-27 Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS: Updated for 1.7 release.
-	
+
 2010-01-27 Andrew John Hughes  <ahughes@redhat.com>
-	
+
 	* HACKING: Document new patch.
 	* Makefile.am: Add new patch.
 	* patches/libpng.patch:
@@ -301,11 +306,11 @@
 	* NEWS:
 	Add missing items for 1.5.1, 1.5.2,
 	1.5.3, 1.6.1 and 1.6.2.
-	
+
 2010-01-27  Matthias Klose  <doko@ubuntu.com>
 
 	* Makefile.am: Remove quoting from ICEDTEA_NAME ICEDTEA_REV
-	ICEDTEA_PKG.  
+	ICEDTEA_PKG.
 
 2010-01-26 Andrew John Hughes  <ahughes@redhat.com>
 
@@ -342,37 +347,37 @@
 	Fix ICEDTEAPLUGIN_TARGET to use new
 	stamp targets and remove redundant
 	ICEDTEANPPPLUGIN_TARGET.
-	
+
 2010-01-25 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
 	Use NPPLUGIN_SRCDIR for Java plugin sources.
-	
+
 2010-01-25 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
 	Build NPPlugin source files separately.
-	
+
 2010-01-25 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
 	Provide stamp targets for both npplugin
 	and the old plugin so 'make plugin' builds
 	the one configured.
-	
+
 2010-01-25 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
 	Remove trailing space after IcedTea version
 	in plugin version information when package
 	version is not set.
-	
+
 2010-01-25 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
 	Build NPPlugin in the build directory,
 	not the source tree.
-	
+
 2010-01-22  Deepak Bhole <dbhole@redhat.com>
 
 	* Makefile.am:
@@ -408,7 +413,7 @@
 	* patches/icedtea-libraries.patch:
 	Make all dlopen choices at build-time,
 	not just one.  Support libjpeg8 as well.
-	
+
 2010-01-21  Andrew John Hughes  <ahughes@redhat.com>
 
 	PR icedtea/433
@@ -426,7 +431,7 @@
 	* Makefile.am:
 	Fix paths to patches and IcedTeaNPPlugin.cc
 	for make dist.
-	
+
 2010-01-20  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
@@ -476,7 +481,7 @@
 	Use $(OPENJDK_SRC_ZIP) and $(HOTSPOT_SRC_ZIP)
 	to determine names of tarballs rather than
 	hardcoding openjdk.tar.gz and hotspot.tar.gz
-	
+
 2010-01-17  Matthias Klose  <doko@ubuntu.com>
 
 	* patches/icedtea-sparc-trapsfix.patch: Merged sparc headers
@@ -494,7 +499,7 @@
 	(IT_FIND_NUMBER_OF_PROCESSORS):
 	Dependency of above.  Uses getconf to
 	obtain the number of available processors.
-	
+
 2010-01-16 Andrew John Hughes  <ahughes@redhat.com>
 
 	* acinclude.m4:
--- a/NEWS	Fri Feb 26 15:54:29 2010 +0100
+++ b/NEWS	Fri Feb 26 17:45:26 2010 +0000
@@ -1,3 +1,32 @@
+New in release 1.7 (2010-02-26):
+
+Bug fixes
+- PR179: Rhino bootclasspath issue
+- Add missing .c file to PulseAudio build
+Zero/Shark
+- Formatting changes and other fixes to match upstream
+- PR428: Shark on ARM precompiled header incls
+- Update Shark for LLVM r95390 API change.
+- S6927165: Zero S/390 fixes (from upstream)
+- Implemented Shark host CPU feature autotuner using LLVM 2.7 APIs.
+- Add s390 support to TCK setup helper script
+- Strip stupid options that llvm-config supplies
+- Update Shark for LLVM r94686 API change.
+- S6914622, S6909153, S6913869 upstream Zero fixes.
+NPPlugin fixes
+- PR446: Use JDK_UPDATE_VERSION to set the jpi version.
+- Re-designed frame embedding code so that the applet is dynamically
+  packed into given handle. This increases stability and breaks
+  reliance on the assumption that the browser will always provide a
+  handle in a certain sequence.
+- Encode new lines, carriage returns, and other special characters
+  before sending them to Java side (de-coding code is already in
+  effect on Java side).
+- Centralised and increased timeouts to give slow-loading applets
+  enough time to load.
+- Fix security permissions related to get/set property, based on
+  specifications.
+
 New in release 1.7 (2010-01-27):
 
 - Updated to OpenJDK6 b17.
--- a/configure.ac	Fri Feb 26 15:54:29 2010 +0100
+++ b/configure.ac	Fri Feb 26 17:45:26 2010 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.7], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.7.1], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])