summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-11-28 15:12:38 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-11-28 15:12:38 +0000
commit65af50a8e57901a4990e5aa157ec7fcb7abda59b (patch)
tree3c1f0a5021e654d366ec4e59210ffe2fdc36a876
parent5096a23c1c02b51dd9bf90c7fdc3da568ab96dff (diff)
downloadtotem-65af50a8e57901a4990e5aa157ec7fcb7abda59b.tar.gz
upd 2.16.4V_2_16_4
2006-11-28 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 2.16.4
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
-rw-r--r--configure.in4
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8976b7a63..e0e6c20d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.16.4
+
+2006-11-28 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.16.4
+
2006-11-24 Bastien Nocera <hadess@hadess.net>
* src/totem-sidebar.c: (totem_sidebar_setup):
diff --git a/NEWS b/NEWS
index e6e14cc96..823d18882 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+2.16.4:
+ * Make Totem remember the width of the sidebar when Totem was maximised on exit
+ * Fix session restore
+
2.16.3:
* Better accessibility support in the volume button
* Browser plugin:
diff --git a/configure.in b/configure.in
index 33c90d466..311dacc8d 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, 3)
+m4_define(totem_version_micro, 4)
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:2:3
+PLPARSER_LT_VERSION=4:3:3
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_VERSION_MAJOR=totem_version_major