[totem] 2.29.91



commit a1cc9dc7fca9d30ed94452008b853347e2198958
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 24 11:12:58 2010 +0000

    2.29.91
    
    Require vala support for distcheck to work

 Makefile.am  |    2 +-
 NEWS         |    7 +++++++
 configure.in |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index aeaeef2..43e32de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
 		 gnome-doc-utils.make
 
 DIST_SUBDIRS = $(NORMAL_SUBDIRS) browser-plugin
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck'
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck' --enable-vala=yes
 
 # Build ChangeLog from GIT history
 ChangeLog:
diff --git a/NEWS b/NEWS
index 3c3e076..2644a0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 New features and significant updates in version...
 
+2.29.91:
+* Fix compilation with newer versions of Tracker
+* Update time in the status bar when frame-stepping
+* Fix a lot of build problems with newer GTK+, or using pedantic linkers
+* Update Vala bindings for external plugins
+* Fix problems with the popup menu in the browser plugin
+
 2.29.4:
 * Fix documentation build
 
diff --git a/configure.in b/configure.in
index 2b683e8..6161f14 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 29)
-m4_define(totem_version_micro, 4)
+m4_define(totem_version_micro, 91)
 
 AC_INIT([totem],
         [totem_version_major.totem_version_minor.totem_version_micro],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]