diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-03-24 21:24:34 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-03-24 21:24:34 +0000 |
commit | 22a1bf1052c29195e4a75bb34682dcbdf35f2e94 (patch) | |
tree | d879fb0bb7c51975b815bd22b4d643a5e186923a | |
parent | ea06b72bca203bfeeb4181c99197e35e1c6f4f0f (diff) |
Prepare version 0.7.28telepathy-glib-0.7.28
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/Makefile.am | 3 | ||||
-rw-r--r-- | telepathy-glib/versions/0.7.28.abi | 6 |
4 files changed, 18 insertions, 6 deletions
@@ -1,6 +1,8 @@ -telepathy-glib 0.7.28 (UNRELEASED) +telepathy-glib 0.7.28 (2009-03-24) ================================== +The "a surprisingly meaty courgette" release. + API changes: * Use the prefix for D-Bus errors specified by telepathy-spec, not something @@ -31,6 +33,9 @@ Fixes: * fd.o #20729: csh (chatroom) example connection manager: comply with telepathy-spec 0.17.21 by always allowing the user to leave the Group +* Cancel GetParameters call if the CM crashes, fixing an assertion failure + in tp_connection_manager_continue_introspection + telepathy-glib 0.7.27 (2009-03-17) ================================== diff --git a/configure.ac b/configure.ac index 76a87b14a..2b3e84eb4 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], [7]) -m4_define([tp_glib_micro_version], [27]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [28]) +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, @@ -26,9 +26,9 @@ m4_define([tp_glib_nano_version], [1]) # (we don't guarantee that we won't add ABI then remove it again, if it was # never seen in a release). -m4_define([tp_glib_lt_current], [24]) +m4_define([tp_glib_lt_current], [25]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [24]) +m4_define([tp_glib_lt_age], [25]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 2b5597eea..eca0453bc 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -28,7 +28,8 @@ ABI_LISTS = \ versions/0.7.23.abi \ versions/0.7.24.abi \ versions/0.7.26.abi \ - versions/0.7.27.abi + versions/0.7.27.abi \ + versions/0.7.28.abi EXTRA_DIST = \ $(ABI_LISTS) \ diff --git a/telepathy-glib/versions/0.7.28.abi b/telepathy-glib/versions/0.7.28.abi new file mode 100644 index 000000000..f989f2cea --- /dev/null +++ b/telepathy-glib/versions/0.7.28.abi @@ -0,0 +1,6 @@ +Version: TELEPATHY_GLIB_0.7.28 +Extends: TELEPATHY_GLIB_0.7.27 +Release: 0.7.28 + +tp_type_dbus_array_of_a_7bss_7d +tp_type_dbus_array_sq |