diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-27 12:25:18 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-27 12:25:18 +0000 |
commit | 4eb0184ff5c7020cfcbada0ee66e4336158fc49e (patch) | |
tree | a07e9b773d6369e04153c7f53236976f72b59284 | |
parent | 4d107b2c4b2a5161b6e113fb60e283017b700255 (diff) |
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 3 deletions
@@ -1,7 +1,18 @@ -telepathy-mission-control 5.16.1 (2013-10-02) +telepathy-mission-control 5.16.1 (2014-01-27) ============================================= -… +The “/Dux magnus gentis venteris saginati/” release. + +Fixes: + +• Release logind sleep/shutdown inhibitor correctly, fixing slow + sleep/shutdown (fd.o #73599, Michael Kuhn) + +• Avoid assertion failure for offline accounts that support power saving + (fd.o #72652, John Brooks) + +• Fix a crash if unable to create XDG_DATA_HOME/telepathy/mission-control + (fd.o #72138, Sebastien Bacher) telepathy-mission-control 5.16.0 (2013-10-02) ============================================= diff --git a/configure.ac b/configure.ac index abed10ad..5c92d0ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Set the version number to e.g. 5.x.y immediately before a release. dnl Set the version number to e.g. 5.x.y+ immediately after (this will dnl enable -Werror). -AC_INIT([telepathy-mission-control], [5.16.0+]) +AC_INIT([telepathy-mission-control], [5.16.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |