redo socket writing API
[swfdec.git] / NEWS
blobc354ed9fe96723c69191516837a91853d2880c37
2  0.9.2 ("Bloxorz")
4 Yes, we are breaking things again. The first unstable release leading to
5 Swfdec 0.10 contains:
6 - rewrite the script interpreter for performance and correctness
7 - add a new Movie script value that looks up the correct movie
8 - remove most of Vivified and the test suite's HTTP handling as it was unused
9 - implement Blur and ColorMatrix filter
10 - improve various policy file checks, so files actually load
11 - initial support for new video/audio codecs (AAC audio is still missing)
12 - lots of memory leaks plugged
13 - vast amount of other bugfixes
15  0.8.2 ("Gametrailers")
17 Here's the first stable release.
18 - fix crash when reading invalid JPEG images
19 - fix invalid memory accesses
20 - fix deadlock when sound stream had no data
21 - fix regression where some files weren't loaded.
22 - lots of memory leaks plugged
23 - various build fixes/improvements
25  0.8.0 ("Slide")
27 And here is our 6monthly stable release again:
28 - rework ActionScript function calls to improve performance
29 - increase Flash version Swfdec reports to 9.0.999.0
30 - implement flash.geom.Matrix
31 - implement various native functions
32 - add API to query Swfdec's version
33 - lots of correctness fixes
34 - lots of bugfixes
36  0.7.4 ("Diablo")
38 Yay, we returned to monthly releases! Here it goes:
39 - rework rendering API to rely on Cairo's clipping instead
40 - remove unused and broken swfdec_as_context_eval() API
41 - Swfdec does no longer ship an icon
42 - Transform and ColorTransform implemented
43 - BitmapData partially implemented
44 - simplify internal memory handling APIs
45 - start porting the Gnash testsuite to Swfdec
46 - lots of small performance bug fixes
48  0.7.2 ("Rock You")
50 Here is - roughly 3 months too late - the first development release of the 
51 Swfdec 0.7 series:
52 - lots of conformance fixes that make lots of Flash files work
53 - new (de)compiler framework in vivified debugger
54 - fullscreen support
55 - handle focus properly
56 - lots of TextField fixes (including onScroller and onChanged events)
57 - TextFields can now receive keyboard input
58 - extend SwfdecAudio API to allow partially loaded streams and volume changes
59 - the Sound object is now fully supported
60 - rework loading of external resources to be more compatible
61 - significant speedups to the Actionscript interpreter
62 - noticable speedups to rendering infrastructure and new API that allows
63   custom speedups
64 - removed unmaintained ffmpeg, mad and OSS support
65 - lots of bug fixes
67  0.6.8 ("Mario Rush")
69 And another bugfix release.
70 - fix a crash when decoding 1x1 JPEG images
71 - fix a crash in XMLSocket.send
72 - fix crashes when FLV decoding was aborted
73 - fix a crash in exception handling code
74 - fix some infinite loops with prototype loops
75 - fix crasher when handling broken dates
76 - fix crashers with native constructors found in testing
77 - compatibility fixes: compile with gold linker, make includes work from C++
79  0.6.6 ("Faith Fighter")
81 Here's another bugfix release.
82 - fix a crash for palettized images
83 - fix a crash for oversized images
84 - make ALSA devices work that don't support mmap
85 - compile fix for ARM
87  0.6.4 ("College Humor")
89 This is a security release. Please update as soon as possible.
90 - fix a security problem that allowed remote Flash files to read local files.
91 - fix a rare crash in TextField.replaceText
92 - fix a rare crash during cleanup
94  0.6.2 ("Badger Badger Badger")
96 This is the first bugfix release in the stable release series. It contains 
97 mostly compilation fixes. No new features were added.
99  0.6.0 ("Fedora TV")
101 Here is the first API/ABI-stable release of Swfdec. Enjoy!
102 - support missing plugin installation. GStreamer requirement bumped to 0.10.17
103 - lots of improvements to testsuite. It uses plugins now so multiple Flash 
104   players can be tested.
105 - XMLSocket now works
106 - rework buffer API
107 - lots of bug- and conformance fixes
109  0.5.90 ("rutube")
111 This is a preparation for the upcoming 0.6 release to go in time with the Gnome 
112 2.22 release.
113 - rename "libswfdec(-gtk)" dir to "swfdec(-gtk)"
114 - update libsoup requirement to 2.4
115 - rework input API - now has SwfdecStream, SwfdecLoader and SwfdecSocket classes
116 - new and improved testsuite
117 - completely overhaul security subsystem, invalid access denies should be a 
118   thing of the past
119 - implement flash.geom.Point and flash.geom.Rectangle
120 - implement internal parts of ExternalInterface object
121 - plug various memory leaks
122 - fix lots of internal bugs
123 - various portability fixes for embedded and OpenBSD
125  0.5.5 ("cps")
127 In time for Gnome's 2.21.4 release, here's a new Swfdec release. Features:
128 - rework the input handling subsystem. All objects (including sliders) can now 
129   receive mouse events.
130 - stub all script functions and properties from Flash 8
131 - implement loading cross-domain policy files
132 - implement MovieClip.beginGradientFill (Yes, that function is big enough for 
133   its own entry)
134 - various fixes to clipping
135 - Swfdec should compile and work fine on ARM architectures now
136 - lots of bug fixes and small features additions
137 - support reading text files in various formats
139  0.5.4 ("2 advanced")
141 Features left and right make this release. Unfortunately a lot of reorganization
142 was necessary. In particular this release contains:
143 - Swfdec supports FutureSplash movies now
144 - rewrite GStreamer audio and video back ends. They work perfectly now and are
145   the default and only enabled back ends. Other back ends are still available
146   via configure switches.
147 - support for the TextField object. This makes YouTube show the time correctly.
148 - support for ActionScript exception handling and inheritance actions Cast,
149   Implements, InstanceOf, Try and Throw.
150 - support for the MovieClipLoader object and loadMovie functions. This allows
151   Flash movies to load other Flash movies.
152 - support for loading JPEG and PNG images.
153 - add an initial and incomplete implementation of the Flash security framework
154 - Swfdec has a logo now
155 - make the player automatically abort when scripts get stuck
156 - add PulseAudio sound output back end, it can be disabled via configure switch
157 - cross-compilation should now work without issues.
158 - lots of small improvements
160  0.5.3 ("Tennis")
162 Lots of new built-in objects and code cleanup are the highlights of yet another
163 Swfdec release. And a little less condensed:
164 - rework of what APIs call into the script engine. This greatly simplifies using
165   libswfdec in applications.
166 - rework invalidation handling. Less parts of the screen need to be redrawn on 
167   changes, but the SwfdecPlayer::invalidate signal changed.
168 - support the built-in Date, XML, Sound, System.capabilities and TextFormat
169   objects plus MovieClip drawing functions
170 - add initial support for blend modes and filters (full support is expected with
171   Cairo 1.6)
172 - clean up initialization, video engine, sound engine and shape parsing code. 
173   All the code should now be more robust, easier to read and have less broken 
174   corner cases. And Swfdec supports VP6 alpha video now.
175 - lots of old Flash files that use Flash 4-style paths to lookup values should 
176   work correctly now.
177 - a huge list of bugfixes and little features, see the git log for details.
179  0.5.2 ("Kittencannon")
181 This release saw a lot of internal cleanups and only little new features. But
182 even that made a lot of files work and work better. Here's some detail:
183 - add initial support for Keyboard events. This makes quite some games work.
184 - add NetStream.close() functionality. This makes Youtube fullscreen work.
185 - export more API for debugging, like SwfdecScript and SwfdecAsDebugger.
186 - add new Vivified internal debugger that makes use of those.
187 - Swfdec can parse Flash 8 Buttons now.
188 - Swfdec should now set and handle all property flags correctly.
189 - implement LoadVars object
190 - make lots of native functions more correct for weird situations.
191 - various bugfixes, including some very visible ones. This should improve
192   playback for some Flash files a lot.
194  0.5.1 ("Heeeeelium")
196 Features! This release got some. And they even give you the long awaited 
197 embedded Youtube support. At the cost of lots of API changes, but who cares?
198 - rewrite SwfdecLoader. Add SwfdecURL support structure in the process.
199 - implement AsBroadcaster actionscript object.
200 - implement Stage actionscript object. Movies can now do the scaling themselves.
201 - change the HTTP in swfdec-gtk from gnome-vfs to libsoup
202 - add an OSS backend for non-ALSA operating systems.
203 - various fixes to super and DefineFunction2 flags.
205  0.5.0 ("Meet Plan Party!")
207 Here's the long overdue update. Lots of backend stuff was rewritten. The only
208 thing that is missing now is more features. Expect them in the next releases.
209 - New and more correct script interpreter engine. The engine is even exported 
210   for your coding pleasure.
211 - New instance placement handling algorithm. This one seems to produce much
212   better correctness results than the old one.
213 - More ActionScript bytecodes are supported, in particular CloneSprite and
214   RemoveSprite
215 - improve String reading in earlier Flash versions (Flash <=5 is Latin1, not 
216   UTF8)
217 - implement some more Actionscript functions (most important is probably
218   createEmptyMovieClip ())
219 - lots of bugfixes
221  0.4.5 ("Death of the Desktop")
223 This is strictly a bugfix release. Have fun.
224 - fix linking issues on Solaris/BSD.
225 - fix various crashers.
227  0.4.4 ("Birthday Cards")
229 This is a stability release. The number of new supported Flash features
230 is limited.
231 - add initial support for some tags from Flash 8 (in particular 
232   DefineShape4 and PlaceObject3)
233 - audio and video can now be decoded with GStreamer
234 - add new API in the form of libswfdec-gtk for people that want to 
235   include Swfdec in their applications
236 - improve the JPEG decoding code (less crashy, more JPEGs decoded)
237 - throw zzuf (http://sam.zoy.org/zzuf/) at Swfdec and fix exposed
238   issues
239 - various fixes that make writing bindings simpler
240 - lots of bugs fixed, including: 10551, 10629
242  0.4.3 ("Your tube")
244 This release can play Youtube video. While this alone is enough for a 
245 release, this was needed to make it possible:
246 - add lots of new features to the script interpreter, in particular 
247   support for inheritance and the Object.registerClass function.
248 - rework the streaming and implement the NetStream, NetConnection and
249   XML script objects partially
250 - support passing variables to movies
251 - improvements to the JPEG decoder
252 - improvements to the debugging framework and the debugger
253 - support some more Flash 8 tags (in particular DefineFont3)
255  0.4.2 ("Two completely different numbers")
257 The main change for this release is changing script execution from 
258 compiling to SpiderMonkey bytecode to executiong it manually. This made
259 it far easier and a lot more stable to run scripts. Other changes:
260 - Implement color transformations on images.
261 - Support some more ActionScript codes.
262 - Added swfdec_loader_get_filename() function to exported API.
263 - Allow compiling tests and tools without ALSA support
264 - Lots of bugfixes.
265 - Lots of new tests and debugging tools.
267  0.4.1 ("Dragostea din tei")
269 This release introduces video features. Quite a bit of internal 
270 restructuring was necessary to achieve this. The API has been changed 
271 from 0.4.0. Changes:
272 - swfdec_player_iterate has been replaced by swfdec_player_advance
273 - some functions (like swfdec_player_set_audio_advance) have been 
274   completely removed. The same effect can be achieved by using 
275   swfdec_player_advance.
276 - Add support for video playback. This does not include scripting 
277   video.
278 - Add native FLV support to swfdec.
279 - Fix the caching layer. So SWF files with lots of images no longer 
280   crash swfdec.
281 - Lots of bugfixes.
283  0.4.0 ("festivally plump")
285 This is the result of 3 months of refactoring, testing stuff and 
286 generally playing around with swfdec. I'll try to list the big 
287 changes:
288 - rip out support for outdated libart
289 - rip out included glib
290 - rework the object system to have a lot more objects
291 - split objects into "live" (SwfdecMovie, SwfdfecAudio), "static"
292   (SwfdecCharacter) and Javascript (JSObjects)
293 - compile Flash Actionscript codes into SpiderMonkey bytecode
294 - add testsuite
295 - reverse engineer script execution order
296 - reverse engineer seeking in sprite movies
297 - implement lots of other Actionscript functions
298 - documentation for public API
299 - removal of all plugins (the Mozilla plugin exists as a seperate 
300   package now)
301 - new small test application (not installed)
302 - slightly bigger script debugging application (not installed)
304  0.3.6 ("5.11d")
306 This is less of a release and more of a "toss a bunch of code into
307 the air".  You're not going to like this release, really.  So don't
308 bother compiling it.  Don't even bother downloading it.  It really
309 just differently buggy than the last release.  Certain parts may
310 feel more solid, like the mozilla plugin, but the entire experience
311 will probably just be slower and less featureful.  I already know
312 there are problems, don't bother reporting them, since it will
313 simply remind me of how crappy this release is.  The only redeeming
314 factor of this release is that it doesn't crash.  Ever.  Well,
315 except for the bugs.  Backtraces and media files welcome.  You
316 could even use the handy new pop-up menu in the Mozilla plugin to
317 report a bug, except that I don't have the website backend running
318 yet.