summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-01-29 15:46:25 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-01-29 15:46:25 +0000
commit931e3aced613560c9db7e48e398159f4c7b5b115 (patch)
tree8b0cea5e7ba0f610c7dfc1da27c3f370133833eb
parent6eb2cd23febf7865e18ebedd18a1e15085feec73 (diff)
downloadtotem-931e3aced613560c9db7e48e398159f4c7b5b115.tar.gz
upd 2.16.5V_2_16_5
2007-01-29 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 2.16.5 svn path=/branches/gnome-2-16/; revision=3958
-rw-r--r--ChangeLog7
-rw-r--r--NEWS11
-rw-r--r--configure.in4
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c0e0047b4..d3ca8974b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.16.5
+
+2007-01-29 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.16.5
+
2007-01-29 Bastien Nocera <hadess@hadess.net>
* src/backend/bacon-video-widget-gst-0.10.c:
diff --git a/NEWS b/NEWS
index 823d18882..9d3a3ca6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
New features and significant updates in version...
+2.16.5:
+ * Still startup properly if there's no soundcards on the machine
+ * Make the "Eject" menu item default to unsensitive
+ * GStreamer backend:
+ - Report an "end of file" when seeking past the end of a stream
+ - Report whether a stream is seekable properly, instead of guessing
+ - Handle "progress" messages from the QuickTime demuxer in newer GStreamer
+ * Playlist parser:
+ - Don't crash when an XSPF playlist doesn't have URLs
+ - Avoid using realpath(), to avoid crashes on NetBSD
+
2.16.4:
* Make Totem remember the width of the sidebar when Totem was maximised on exit
* Fix session restore
diff --git a/configure.in b/configure.in
index 311dacc8d..5e2b129a1 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, 16)
-m4_define(totem_version_micro, 4)
+m4_define(totem_version_micro, 5)
AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -42,7 +42,7 @@ DBUS_REQS=0.35
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=4:3:3
+PLPARSER_LT_VERSION=4:4:3
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_VERSION_MAJOR=totem_version_major