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