/hg/release/icedtea6-1.7: Make the new plugin the default. Upda...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jun 2 11:56:15 PDT 2010


changeset 0235bfe1d08d in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=0235bfe1d08d
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jun 02 19:56:03 2010 +0100

	Make the new plugin the default. Update NEWS.

	2010-06-02 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Update with latest backports.
		* acinclude.m4: Make the new plugin the default.


diffstat:

3 files changed, 18 insertions(+), 1 deletion(-)
ChangeLog    |    5 +++++
NEWS         |   12 ++++++++++++
acinclude.m4 |    2 +-

diffs (44 lines):

diff -r 7f0427a81b5b -r 0235bfe1d08d ChangeLog
--- a/ChangeLog	Wed Jun 02 17:35:32 2010 +0100
+++ b/ChangeLog	Wed Jun 02 19:56:03 2010 +0100
@@ -1,3 +1,8 @@ 2009-12-22  Andrew John Hughes  <ahughes
+2010-06-02  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Update with latest backports.
+	* acinclude.m4: Make the new plugin the default.
+
 2009-12-22  Andrew John Hughes  <ahughes at redhat.com>
 
 	Backport --with-tzdata-dir option from IcedTea6.
diff -r 7f0427a81b5b -r 0235bfe1d08d NEWS
--- a/NEWS	Wed Jun 02 17:35:32 2010 +0100
+++ b/NEWS	Wed Jun 02 19:56:03 2010 +0100
@@ -1,4 +1,16 @@ New in release 1.7.3 (2010-03-31):
+New in release 1.7.4 (2010-XX-XX):
+
+* Backport --with-tzdata-dir support from IcedTea6 1.8 to ensure
+  that external timezone data works again.
+* Make the new plugin the default.  This is now the main supported
+  plugin.  Use --disable-npplugin to use the old one.
+* Updates to the new plugin:
+  - Added support for JSObject.finalize()
+  - Liveconnect message processing design changes.
+  - Message protocol overhaul to fix race conditions
+
 New in release 1.7.3 (2010-03-31):
+
 - Fix for plugin buffer overflow: https://bugzilla.mozilla.org/show_bug.cgi?id=555342
 - Fix issue with ant -diagnostics on ant 1.8.0 due to changed exit code
 
diff -r 7f0427a81b5b -r 0235bfe1d08d acinclude.m4
--- a/acinclude.m4	Wed Jun 02 17:35:32 2010 +0100
+++ b/acinclude.m4	Wed Jun 02 19:56:03 2010 +0100
@@ -1274,7 +1274,7 @@ AC_ARG_ENABLE([npplugin],
 AC_ARG_ENABLE([npplugin],
               [AS_HELP_STRING([--enable-npplugin],
                               [Enable compilation of browser plugin (automatically disables default plugin)])],
-              [enable_npplugin="${enableval}"], [enable_npplugin="no"])
+              [enable_npplugin="${enableval}"], [enable_npplugin="yes"])
 AC_MSG_RESULT(${enable_npplugin})
 ])
 



More information about the distro-pkg-dev mailing list