[totem] 2.91.0



commit f190d08bc41232933565784dc900e9633507a173
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 2 15:52:48 2010 +0000

    2.91.0
    
    Fix dist'ing with Vala disabled.

 NEWS         |    7 +++++++
 configure.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5dd842c..c9a0615 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 New features and significant updates in version...
 
+2.91.0:
+* List audio/mp3 as supported
+
+* Build:
+  - Use upstream gettext instead of GLib's
+  - Plenty of bug fixes for building against GTK+ 3.x
+
 2.90.6:
 * Movie Player:
   - Re-enable Python plugins
diff --git a/configure.in b/configure.in
index 67f8d37..6242867 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
 AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 90)
-m4_define(totem_version_micro, 6)
+m4_define(totem_version_minor, 91)
+m4_define(totem_version_micro, 0)
 
 # The version of the API exposed to plugins
 m4_define(totem_api_version_major, 1)



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