From 82be8c897a960400753cd33ca179ff40760ca2c6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 30 Jul 2009 12:05:16 +0100 Subject: Release version 5.2.0 (start of stable branch) --- NEWS | 25 +++++++++++++++++++++++-- configure.ac | 2 +- 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) -- cgit v1.2.3