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