summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-16 12:23:39 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-16 12:23:39 +0100
commit3aa2164dc85d66bde3033bdc3e77bf399260214f (patch)
tree26758bafb53c34ed49968df6528a54bf79c1c9ff
parent92fc828a2f64900cb427869dc42210cae8d9b1b9 (diff)
downloadtelepathy-mission-control-3aa2164dc85d66bde3033bdc3e77bf399260214f.tar.gz
Prepare version 5.4.3telepathy-mission-control-5.4.3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 41779626..d30bf20b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
-telepathy-mission-control 5.4.3 (UNRELEASED)
+telepathy-mission-control 5.4.3 (2010-06-16)
============================================
-...
+The "2... 1..." release.
+
+Fixes:
+
+* fd.o #28118: clear the 'register' parameter when an account connects
+ successfully, fixing in-band XMPP account creation (smcv)
+
+* When building non-release versions, enable the compiler warnings we intended
+ to enable (smcv)
telepathy-mission-control 5.4.2 (2010-05-26)
============================================
diff --git a/configure.ac b/configure.ac
index 2666c1dd..5b75a1b9 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.4.2+])
+AC_INIT([telepathy-mission-control], [5.4.3])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)