summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2010-12-06 18:55:50 +0000
committerVivek Dasmohapatra <vivek@collabora.co.uk>2010-12-06 18:55:50 +0000
commit52840f8f8aa13f1d91fe5eaad93cf888e52c1497 (patch)
tree19619af3f7a1d3e5326ff14a477e34ed6d8d2420
parent3a320720d744f6a0d61bc0ae8bc95b5a52bb7a04 (diff)
Prepare version 5.7.1telepathy-mission-control-5.7.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5c143c99..e5a40054 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-telepathy-mission-control 5.7.1 (UNRELEASED)
+telepathy-mission-control 5.7.1 (2010-12-06)
============================================
+The "Ack... I've been gritted" release.
+
+Enhancements:
+
+• mc-tool: Improved error message for nonexistent accounts
+
+• Removed obsolete mapping of TP_ERROR_NOT_AVAILABLE to
+ MC_CONTACT_DOES_NOT_SUPPORT_VOICE_ERROR
+
Fixes:
• fd.o #24779: CurrentPresence is Offline for online connections not
diff --git a/configure.ac b/configure.ac
index 064dc2de..30c9f521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Set the version number to e.g. 5.0.beta42 immediately before a release.
dnl Set the version number to e.g. 5.0.beta42+ immediately after (this will
dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.7.0+])
+AC_INIT([telepathy-mission-control], [5.7.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)