[totem] 2.90.6
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] 2.90.6
- Date: Fri, 8 Oct 2010 13:17:00 +0000 (UTC)
commit 8e9df8979212e11ab00d51b9146e5a1e3f7caf5d
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 7 14:51:53 2010 +0100
2.90.6
Remove extraneous plugin file, and disable Vala plugins from
the dist for now.
Makefile.am | 2 +-
NEWS | 22 ++++++++++++++++++++++
configure.in | 2 +-
src/plugins/grilo-search/grilo-search.plugin.in | 8 --------
4 files changed, 24 insertions(+), 10 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4f6c1ed..c642ec4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,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' --enable-vala=yes --enable-introspection
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck' --enable-vala=no --enable-introspection
# Build ChangeLog from GIT history
ChangeLog:
diff --git a/NEWS b/NEWS
index 367da5a..5dd842c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
New features and significant updates in version...
+2.90.6:
+* Movie Player:
+ - Re-enable Python plugins
+ - Update for libpeas and GTK+ 3.x changes
+ - Add chapters plugin
+ - Use icon for the sidebar
+ - Don't try to load subtitles, or chapters data for streams
+ - Only popup controls when the mouse moves a certain distance
+ - Port to GSettings
+
+* YouTube plugins:
+ - Fix playback again
+ - Support Web-M videos
+ - Hide URLs from the tooltips, they're not useful
+
+* GStreamer backend:
+ - Don't block main thread when seeking
+
+* Thumbnailer:
+ - Use msecs instead of seconds for seeking, which should fix black frames
+ - Make --raw work along with --size, so you can avoid adding borders
+
2.90.5:
* Movie Player:
- Port from libunique to GApplication
diff --git a/configure.in b/configure.in
index 170dafa..bc3ace7 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, 90)
-m4_define(totem_version_micro, 5)
+m4_define(totem_version_micro, 6)
# 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]