telepathy-mission-control: prepare 5.14.0
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Oct 3 06:20:53 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 91006767d5ce8f95b43c7ff85fc6e5ec90d8895c
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=91006767d5ce8f95b43c7ff85fc6e5ec90d8895c
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Oct 3 14:37:26 2012 +0200
prepare 5.14.0
---
NEWS | 31 +++++++++++++++++++++++++++++--
configure.ac | 2 +-
2 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index e868a41..bf5726c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,34 @@
-telepathy-mission-control 5.13.3 (UNRELEASED)
+telepathy-mission-control 5.14.0 (2012-10-03)
=============================================
-...
+The "it helps if the video is intact" release.
+
+This starts a new stable branch, recommended for use with GNOME 3.6.
+
+Summary of changes since the last stable branch, 5.12:
+
+⢠Remove support for many deprecated interfaces.
+
+⢠If a connection manager announces two or more channels in the same
+ NewChannels signal, behave as if it had announced each channel
+ separately.
+
+⢠Accounts are now stored in the telepathy/mission-control subdirectory
+ of g_get_user_data_dir(). On Unix, this usually means
+ ~/.local/share/telepathy/mission-control, but can be changed with the
+ standard $XDG_DATA_HOME and $XDG_DATA_DIRS environment variables.
+ Accounts data are automatically migrated to this new location when
+ running mission-control for the first time.
+
+⢠./configure --with-accounts-dir (at build time) and $MC_ACCOUNTS_DIR
+ (at runtime) no longer change where new accounts are stored. They now set
+ what Mission Control considers to be the "old" location for accounts;
+ accounts in that directory will be moved into the new location.
+ Using this option is deprecated.
+
+⢠Various mc-tool improvements.
+
+There were no code changes since 5.13.2.
telepathy-mission-control 5.13.2 (2012-09-20)
=============================================
diff --git a/configure.ac b/configure.ac
index 1d93e54..2d237d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Set the version number to e.g. 5.x.y immediately before a release.
dnl Set the version number to e.g. 5.x.y+ immediately after (this will
dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.13.2+])
+AC_INIT([telepathy-mission-control], [5.14.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)
More information about the telepathy-commits
mailing list