[Swfdec-commits] 3 commits - configure.ac NEWS

Benjamin Otte company at kemper.freedesktop.org
Wed Jun 25 10:06:18 PDT 2008


 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit bc7a1bc024ee89bde6f0a2fd81444436f5080301
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Jun 25 18:41:51 2008 +0200

    back to development

diff --git a/configure.ac b/configure.ac
index bdda923..35d2f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.7.2)
+AC_INIT(swfdec-mozilla,0.7.3)
 
 [is_dev=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/1/')]
 if test x"$is_dev" = x1 ; then
@@ -56,7 +56,7 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.7.2
+SWFDEC_REQUIRES=0.7.3
 PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
 if test "$HAVE_SWFDEC" = "no"; then
   AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
commit 0390cc392d34524e6ddef090620793f5e20a638b
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Jun 25 18:33:53 2008 +0200

    release 0.7.2

diff --git a/configure.ac b/configure.ac
index df296db..bdda923 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.7.1)
+AC_INIT(swfdec-mozilla,0.7.2)
 
 [is_dev=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/1/')]
 if test x"$is_dev" = x1 ; then
@@ -56,7 +56,7 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.7.1
+SWFDEC_REQUIRES=0.7.2
 PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
 if test "$HAVE_SWFDEC" = "no"; then
   AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
commit e51309a93f521441ceb33706fa1c9eb07810e7d0
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Jun 25 17:07:44 2008 +0200

    update NEWS for next release

diff --git a/NEWS b/NEWS
index d770962..c96d074 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 
+ 0.7.2 ("Do the Handicapped Go to Hell?")
+
+This release brings Swfdec ahead of the competition!
+- support fullscreen
+- remember files to be autoplayed
+- implement windowless support in Firefox 3
+- don't hang the browser on high-CPU files
+- work in gtk-webkit
+- make properties dialog more HIGgy
+
  0.6.0 ("It'll choke on the sweet air of freedom.")
 
 And here's the first long-term release of Swfdec-mozilla.


More information about the Swfdec-commits mailing list