diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-24 17:45:05 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-24 17:45:05 +0200 |
commit | b7fb9d6dba3f64d68ce635e312d5d742b59ae8aa (patch) | |
tree | 2cf0f769a7aa91abce6294b17b6d767f3eeff691 | |
parent | 60615777a80c190a270e270b1b3972e367ad7dfd (diff) |
prepare 0.16.1telepathy-glib-0.16.1
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 16 insertions, 4 deletions
@@ -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, |