NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) New commits: commit 91b89bb472c8b2664ab2253d38bb2c677ad244d7 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 22:37:16 2007 +0100 update NEWS for 0.5.4 diff --git a/NEWS b/NEWS index 245c336..c3299b6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,23 @@ + 0.5.4 ("2 advanced") + +Features left and right make this release. Unfortunately a lot of reorganization +was necessary. In particular this release contains: +- Swfdec supports FutureSplash movies now +- rewrite GStreamer audio and video backends. They work perfectly now and are + the default and only enabled backends. Other backends are still available via + configure switches. +- support for the TextField object. This makes Youtube show the time correctly. +- support for ActionScript exception handling and inheritance actions Cast, + Implements, InstanceOf, Try and Throw. +- support for the MovieClipLoader object and loadMovie functions. This allows + Flash movies to load other Flash movies. +- support for loading JPEG and PNG images. +- add an initial and incomplete implementation of the Flash security framework +- swfdec has a logo now +- make the player automatically abort when scripts get stuck +- add PulseAudio sound output backend, it can be disable via configure switch + 0.5.3 ("Tennis") Lots of new built-in objects and code cleanup are the highlights of yet another
NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit b9a85ba17352eeafa274a8a48cf23f43ba5f5082 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 15 00:07:41 2007 +0200 Few minor spelling fixes to NEWS diff --git a/NEWS b/NEWS index c3299b6..41f6da0 100644 --- a/NEWS +++ b/NEWS @@ -4,19 +4,19 @@ Features left and right make this release. Unfortunately a lot of reorganization was necessary. In particular this release contains: - Swfdec supports FutureSplash movies now -- rewrite GStreamer audio and video backends. They work perfectly now and are - the default and only enabled backends. Other backends are still available via - configure switches. -- support for the TextField object. This makes Youtube show the time correctly. -- support for ActionScript exception handling and inheritance actions Cast, +- rewrite GStreamer audio and video back ends. They work perfectly now and are + the default and only enabled back ends. Other back ends are still available + via configure switches. +- support for the TextField object. This makes YouTube show the time correctly. +- support for ActionScript exception handling and inheritance actions Cast, Implements, InstanceOf, Try and Throw. - support for the MovieClipLoader object and loadMovie functions. This allows Flash movies to load other Flash movies. - support for loading JPEG and PNG images. - add an initial and incomplete implementation of the Flash security framework -- swfdec has a logo now +- Swfdec has a logo now - make the player automatically abort when scripts get stuck -- add PulseAudio sound output backend, it can be disable via configure switch +- add PulseAudio sound output back end, it can be disable via configure switch 0.5.3 ("Tennis")
On Wed, 2007-11-14 at 14:07 -0800, Pekka Lampila wrote:> -- add PulseAudio sound output backend, it can be disable via configure switch > +- add PulseAudio sound output back end, it can be disable via configure switchit can be disabled -- Regards, Pavel Roskin
Stick it to the spell checker! On Nov 14, 2007 11:16 PM, Pavel Roskin <proski at gnu.org> wrote:> On Wed, 2007-11-14 at 14:07 -0800, Pekka Lampila wrote: > > > -- add PulseAudio sound output backend, it can be disable via configure switch > > +- add PulseAudio sound output back end, it can be disable via configure switch > > it can be disabled > > -- > Regards, > Pavel Roskin > > > _______________________________________________ > Swfdec mailing list > Swfdec at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/swfdec >
NEWS | 2 ++ 1 file changed, 2 insertions(+) New commits: commit cc3f3012faff689fa2d34663387194032abd4013 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 15 10:01:26 2007 +0100 update again diff --git a/NEWS b/NEWS index 0b3c522..32d7920 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ was necessary. In particular this release contains: - Swfdec has a logo now - make the player automatically abort when scripts get stuck - add PulseAudio sound output back end, it can be disabled via configure switch +- cross-compilation should now work without issues. +- lots of small improvements 0.5.3 ("Tennis")