[telepathy-mission-control/master] Prepare release 5.1.3

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jul 1 05:26:07 PDT 2009


---
 NEWS         |   33 +++++++++++++++++++++++++++++++--
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index fd807a8..0618586 100644
--- a/NEWS
+++ b/NEWS
@@ -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 8af5e49..20919f1 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)
-- 
1.5.6.5



More information about the telepathy-commits mailing list