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