summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-07-30 12:05:16 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-07-30 12:05:16 +0100
commit82be8c897a960400753cd33ca179ff40760ca2c6 (patch)
treebbe85700346733c76f21a857fe6f9d10d7234492
parent453c23d159c074ec15f65c82865e489d79a26de9 (diff)
downloadtelepathy-mission-control-82be8c897a960400753cd33ca179ff40760ca2c6.tar.gz
Release version 5.2.0 (start of stable branch)telepathy-mission-control-5.2.0
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 60c6a1b5..ff4ae515 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,28 @@
-telepathy-mission-control 5.1.5 (UNRELEASED)
+telepathy-mission-control 5.2.0 (2009-07-30)
============================================
-???
+The "too many timeouts, reducing the advertised EDNS UDP packet size to 512
+octets" release.
+
+This is the first release of a new 5.2.x stable branch, available in git as
+the 'telepathy-mission-control-5.2' branch. Feature development will continue
+in the 5.3.x series.
+
+Enhancements:
+
+* Update ContactCapabilities draft to the version in telepathy-spec 0.17.26
+ (smcv)
+
+* Add regression tests for Capabilities, and for ContactCapabilities draft 1
+ (smcv)
+
+Fixes:
+
+* McdConnection: fix a rare crash if no fallbacks for a presence are
+ supported (smcv)
+
+* libmcclient: avoid invoking callback twice if the object is already
+ ready (mardy)
telepathy-mission-control 5.1.4 (2009-07-09)
============================================
diff --git a/configure.ac b/configure.ac
index 19a927bd..0118705a 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.1.4+)
+AC_INIT(telepathy-mission-control, 5.2.0)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)