summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-01-07 16:42:34 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-01-07 16:42:34 +0000
commitc2ee3d73a85c0a393484a0ddc5635369a32ff574 (patch)
tree21bfd4bb30b9c1c3e810f37b404e10af37a19e14
parent174ec83fbef304a4c114d4f5d86f7ca36d960386 (diff)
downloadtotem-c2ee3d73a85c0a393484a0ddc5635369a32ff574.tar.gz
upd 2.20.3V_2_20_3
2008-01-07 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 2.20.3 svn path=/branches/gnome-2-20/; revision=5003
-rw-r--r--ChangeLog7
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28b0fb1ff..956f89fd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.20.3
+
+2008-01-07 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.20.3
+
2007-12-12 Bastien Nocera <hadess@hadess.net>
* browser-plugin/totem-plugin-viewer.c: (entry_parsed):
diff --git a/NEWS b/NEWS
index ca2d0e036..81b86ec99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+2.20.3
+* Skip 0-length playlists in Totem and the browser plugin
+* Fix duplicated mime-types in the .desktop file
+* Add XM tracker files to be supported
+* Browser plugin:
+ - Put the fullscreen window where the video widget is when
+ switching to fullscreen
+
2.20.1
* Fix problems with the volume and fullscreen popups staying up
* Avoid the seekbar getting stuck when seeking fails
diff --git a/configure.in b/configure.in
index dd5ca4317..2926e9945 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, 20)
-m4_define(totem_version_micro, 1)
+m4_define(totem_version_micro, 3)
AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],