[Telepathy-commits] [telepathy-glib/master] Prepare version 0.7.28
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Mar 24 14:24:34 PDT 2009
---
NEWS | 7 ++++++-
configure.ac | 8 ++++----
telepathy-glib/Makefile.am | 3 ++-
telepathy-glib/versions/0.7.28.abi | 6 ++++++
4 files changed, 18 insertions(+), 6 deletions(-)
create mode 100644 telepathy-glib/versions/0.7.28.abi
diff --git a/NEWS b/NEWS
index 9061a9c..f263b48 100644
--- a/NEWS
+++ b/NEWS
@@ -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 76a87b1..2b3e84e 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 2b5597e..eca0453 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 0000000..f989f2c
--- /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
--
1.5.6.5
More information about the telepathy-commits
mailing list