[Swfdec-commits] 3 commits - NEWS swfdec/swfdec_movie.c swfdec/swfdec_sprite_movie.c

Benjamin Otte company at kemper.freedesktop.org
Mon Sep 8 02:27:39 PDT 2008


 NEWS                         |   11 +++++++++++
 swfdec/swfdec_movie.c        |    1 -
 swfdec/swfdec_sprite_movie.c |    2 --
 3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 2507766d80a63e21e60caf0dc1ebe8bca93efc7c
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep 8 11:25:00 2008 +0200

    strings.h include no longer needed
    
    And it seems to be a portability issue anyway

diff --git a/swfdec/swfdec_movie.c b/swfdec/swfdec_movie.c
index 45fd717..adbe5a7 100644
--- a/swfdec/swfdec_movie.c
+++ b/swfdec/swfdec_movie.c
@@ -24,7 +24,6 @@
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
-#include <strings.h>
 #include <errno.h>
 
 #include "swfdec_movie.h"
diff --git a/swfdec/swfdec_sprite_movie.c b/swfdec/swfdec_sprite_movie.c
index 006767d..451cdfa 100644
--- a/swfdec/swfdec_sprite_movie.c
+++ b/swfdec/swfdec_sprite_movie.c
@@ -21,8 +21,6 @@
 #include "config.h"
 #endif
 
-#include <strings.h>
-
 #include "swfdec_sprite_movie.h"
 #include "swfdec_as_internal.h"
 #include "swfdec_as_strings.h"
commit 06f079fa1fdc353be094b28ca77e220e85f273b5
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep 8 11:24:50 2008 +0200

    add a NEWS entry

diff --git a/NEWS b/NEWS
index 7ac46c6..bbad1ae 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ And here is our 6monthly stable release again:
 - increase Flash version Swfdec reports to 9.0.999.0
 - implement flash.geom.Matrix
 - implement various native functions
+- add API to query Swfdec's version
 - lots of correctness fixes
 - lots of bugfixes
 
commit 50ef1ea16341ba0d476a1a82ee0e75b0d54541de
Author: Benjamin Otte <otte at gnome.org>
Date:   Sun Sep 7 19:28:12 2008 +0200

    update for next release

diff --git a/NEWS b/NEWS
index e4b2a34..7ac46c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 
+ 0.8.0 ("Slide")
+
+And here is our 6monthly stable release again:
+- rework ActionScript function calls to improve performance
+- increase Flash version Swfdec reports to 9.0.999.0
+- implement flash.geom.Matrix
+- implement various native functions
+- lots of correctness fixes
+- lots of bugfixes
+
  0.7.4 ("Diablo")
 
 Yay, we returned to monthly releases! Here it goes:


More information about the Swfdec-commits mailing list