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

Benjamin Otte company at kemper.freedesktop.org
Mon Jan 28 15:03:05 PST 2008


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

New commits:
commit a074e9bb55be3d4b6c0af03c242fe9c0df50a534
Author: Benjamin Otte <otte at gnome.org>
Date:   Tue Jan 29 00:02:50 2008 +0100

    back to development

diff --git a/configure.ac b/configure.ac
index 8a1e33e..1d9abe8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.5.90)
+AC_INIT(swfdec-mozilla,0.5.90.1)
 
 [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
 if test x"$nano" = x1 ; then
@@ -57,7 +57,7 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.5.90
+SWFDEC_REQUIRES=0.5.90.1
 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 efa614490e76a10b358b26630aec3b8163544c54
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Jan 28 23:10:23 2008 +0100

    release 0.5.90

diff --git a/configure.ac b/configure.ac
index a2ba7b1..8a1e33e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.5.5.1)
+AC_INIT(swfdec-mozilla,0.5.90)
 
 [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
 if test x"$nano" = x1 ; then
@@ -57,7 +57,7 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.5.5.1
+SWFDEC_REQUIRES=0.5.90
 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 5ccf80d3a0f2ed14f50a47fa51ddadb3f96de30f
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Jan 28 23:10:05 2008 +0100

    update NEWS

diff --git a/NEWS b/NEWS
index e378913..ea13a1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
 
+ 0.5.90 ("Sticks and stones may break my bones")
+
+We're getting close to 0.6:
+- update API to new version
+- resolve relative links correctly
+
  0.5.5 ("Reading is lame")
 
 New release:


More information about the Swfdec-commits mailing list