diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-07-01 13:26:07 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-07-01 13:37:16 +0100 |
commit | 30013b81c89a803522fe085c26218f9e7be1663e (patch) | |
tree | 2c5ae39e39e4a550829f1017e85c2f0de4e03763 | |
parent | 7cf0ec6b39ddc2508f5ee5a9e5827fd0d7768924 (diff) |
Prepare release 5.1.3telepathy-mission-control-5.1.3
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 32 insertions, 3 deletions
@@ -1,7 +1,36 @@ -telepathy-mission-control 5.1.3 (UNRELEASED) +telepathy-mission-control 5.1.3 (2009-07-01) ============================================ -??? +The "wilting" release. + +Enhancements: + +* Improve test coverage, including EnsureChannel (smcv) + +* In tests, add the ability to test an installed MC binary (installcheck) + (smcv) + +Fixes: + +* Make sure that ChannelDispatchOperations emit Finished before they are + unreffed for the last time (smcv) + +* Stop mcd_mission_abort() from implicitly closing channels, meaning that + when Close() has an extra protocol-level meaning (for instance, when using + an IRC proxy), we don't respond to connection loss by departing from all + channels. Instead, explicitly close channels whenever desired (smcv) + +* Add API for plugins to destroy channels, close channels with a reason, + or "forget" (do not dispatch) channels (smcv) + +* In situations where channels can't be handled, use Destroy() to terminate + them, if available (smcv) + +* In wait-for-name, initialize error properly if we can't connect to D-Bus + (smcv) + +* In tests, restructure `make check-torture` so it doesn't exceed command-line + length limits (smcv) telepathy-mission-control 5.1.2 (2009-06-26) ============================================ diff --git a/configure.ac b/configure.ac index 8af5e499..20919f1f 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.2+) +AC_INIT(telepathy-mission-control, 5.1.3) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |