NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit b89f3c46440581f2818e1572c206331182e3a17f
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:44:48 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 56b01c5..237b2a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.58])
-AC_INIT( swfdec-gnome, [0.5.4.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=swfdec] )
+AC_INIT( swfdec-gnome, [0.5.5.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=swfdec] )
AM_INIT_AUTOMAKE(1.6)
AC_CONFIG_SRCDIR([config.h.in])
@@ -44,7 +44,7 @@ dnl Required versions
SWFDEC_MAJORMINOR=0.5
AC_SUBST(SWFDEC_MAJORMINOR)
-SWFDEC_REQUIRED=0.5.4.1
+SWFDEC_REQUIRED=0.5.5.1
GTK_REQUIRED=2.12.0
commit 9b654df1a7362637c840ac08868d6ca3fe52ba20
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:19:55 2007 +0100
update NEWS
diff --git a/NEWS b/NEWS
index b475994..406925f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+ 0.5.5 ("Banks Peninsula Track")
+
+not a lot of new things.
+- added translation: pl
+
0.5.4 ("Turkish Cycling Federation")
initial release. Contains a thumbnailer and a standalone player.
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.