diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-10 13:11:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-10 13:11:11 +0100 |
commit | fe25745d35224a64c57559a11b65774edad04b09 (patch) | |
tree | 8ef5bc1b66b3b1e94341dcd66259a3b11ec3419e | |
parent | 6e6c072f7e470f6fb540e796afc701416ae0c903 (diff) |
Prepare new bugfix releasetelepathy-mission-control-5.2.3
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +telepathy-mission-control 5.2.3 (2009-09-10) +============================================ + +The "Morden, via Bank" release. + +Fixes: + +* fd.o #23807: even if someone without gconf headers makes the tarball, ship + the necessary files so people with gconf headers can compile it (smcv) + +* Resync what's in git with what's in tarball releases: remove some unused + source files from git, add more support files to tarballs, and don't + distribute any generated source in tarballs (smcv) + telepathy-mission-control 5.2.2 (2009-09-07) ============================================ diff --git a/configure.ac b/configure.ac index 1b3f0c9c..307ec8a0 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.2.2+) +AC_INIT(telepathy-mission-control, 5.2.3) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |