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