summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-02-23 23:29:41 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-02-24 13:56:01 +0000
commit5339401da8010e205f6688eb1bb74bdf4355fffc (patch)
treee2c2911dd951ad89461fe49e9a8ab84f173d8d15
parentb33885b5c94e0f6fc7c3773cc295747709ca61cf (diff)
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3d10829b..03ba0f23 100644
--- a/NEWS
+++ b/NEWS
@@ -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)