summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 14:37:26 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 15:18:06 +0200
commit91006767d5ce8f95b43c7ff85fc6e5ec90d8895c (patch)
tree5c57b247cc7c3220b859c15687f2ce1bd7ba9a83
parent4e5a187773cb34de567e3cf90d62710830bbd876 (diff)
downloadtelepathy-mission-control-91006767d5ce8f95b43c7ff85fc6e5ec90d8895c.tar.gz
prepare 5.14.0
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e868a416..bf5726cf 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 1d93e546..2d237d06 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)