~ubuntu-branches/ubuntu/quantal/gnash/quantal-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-14 16:06:54 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081014160654-0anbl2mi098aee2h
Tags: 0.8.4-0ubuntu1
* LP: #84526 - Gnash menu launcher (/usr/share/applications/gnash.desktop
  file) doesn't start any application, also gnash isn't asociated with SWF
  mimetype; we dont show gnash in the .desktop launcher; we add
  NoDisplay=true, add a GenericName and Comment for the sake of
  completeness. Also we add the proper MimeType value, remove Encoding,
  don't use absolute paths for icon and exec and dont use specific icon
  file format suffix.
  - update debian/gnash.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2008-05-10 Russ Nelson <nelson@crynwr.com>
2
2
 
 
3
Sixth alpha release of Gnash (0.8.4).
 
4
Improvements since 0.8.3 release are:
 
5
 
 
6
More visible to users:
 
7
 
 
8
    * The -d switch won't behave the same as in 0.8.3. This is a
 
9
      temporary thing, we'll likely bring it back to its original
 
10
      behaviour for next releases. If you're curious, -d will now
 
11
      change heart beating rate.
 
12
    * Support for MIT SHM X extention is disabled by default `cause
 
13
      it broke (*grin*). We'll get it back on next release. Let us
 
14
      know if you really notice a performance degradation on the
 
15
      rendering side please <gnash-dev@gnu.org>. 
 
16
    * Keep Adobe happy with our users and our users happy with us by
 
17
      changing "Flash player" into "SWF player" everywhere.  Adobe
 
18
      claims "Flash" as a trademark and had asked a Linux distributor
 
19
      to fix it.
 
20
    * The popular SWF Twitter badge now renders correctly.
 
21
    * Fix parsing of urls containing multiple question marks 
 
22
    * Fix support for movies embedding multiple sound streams 
 
23
    * Support for loading PNG and GIF images added.
 
24
    * Improved rendering of SWF movies because of the less visible
 
25
      changes listed below.
 
26
    * Support for writing RGB/RGBA PNG images and JPEG images.
 
27
    * Works with Potlatch OpenStreetMap editor
 
28
    * New 'flvdumper' utility for analyzing FLV video files.
 
29
    * XPI packaging support for Mozilla & Firefox. 
 
30
 
 
31
Less visible to users:
 
32
 
 
33
    * Improved SWF version 8 support:
 
34
      o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes
 
35
        implemented.
 
36
      o flash.geom.ColorTransform almost fully implemented.
 
37
      o flash.display.BitmapData partially implemented.
 
38
      o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform
 
39
        implemented.
 
40
      o MovieClip.transform implemented, with ability to find and apply
 
41
        MovieClip transformations.
 
42
      o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg. 
 
43
    * Fixes and implementation of ActionScript 2 classes:
 
44
      o NetConnection.call() implemented: initial support for flash Remoting
 
45
      o toString() method of objects called correctly, String.split
 
46
        implementation fixed.
 
47
      o XMLSocket onData method implemented properly, other methods fixed.
 
48
      o Error class implemented.
 
49
      o XML and LoadVars sendAndLoad() now derive from a common base object
 
50
        (loadable AS object); fixes the popular SWF Twitter badge.
 
51
      o addRequestHeaders and contentType implemented for LoadVars and XML. 
 
52
    * VM bugfixes and improvements:
 
53
      o Heart beating model, allowing for fine-grained interval timers and
 
54
        threading reduction.
 
55
      o Frame label fix (case sensitivity).
 
56
      o Fixes and improvements to Color and cxform.
 
57
      o SWF matrix made faster and more compatible (golf.swf works now!)
 
58
      o try/catch/finally ActionScript expression handled more correctly.
 
59
      o Parse and partially use ScriptLimits tag. Handle stack limit more
 
60
        correctly.
 
61
      o Fixed scoping issues for SWF <= 5
 
62
      o Bitmap characters now support alpha.
 
63
    * Media handling improvements:
 
64
      o Pluggable architecture for MediaHandlers (ffmpeg/gst available)
 
65
      o Media-handler agnostic Sound and NetStream classes
 
66
      o Numerous bug fixes in ffmpeg and gstreamer media handling
 
67
    * SWF version 2-specific fixes:
 
68
      o PlaceObject tag display fixed (also applies to SWFs generated with
 
69
        some free tools)
 
70
      o DefineButtonCxform tag implemented). 
 
71
    * Codebase improvements:
 
72
      o Renamed the 'server' directory to be a more accurate 'libcore'.
 
73
        Merge 'libgeometry' into 'libbase'
 
74
      o Keep Adobe happy with our users and our users happy with us by
 
75
        changing "Flash player" into "SWF player" everywhere (a Linux
 
76
        distributor received a demand letter).
 
77
      o Numerous cleanups and changes to improve portability. 
 
78
 
 
79
--
 
80
 
 
81
2008-05-10 Russ Nelson <nelson@crynwr.com>
 
82
 
3
83
Sixth alpha release of Gnash (0.8.3).
4
84
Improvements since 0.8.2 release are:
5
85
 
46
126
    * SWF8 line styles support (both from tag and drawing api) 
47
127
 
48
128
 
 
129
--
 
130
 
49
131
2008-02-21  Sandro Santilli <strk@keybit.net>
50
132
 
51
133
Fifth alpha release of Gnash (0.8.2).
81
163
    * Improved stability and robustness with malformed SWFs.
82
164
    * Many other bugfixes. 
83
165
 
 
166
--
 
167
 
84
168
2007-08-29  Sandro Santilli <strk@keybit.net>
85
169
 
86
170
Fourth alpha release of Gnash (0.8.1).
101
185
    * Better support for flash player detection
102
186
    * Fix for 'debugLog' directive in gnashrc
103
187
 
 
188
--
 
189
 
104
190
2007-06-01  Rob Savoye  <rob@welcomehome.org>
105
191
 
106
192
The third alpha release of Gnash. Improvements since the 0.7.2 release
123
209
      mtasc compilers.
124
210
    * New drawing API for MovieClips..
125
211
    
 
212
--
 
213
 
126
214
2006-09-10  Rob Savoye  <rob@welcomehome.org>
127
215
 
128
216
The second alpha release of Gnash is coming soon. Improvements since
140
228
    * Supports cross configuration and cross compiling for embedded targets.
141
229
    * A whole slew of minor bugs that kept various movies from playing.
142
230
 
 
231
--
 
232
 
143
233
2006-04-20  Rob Savoye  <rob@welcomehome.org>
144
234
 
145
235
    * The first alpha release of Gnash! Version 0.7.1 is released with a
146
236
      working browser plugin.
147
237
 
 
238
--
 
239
 
148
240
2005-12-10  Rob Savoye  <rob@bertha.welcomehome.org>
149
241
 
150
242
    * GameSWF has been turned into Gnash! Gnash's goals are to turn this