telepathy-mission-control: Prepare 5.15.0
Simon McVittie
smcv at kemper.freedesktop.org
Fri May 3 07:33:51 PDT 2013
Module: telepathy-mission-control
Branch: master
Commit: 76c328175300821b1a2554391f0143c4d54fb779
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=76c328175300821b1a2554391f0143c4d54fb779
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri May 3 15:02:59 2013 +0100
Prepare 5.15.0
---
NEWS | 9 ++++++++-
configure.ac | 8 ++++----
mission-control-plugins/account-storage.c | 6 +++---
mission-control-plugins/account-storage.h | 2 +-
4 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/NEWS b/NEWS
index a4a5a44..82a62bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.15.0 (UNRELEASED)
+telepathy-mission-control 5.15.0 (2013-05-03)
=============================================
+The âany other citizen of the Queenâ release.
+
Running this version of Mission Control for the first time will automatically
migrate some account data to a new format. If you subsequently downgrade
to an older version, it will no longer understand all account data.
@@ -29,6 +31,11 @@ Enhancements:
⢠`mc-tool get <account> AutomaticPresence` now works (fd.o #54780, Simon)
+⢠When running under GNOME 3 or Unity, MC will attempt to enable
+ connections' power-saving features while the session is idle;
+ this is currently effective for Google Talk XMPP connections.
+ (fd.o #62530; Xavier, Simon)
+
Fixes:
⢠Update to the current ConnMan D-Bus API (fd.o #56600;
diff --git a/configure.ac b/configure.ac
index 878e1c8..7f3e5b0 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.14.999+])
+AC_INIT([telepathy-mission-control], [5.15.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)
@@ -45,9 +45,9 @@ AC_SUBST([MCP_API_VERSION])
# set revision to 0
# else if library source has changed since last release
# increment revision
-MCP_LT_CURRENT=4
-MCP_LT_REVISION=2
-MCP_LT_AGE=4
+MCP_LT_CURRENT=5
+MCP_LT_REVISION=0
+MCP_LT_AGE=5
AC_SUBST([MCP_LT_CURRENT])
AC_SUBST([MCP_LT_REVISION])
AC_SUBST([MCP_LT_AGE])
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 7f7187f..c807e85 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -630,7 +630,7 @@ mcp_account_storage_set (const McpAccountStorage *storage,
*
* Returns: %TRUE if the attribute was claimed, %FALSE otherwise
*
- * Since: 5.13.UNRELEASED
+ * Since: 5.15.0
*/
gboolean
mcp_account_storage_set_attribute (McpAccountStorage *storage,
@@ -675,7 +675,7 @@ mcp_account_storage_set_attribute (McpAccountStorage *storage,
*
* Returns: %TRUE if the parameter was claimed, %FALSE otherwise
*
- * Since: 5.13.UNRELEASED
+ * Since: 5.15.0
*/
gboolean
mcp_account_storage_set_parameter (McpAccountStorage *storage,
@@ -1270,7 +1270,7 @@ mcp_account_storage_emit_reconnect (McpAccountStorage *storage,
*
* Returns: %TRUE if @account is stored in @storage
*
- * Since: 5.13.UNRELEASED
+ * Since: 5.15.0
*/
gboolean
mcp_account_storage_owns (McpAccountStorage *storage,
diff --git a/mission-control-plugins/account-storage.h b/mission-control-plugins/account-storage.h
index 5b6c21c..91cdd78 100644
--- a/mission-control-plugins/account-storage.h
+++ b/mission-control-plugins/account-storage.h
@@ -128,7 +128,7 @@ struct _McpAccountStorageIface
McpAccountStorageGetRestrictionsFunc get_restrictions;
McpAccountStorageCreate create;
- /* Since 5.13.UNRELEASED */
+ /* Since 5.15.0 */
gboolean (*owns) (McpAccountStorage *storage,
McpAccountManager *am,
const gchar *account);
More information about the telepathy-commits
mailing list