[Swfdec] 5 commits - configure.ac NEWS
Benjamin Otte
company at kemper.freedesktop.org
Thu Feb 8 12:36:44 PST 2007
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
New commits:
diff-tree bca06937c45d0d89271681e0dbd3a2fbeeaa9dd0 (from 4c71feeaac91fa2ef52d22b83ba56c672d524ae0)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Feb 8 21:29:42 2007 +0100
back to cvs
diff --git a/configure.ac b/configure.ac
index 055efb0..301a83a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.4.2)
+AC_INIT(swfdec,0.4.2.1)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
diff-tree 4c71feeaac91fa2ef52d22b83ba56c672d524ae0 (from 4971b881ba56fd3f8da342d0de0f88f47fb02ed2)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Feb 8 21:27:30 2007 +0100
release 0.4.2
diff --git a/configure.ac b/configure.ac
index cfa5fe3..055efb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.4.1.1)
+AC_INIT(swfdec,0.4.2)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
diff-tree 4971b881ba56fd3f8da342d0de0f88f47fb02ed2 (from 1e3cd6438989c068b4cbbf841d96b321ae7ba8ae)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Feb 8 19:09:47 2007 +0100
add sound backend choice to NEWS
diff --git a/NEWS b/NEWS
index 9a828c5..e3cecde 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ it far easier and a lot more stable to r
- Implement color transformations on images.
- Support some more ActionScript codes.
- Added swfdec_loader_get_filename() function to exported API.
+- Allow compiling tests and tools without ALSA support
- Lots of bugfixes.
- Lots of new tests and debugging tools.
diff-tree 1e3cd6438989c068b4cbbf841d96b321ae7ba8ae (from aeda99814414d201c020d71e1717f07ad2c1c9ad)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Feb 8 18:52:54 2007 +0100
update NEWS
diff --git a/NEWS b/NEWS
index 89cd329..9a828c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
+ 0.4.2 ("Two completely different numbers")
+
+The main change for this release is changing script execution from
+compiling to SpiderMonkey bytecode to executiong it manually. This made
+it far easier and a lot more stable to run scripts. Other changes:
+- Implement color transformations on images.
+- Support some more ActionScript codes.
+- Added swfdec_loader_get_filename() function to exported API.
+- Lots of bugfixes.
+- Lots of new tests and debugging tools.
+
0.4.1 ("Dragostea din tei")
This release introduces video features. Quite a bit of internal
diff-tree aeda99814414d201c020d71e1717f07ad2c1c9ad (from e066302f8172f17b68430c6b428a386c41c516c4)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Feb 8 16:20:26 2007 +0100
up LIBVERSION for added swfdec_loader_get_filename
diff --git a/configure.ac b/configure.ac
index a93a287..cfa5fe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then
AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror")
fi
-SWFDEC_LIBVERSION="1:0:0"
+SWFDEC_LIBVERSION="1:1:0"
AC_SUBST(SWFDEC_LIBVERSION)
AM_PROG_LIBTOOL
More information about the Swfdec
mailing list