Make gtk-gnash avoid entering gtk_main() if SWF exited in first frame.
[gnash.git] / NEWS
blobc66277eeac776a8bf9255275260b17a1147f0a38
1 Gnash 0.8.11
2 YYYY/MM/DD
4 Caveats:
6 * The in-tree copy of jemalloc has been removed in preference to linking
7   the system-installed jemalloc library.
8 * The minimum required version of FFMPEG/libavcodec (if available) is
9   53.35.0.
10 * Extensions support is now disabled by default.
11 * The minimum GCC version required to build Gnash is 4.6.0.
13 Improvements since 0.8.10 release are:
15  * Avoid initialization of SDL audio when using dump-gnash
16  * Fix screeches and crashes playing PCM audio (#45722)
17  * Fix corrupted WAV file on --audio-dump (#45887)
18  * Fix callback registration issue in ExternalInterface (#37223)
19  * Fix possible out-of-bound read in parser (#43865)
20  * Fix opening of external URL with Gnash Standalone (#31833)
21  * Stability fixes in image handling, (CVE-2012-1175, #39388, #37629).
22  * Stability fixes in parsing (#34686) and ActionScript handling (#39385,
23    #39404).
24  * NPAPI Plugin stability fix (#36002, #42199) and a file descriptor leak.
25  * Improved NetStream ActionScript class support.
26  * Add support for IPv6 [TODO: affects Socket/XML, and what else?].
27  * Fix build against recent Boost, FFMPEG and libav.
28  * Fix support for GIFLIB-5.0 (#39482) and GIFLIB-5.1 (#42574)
29  * Fix infinite loop in GC mark phase for XML object (#40440)
30  * Fix segfault on exit when using XML (#40439)
31  * Incremental decoding of embedded sounds (#24638, #25456)
32  * Fix many issues reported by Coverity.
33  * Add support for RTMP streaming (patch #8086).
34  * Portability fixes for Debian GNU/kOpenSolaris and ARM.
35  * TextFormat.getTextExtent has been much improved.
36  * Fix regression in dynamic sound loading (#33760).
38 Gnash 0.8.10
39 2012/02/04
41 Improvements since 0.8.9 release are:
43  * Qt4 GUI supports mouse wheel, clipboard, and screen resolution.
44  * Enhanced UI support for script limits (abort popups, user prefs).
45  * BitmapData functions copyPixels(), copyChannel(), perlinNoise() and noise() 
46    implemented.
47  * Node id mapping in ActionScript XML class implemented (XML.idMap).
48  * Fix dispatching of Sound.onLoad event, fixing google dict audio.
49  * Fix support for control tags found after last expected frame (#33176).
50  * Fix support for uncompressed sound with gstreamer media handler.
51  * Implement Button.getDepth(), fix button key events.
52  * Fixes to startDrag and stopDrag opcodes.
53  * Implement onSoundComplete() for event sounds (#23020).
54  * Fix MovieClip.onLoad event dispatching and constant pools handling, fixing
55    support for movies generated by the evil Adobe Captivate tool (#33521).
56  * Fix unattached Sound.stop() semantic (#33888) enjoy Super Mario!
57  * OpenVG renderer added.
58  * Improved framebuffer GUI and touchscreen support.
59  * Framebuffer now supports using multiple renderers.
60  * Refactored input device support.
61  * Fix parsing of lossless 16bit bitmaps, fixing support for movies
62    generated by the evil TechSmit Camtasia tool (#34625).
63  * Improved double buffering support for AGG in a framebuffer.
64  * Thumbnailer for SWF files and GNOME2 desktop config for it.
66 Gnash 0.8.9
67 2011/03/19
69 Caveats:
71  * The minimum required FFmpeg version, for people who prefer it over
72    Gstreamer, is now 51.28.0.
73  * The configure script option --enable-i810-lod-bias, which provided
74    a workaround for a very old driver for the Intel I810 when using the
75    OpenGL renderer, has been removed.
76  * Gnash now uses the system-installed libltdl rather than its in-tree
77    copy.
78  * NPAPI headers are now required for building the Mozilla plugin; they
79    are normally part of the Xulrunner development package.
81 Improvements since 0.8.8 release are:
83  * Fixed playback of uncommon MPEG4 streams when using GStreamer.
84  * Avoid drawing operations when the window is obscured, including when
85    Gnash is used as a plugin, starting with Firefox 4.0 (GTK GUI).
86  * Support SWF with embedded ScreenVideo when using FFMPEG or
87    gstreamer-ffmpeg >= 0.10.12.
88  * Fix playback of SWF-embedded ADPCM audio when using Gstreamer.
89  * Fix playback of SWF-embedded PCM audio when using FFMPEG.
90  * Fix swapped _framesloaded and _totalframes properties.
91  * Fixes for several crashes, with better automated testing of the
92    entire ActionScript API for input sanitization.
93  * Improved ActionScript performance processing, especially
94    for interactive applications.
95  * NPAPI plugin: fix relative urls resolution in presence of <base> tag
96    and "base" parameter; improved robustness and compatibility with
97    chromium browser. Avoid blocking the parent process.
98  * Improved SWF8 support with BitmapData.draw, BitmapData.loadBitmap,
99    and other bitmap functions.
100  * Re-entrant core libraries.
101  * RTMP remoting support.
102  * Support for PNG and GIF files in all DefineBitsJpeg tags; support
103    for DefineBitsJpeg4 tags, and fix display of some GIFs with
104    multiple records.
105  * Restore support for mingw32.
106  * fb-gnash: allow specifying size and offset of rendering "window".
107  * dump-gnash: improved speed, sync and flexibility.
108  * JPEG screenshot output.
109  * Support for linear RGB interpolation mode in gradient fills.
110  * Clipboard setting (GTK only).
111  * More flash.geom.Rectangle functions.
112  * Improved OpenBSD compatibility.
114 Gnash 0.8.8
115 2010/08/17
117 Improvements since 0.8.7 release are:
119  * Renderers are able to be switched at runtime between Cairo,
120    OpenGL, and AGG. 
121  * Media handlers can be switched at runtime between ffmpeg and
122    Gstreamer.
123  * Hardware video decoding support via VAAPI for Nvidia, ATI, and
124    Intel GPUs. 
125  * Android specific support.
126  * Gnash now compiles faster due to reduced internal dependencies.
127  * Mostly complete Scriptable Plugin support which works with the
128    ExternalInterface class.
129  * Improved input device handling when using a raw framebuffer.
130  * 100% of all YouTube videos should work
131  * Support for MovieClip.beginBitmapFill() and gradient spread modes.
133 Gnash 0.8.7
134 2010/02/15
136 Improvements since 0.8.6 release are:
138  * Automatic and spontaneous screenshots support in all GUIs (Benjamin Wolsey)
139  * Significant memory savings in parsing large XML trees (Benjamin Wolsey)
140  * Significant memory savings in functions calls when super is not required
141    (Benjamin Wolsey)
142  * Enhancements in video streaming [youtube HD button and seeks]
143    (Sandro Santilli)
144  * Non blocking load of bitmaps, movies, data (Sandro Santilli)
145  * Fix use of imported library symbols (Sandro Santilli)
146  * AS2 Array handling fixed.  (Benjamin Wolsey)
147  * Refactoring to eliminate most static data and get closer to re-entrant VM.
148    (Benjamin Wolsey)
149  * SWF6 dynamic gradients tested and implemented correctly. 
150    (Benjamin Wolsey)
151  * TextFormat.getTextExtent implemented. 
152    (Benjamin Wolsey)
153  * TextField.autoSize implemented for right and center autosizing. 
154    (Benjamin Wolsey)
156 Gnash 0.8.6
157 2009/09/15
159 Improvements since 0.8.5 release are:
161  * TextSnapshot, Camera, Microphone, TextField and TextFormat implemented.
162  * ASSetNative, ASSetNativeAccessor, ASconstructor implemented.
163  * New utilities for finding input devices for Camera and Microphone.
164  * Fix bitmap smoothing handling in AGG renderer (Bug #25894).
165  * Custom Gnash GTK widget.
166  * Various improvements to text handling.
167  * large-scale refactoring of object and class creation for improved
168    AS compatibility.
169  * extension of native classes now works in many cases.
170  * PyGTK module support.
171  * Native and built-in functions properly separated, more native functions
172    added.
173  * AmigaOS4 support (gui and sound handler).
174  * Fixes to XMLSocket crash and event order.
175  * Performance improvement for SDL gui (invalidated regions).
176  * Corrected timing of various AS events, fixing various SWFs that rely on them.
177  * Many minor bug fixes.
178  * Better A/V synchronization.
179  * Rudimentary AVM2 implementation when enabled.
180  * Fix in sendAndLoad forcing use of POST.
182 2009-03-04 Rob Savoye  <rob@welcomehome.org>
184 Gnash 0.8.5 released !
185 Improvements since 0.8.4 release are:
187 Due to better XML parsing compatibility and a minor fix to NetConnection,
188 many more video sites work than in the last release. Support for new
189 codecs keeps YouTube support up to date.
191 XML parsing, Selection implementation, Sound and MovieClip fixes mean
192 that many BBC Flash movies (not the BBC iPlayer) now work.
194 Potlatch support is improved with better remoting compatibility and
195 XML parsing.
197 All of the Orisinal morning sunshine games now work due to support for
198 Mixed SWF Versions runs.
200     * Support for saving streamed (FLV, H264, MP3 etc) and loaded (JPEG,
201       SWF, PNG, GIF) media to disk.
202     * Basic GUI warning messages when media decoding fails (usually
203       missing codecs).
204     * Added support for FLV parsing and decoding of H.264 video and
205       AAC audio.
206     * Scaled video smoothing implemented in AS and in default renderer
207       (AGG). YouTube video looks better when Gnash is running with high
208       quality or better.
209     * Support for _quality implemented with user-specified
210       override. (Presently only affects video smoothing in the default
211       renderer).
212     * Made NPAPI plugin quiet, except on plugin-specific errors (to
213       reduce .xsession-errors pollution).
214     * Implemented LoadVars.toString(), XML.send() and LoadVars.send().
215     * XML parsing made compatible (less strict), XML.xmlDecl and
216       XML.docTypeDecl implemented.
217     * XMLNode methods implemented: getPrefixForNamespace(),
218       getNamespaceForPrefix(), namespaceURI, localName, prefix. Handling
219       of attributes corrected.
220     * New GUI for KDE4 / Qt4 with SWF properties and Gnash preferences
221       dialog boxes.
222     * Corrected AS enumeration order.
223     * Fixed incorrect mouse event on double click (shouldn't exist).
224     * Implemented MovieClip.getURL(), MovieClip.attachBitmap().
225     * Implemented POST for send() and getURL() methods.
226     * Added support for parsing and decoding Speex audio in FLV files
227       using libspeex.
228     * __resolve property implemented. Fixes a Flickr Flash badge.
229     * Video.clear(), Video.width and Video.height implemented.
230     * Multiple NetStream.play() fixed.
231     * Fixed support of mixed-version swf runs.
232     * Fix decoding of RAW and UNCOMPRESSED audio with gstreamer media
233       handler
234     * Improve SWF4 compatibility.
235     * Improve compatibility in setting characters properties.
236     * NetConnection.isConnected and NetConnection connect events
237       implemented (fixes various video sites).
238     * Remoting support generally improved (NetConnection).
239     * Make initialization object available to MovieClip constructor
240       (attachMovie, duplicateMovieClip).
241     * Sound.getBytesLoaded, Sound.getBytesTotal implemented.
242     * Complete Selection class implemented. 
246 2008-10-13 Russ Nelson <nelson@crynwr.com>
248 Sixth alpha release of Gnash (0.8.4).
249 Improvements since 0.8.3 release are:
251 More visible to users:
253     * The -d switch won't behave the same as in 0.8.3. This is a
254       temporary thing, we'll likely bring it back to its original
255       behaviour for next releases. If you're curious, -d will now
256       change heart beating rate.
257     * Support for MIT SHM X extention is disabled by default `cause
258       it broke (*grin*). We'll get it back on next release. Let us
259       know if you really notice a performance degradation on the
260       rendering side please <gnash-dev@gnu.org>. 
261     * Keep Adobe happy with our users and our users happy with us by
262       changing "Flash player" into "SWF player" everywhere.  Adobe
263       claims "Flash" as a trademark and had asked a Linux distributor
264       to fix it.
265     * The popular SWF Twitter badge now renders correctly.
266     * Fix parsing of urls containing multiple question marks 
267     * Fix support for movies embedding multiple sound streams 
268     * Support for loading PNG and GIF images added.
269     * Improved rendering of SWF movies because of the less visible
270       changes listed below.
271     * Support for writing RGB/RGBA PNG images and JPEG images.
272     * Works with Potlatch OpenStreetMap editor
273     * New 'flvdumper' utility for analyzing FLV video files.
274     * XPI packaging support for Mozilla & Firefox. 
276 Less visible to users:
278     * Improved SWF version 8 support:
279       o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes
280         implemented.
281       o flash.geom.ColorTransform almost fully implemented.
282       o flash.display.BitmapData partially implemented.
283       o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform
284         implemented.
285       o MovieClip.transform implemented, with ability to find and apply
286         MovieClip transformations.
287       o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg. 
288     * Fixes and implementation of ActionScript 2 classes:
289       o NetConnection.call() implemented: initial support for flash Remoting
290       o toString() method of objects called correctly, String.split
291         implementation fixed.
292       o XMLSocket onData method implemented properly, other methods fixed.
293       o Error class implemented.
294       o XML and LoadVars sendAndLoad() now derive from a common base object
295         (loadable AS object); fixes the popular SWF Twitter badge.
296       o addRequestHeaders and contentType implemented for LoadVars and XML. 
297     * VM bugfixes and improvements:
298       o Heart beating model, allowing for fine-grained interval timers and
299         threading reduction.
300       o Frame label fix (case sensitivity).
301       o Fixes and improvements to Color and cxform.
302       o SWF matrix made faster and more compatible (golf.swf works now!)
303       o try/catch/finally ActionScript expression handled more correctly.
304       o Parse and partially use ScriptLimits tag. Handle stack limit more
305         correctly.
306       o Fixed scoping issues for SWF <= 5
307       o Bitmap characters now support alpha.
308     * Media handling improvements:
309       o Pluggable architecture for MediaHandlers (ffmpeg/gst available)
310       o Media-handler agnostic Sound and NetStream classes
311       o Numerous bug fixes in ffmpeg and gstreamer media handling
312     * SWF version 2-specific fixes:
313       o PlaceObject tag display fixed (also applies to SWFs generated with
314         some free tools)
315       o DefineButtonCxform tag implemented). 
316     * Codebase improvements:
317       o Renamed the 'server' directory to be a more accurate 'libcore'.
318         Merge 'libgeometry' into 'libbase'
319       o Keep Adobe happy with our users and our users happy with us by
320         changing "Flash player" into "SWF player" everywhere (a Linux
321         distributor received a demand letter).
322       o Numerous cleanups and changes to improve portability. 
326 2008-05-10 Russ Nelson <nelson@crynwr.com>
328 Sixth alpha release of Gnash (0.8.3).
329 Improvements since 0.8.2 release are:
331 More visible to users:
332     * Native fullscreen support (from AS) implemented.
333     * Long command-line options properly supported.
334     * View detailed movie information from GTK gui.
335     * Added an option in Preferences to initially display a movie
336       as a blank ("Click here to start") screen.
337     * Added "dump" GUI to dump a movie to disk.
338     * Improved Cairo rendering performance.
339     * Fix support for OpenOffice Impress SWF exporter (malformed..)
341 Less visible to users:
342     * Garbage Collector usage reduced where appropriate.
343     * Mouse.hide and Mouse.show implemented in GTK.
344     * ActionScript inheritance fixes:
345         o super implemented correctly (still not 100% compatible for SWF7)
346         o implements / instanceof works correctly now 
347     * FsCommands quit, fullscreen and showMenu implemented.
348     * FsCommand-to-javascript implemented (plugin).
349     * Minor ActionScript compatibility fixes: String, XML, toLocaleString,
350       int, parseInt. fromCharCode, toString (SWF4) etc.
351     * Fixes to arguments class (tests: Function.as, line404~456).
352     * Stage.scaleMode implemented (fixes resizing of various movies).
353     * Stage.align implemented.
354     * Fixes to Date class (platform consistent).
355     * Logging uses boost::format.
356     * Improved Win32 support: builds using MinGW/MSYS (cross-compile
357       not tested yet), and initial implementation of npgnash.dll exists.
358     * Sprite handling improved, fixing FlowPlayer and other video SWFs.
359     * TextField handling:
360           o Fix in device font handling (DefineFontInfo tag)
361           o Fix support for DefineFont2 tag (sizes)
362           o Improve TextField support for TextFormat use. 
363     * Fix parsing of malformed XML files
364     * Fix loading of text / XML with Byte Order Marks.
365     * Minor fix to _x and _y translation.
366     * More functions correctly registered as ASnative.
367     * System.capabilities information expanded.
368     * Jemalloc memory allocator from Mozilla added as an option.
369     * Redesigned and implemented AMF0 support, with the beginning of
370       AMF3 support.
371     * SWF8 line styles support (both from tag and drawing api) 
376 2008-02-21  Sandro Santilli <strk@keybit.net>
378 Fifth alpha release of Gnash (0.8.2).
379 Improvements since 0.8.1 release are:
381     * Improved timeline redesign.
382     * Action execution order fixes.
383     * Keyboard handling improved [1].
384     * New classes implemented: System.capabilities (partial),
385       SharedObject, LocalConnection.
386     * New opcodes implemented: ActionImplements, Try/Throw.
387     * Movieclip.beginGradientFill completes drawing API support.
388     * MovieClip._lockroot support added.
389     * Implement GET/POST for MovieClip.loadVariables and
390       MovieClip.loadMovie
391     * Textfield support improved.
392     * Security: configurable sandbox restricts filesystem access by movies.
393     * Better support for SWF8.
394     * Streaming OGG-contained multimedia (e.g. vorbis/theora or vorbis/dirac),
395       and other free formats.
396     * OGL and Cairo renderers much improved.
397     * Improvements of the Framebuffer GUI (hide text messages, support Linux
398       events system, built-in touchscreen calibration, simple keyboard support,
399       better architecture support).
400     * SOLdumper utility for reading SOL files ('flash cookies').
401     * DumpShm utility finds and dumps Local Connection memory segments.
402     * Fullscreen display possible.
403     * Extensions for LIRC and DBus.
404     * High quality, cross-platform psuedo-randomness using boost random.
405     * NPAPI (Mozilla) plugin: keyboard events work, navigation and javascript
406       from within movies.
407     * Set and save preferences from the GUI (GTK).
408     * Improved stability and robustness with malformed SWFs.
409     * Many other bugfixes. 
413 2007-08-29  Sandro Santilli <strk@keybit.net>
415 Fourth alpha release of Gnash (0.8.1).
416 Improvements since 0.8.0 release are:
418     * Garbage Collector
419     * Support for device fonts
420     * Support for dynamic text fields
421     * Better key handling
422     * Support for FFMPEG SVN
423     * Support for on-demand install of needed Gstreamer codec plugins.
424     * Debugger off by default (improves performance and memory use)
425     * AGG renderer by default 
426     * Support for KDE/AGG combination
427     * Layout change : we'll now build <gui>-gnash and 'gnash' is a shell
428       script with gui selection capabilities (-G)
429     * More robust parser 
430     * Better support for flash player detection
431     * Fix for 'debugLog' directive in gnashrc
435 2007-06-01  Rob Savoye  <rob@welcomehome.org>
437 The third alpha release of Gnash. Improvements since the 0.7.2 release
438 are: 
440     * Streaming video works with YouTube and Lulu.tv! This has been the
441       focus for the majority of the time since the last release.
442     * Many core improvments in the VM as our understanding of Flash
443       improves. These all improve both the correctness of a movie that is
444       being played, but enables more movies to play that used to not work.
445     * New FLTK2 gui.
446     * Simple Flash debugger added.
447     * Improved Darwin support that can use the system OpenGL.
448     * Flash extensions, direct support for file handling, MySQL access,
449       etc.. through plugins to the Gnash VM. Wrappers for any C/C++ API
450       libraries can be exported into ActionScript, and used as native
451       commands in a Flash movie.
452     * Updated manuals.
453     * Many new testcases! Support for testing with ming, swfmill, amd
454       mtasc compilers.
455     * New drawing API for MovieClips..
456     
459 2006-09-10  Rob Savoye  <rob@welcomehome.org>
461 The second alpha release of Gnash is coming soon. Improvements since
462 the 0.7.1 alpha release are:
464     * Polling main loop replaced with event driven framework.
465     * New GUI abstraction layer supporting GTK2, KDE, SDL, and just a
466       framebuffer. 
467     * Movies are parsed by a background thread, so they start playing
468       while still loading.
469     * Plugin supports web navigation and starts playing while the stream
470       is loading.
471     * New AntiGrain (AGG) 2D backend added for framebuffer devices.
472     * Sound now works.
473     * Supports cross configuration and cross compiling for embedded targets.
474     * A whole slew of minor bugs that kept various movies from playing.
478 2006-04-20  Rob Savoye  <rob@welcomehome.org>
480     * The first alpha release of Gnash! Version 0.7.1 is released with a
481       working browser plugin.
485 2005-12-10  Rob Savoye  <rob@bertha.welcomehome.org>
487     * GameSWF has been turned into Gnash! Gnash's goals are to turn this
488       into a free flash movie player plugin for Firefox.