[Swfdec] 2 commits - configure.ac NEWS
Benjamin Otte
company at kemper.freedesktop.org
Mon Dec 17 12:46:23 PST 2007
NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit bb572f313dc6698f4bbf6afbcc76718985f975e9
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:46:11 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index baa0baf..a2ba7b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.5.4.1)
+AC_INIT(swfdec-mozilla,0.5.5.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.4.1
+SWFDEC_REQUIRES=0.5.5.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 4ae818f77888dc8003969bb033dffd147c109eb8
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:04:46 2007 +0100
update NEWS for release
diff --git a/NEWS b/NEWS
index dc13690..e378913 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+ 0.5.5 ("Reading is lame")
+
+New release:
+- update API for new version
+
0.5.4 ("Ultravibe Pleasure 2000")
This release brings some stabiliy improvements.
More information about the Swfdec
mailing list