From b7fb9d6dba3f64d68ce635e312d5d742b59ae8aa Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 24 Oct 2011 17:45:05 +0200 Subject: prepare 0.16.1 --- NEWS | 16 ++++++++++++++-- configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 785b0ef2a..09d2bfb6b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,19 @@ -telepathy-glib 0.16.1 (UNRELEASED) +telepathy-glib 0.16.1 (2011-10-24) ================================== -… +Fixes: + +• fd.o#42063: circular introspection dependency between connection and + contacts. (Sjoerd) + +• fd.o#42049: TpBaseContactList now implements + TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_BLOCKED. (Guillaume) + +• fd.o#41928: Don't crash if the owner of some members of a TpChannel are + unknown. (Guillaume) + +• fd.o#41929: Don't crash if a TpTextChannel receives a message not having a + sender. (Guillaume) telepathy-glib 0.16.0 (2011-10-14) ================================== diff --git a/configure.ac b/configure.ac index 40716bfda..9e6f81652 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [16]) -m4_define([tp_glib_micro_version], [0]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [1]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, -- cgit v1.2.1