summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-03-09 17:06:27 +0000
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-03-09 17:06:27 +0000
commitc0d71ba28997b2747a41066cc587eadd6d63afae (patch)
tree66185104463dbd6542fa7005995b4be3f1394f55
parentfd655e2cacf00ecb0db057c2f889a48a3e863850 (diff)
downloadtelepathy-mission-control-c0d71ba28997b2747a41066cc587eadd6d63afae.tar.gz
Prepare version 5.7.7telepathy-mission-control-5.7.7
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3e39dcce..d4fbbe7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+telepathy-mission-control 5.7.7 (2011-03-09)
+============================================
+
+The “Bulwer—Lytton Fiction Contest Entry” release.
+
+Fixes:
+
+• Updates the Maemo SSO plugin in line with SSO changes (fledermaus)
+
telepathy-mission-control 5.7.6 (2011-03-07)
============================================
@@ -5,7 +14,7 @@ The “GRINNING CAT FACE WITH SMILING EYES” release.
Enhancements:
-• Support the Observer.DelayApprovers property.
+• Support the Observer.DelayApprovers property. (cassidy)
telepathy-mission-control 5.7.5 (2011-03-01)
============================================
@@ -14,11 +23,11 @@ The “Beware the Ides of March” release.
Fixes:
-• Build failures with new --no-add-needed ld default behaviour
+• Build failures with new --no-add-needed ld default behaviour (fledermaus)
-• mc-tool: help no longer mentions obsolete add <profile> syntax
+• mc-tool: help no longer mentions obsolete add <profile> syntax (wjt)
-• Tests no longer hang forever if DBus name cannot be claimed
+• Tests no longer hang forever if DBus name cannot be claimed (wjt)
telepathy-mission-control 5.7.4 (2011-02-23)
============================================
diff --git a/configure.ac b/configure.ac
index fae2b6ac..b3062938 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.6+])
+AC_INIT([telepathy-mission-control], [5.7.7])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)