nspluginwrapper/NEWS

79 lines
2.9 KiB
Plaintext

nspluginwrapper NEWS -- history of user-visible changes. 2008-07-06
Copyright (C) 2005-2008 Gwenole Beauchesne
Version 1.1.0 (BETA) - 06.Jul.2008
* Add support for windowless plugins (Flash Player 10 beta 2)
* Add standalone plugins player (nspluginplayer)
* Restart plugins viewer on error (Martin Stransky)
Version 1.0.0 - 29.Jun.2008
* Don't wrap root plugins to system locations, keep them private
* Fix support for Acrobat Reader 8 (focus problems)
* Fix support for mozplugger (in full-debug mode)
* Fix support for WebKit
* Fix crashes with Flash Player 9 Update 3 (9.0.115)
* Fix build with Intel compiler
* Add support for IBM XLC compiler
* Improve error handling during RPC initialization (memory leaks)
* Improve error handling in NPP_WriteReady() and NPP_Write()
Version 0.9.91.5 (BETA) - 26.Aug.2007
* Fix a memory leak in NPP_Destroy()
* Fix DiamondX XEmbed example plugin
* Fix focus problems (Debian bug #435912)
* Add support for 64-bit plugins (Martin Stransky)
* Add support for newer NPAPI 0.17 functions and variables
* Add support for broken 64-bit Konqueror versions (run-time detect)
Version 0.9.91.4 (BETA) - 03.Apr.2007
* Don't try to wrap native plugins
* Fix build on NetBSD (David Brownlee)
* Fix build on DragonFlyBSD (Steve O'Hara-Smith)
* Fix build on Linux systems with SSP enabled by default (e.g. Ubuntu)
Version 0.9.91.3 (BETA) - 04.Mar.2007
* Fix printing with EMBED plugins
* Fix build on Debian (Rob Andrews)
* Use sound wrappers whenever possible on Linux (Flash Player 9)
* Don't wait for dying processes (i.e. avoid hangs on NP_Shutdown)
Version 0.9.91.2 (BETA) - 29.Dec.2006
* Fix some rare RPC synchronisation issues (flashearth.com)
* Fix hangs when the plugin exits unexpectedly (e.g. a crash)
Version 0.9.91.1 (BETA) - 26.Dec.2006
* Fix NPRuntime bridge (VLC plugin)
* Fix Mozilla plugins dir creation on NetBSD and FreeBSD hosts
* Fix potential buffer overflow in RPC marshalers
* Handle empty args for plugin creation (flasharcade.com)
Version 0.9.91 (BETA) - 22.Dec.2006
* Add scripting support through the NPRuntime API
* Add XEMBED support for e.g. MPlayer plug-in
* Add support for NetBSD, FreeBSD and non-x86 Linux platforms
* Fix focus problems
* Fix some rare hangs
* Create Mozilla plugins dir if it does not exist yet
Version 0.9.90.4 (BETA) - 18.Nov.2006
* Robustify error condition (Darryl L. Miles)
* Reduce plugin load times
* Fix post data to a URL
* Add printing support
* Add Konqueror browser support
Version 0.9.90.3 (BETA) - 19.Sep.2006
* Fix acrobat reader 7 plugin
Version 0.9.90.2 (BETA) - 15.Sep.2006
* Use a bidirectional communication channel rather than two channels +
a "delayed" execution engine
Version 0.9.90.1 (BETA) - 05.Jun.2006
* Handle SuSE Linux Mozilla paths
* Don't use QEMU on IA-64 platforms
* Portability fixes to non-Linux platforms
Version 0.9.90 (BETA) - 25.Oct.2005
* First public beta that has decent Flash Player support