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