diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-23 23:29:41 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-24 13:56:01 +0000 |
commit | 5339401da8010e205f6688eb1bb74bdf4355fffc (patch) | |
tree | e2c2911dd951ad89461fe49e9a8ab84f173d8d15 | |
parent | b33885b5c94e0f6fc7c3773cc295747709ca61cf (diff) |
Version 5.7.4telepathy-mission-control-5.7.4
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ -telepathy-mission-control 5.7.4 (UNRELEASED) +telepathy-mission-control 5.7.4 (2011-02-23) ============================================ -Insert changelog A into NEWS file B… +The “Northern winters start to thaw” release. Enhancements: • fd.o#33271: implement ChannelDispatcher.RedispatchChannels() (cassidy) +• fd.o#34416: support for Account.I.ExternalPasswordStorage (danni) + Fixes: • fd.o#34316: UpdateParameters: bad handling of DBus_Property and diff --git a/configure.ac b/configure.ac index 97d97069..3047a040 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.3+]) +AC_INIT([telepathy-mission-control], [5.7.4]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |