diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-11 18:11:53 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-11 18:11:53 +0000 |
commit | d3d8bbd5ebcb51c3575166a39720884ded864ed3 (patch) | |
tree | 093ec0aa6f1fd33bc77aa083cf40857dc2491b28 | |
parent | 83f7412d81407095ba5f18d91192e2876ffe1442 (diff) |
Prepare 0.7.2 release
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/version-script.txt | 2 |
3 files changed, 13 insertions, 5 deletions
@@ -1,3 +1,11 @@ +telepathy-glib 0.7.2 (2008-02-11) +================================= + +* Fixed incorrect GValue code that caused Empathy to assert on + Room -> Join New... + +* Added support for the D-Bus core Properties, Introspect and Peer interfaces + telepathy-glib 0.7.1 (2008-01-04) ================================= diff --git a/configure.ac b/configure.ac index 0cc37b6b7..c78d43b8d 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], [1]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [2]) +m4_define([tp_glib_nano_version], [0]) # When deciding the following, only consider the shared library, not the # -unstable library. @@ -30,9 +30,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], [5]) +m4_define([tp_glib_lt_current], [6]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [5]) +m4_define([tp_glib_lt_age], [6]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/version-script.txt b/telepathy-glib/version-script.txt index e95730b76..8dab78215 100644 --- a/telepathy-glib/version-script.txt +++ b/telepathy-glib/version-script.txt @@ -707,7 +707,7 @@ TELEPATHY_GLIB_0.7.1 { tp_proxy_subclass_add_error_mapping; } TELEPATHY_GLIB_0.7.0; -TELEPATHY_GLIB_0.7.2_UNRELEASED { +TELEPATHY_GLIB_0.7.2 { global: tp_cli_dbus_introspectable_call_introspect; tp_cli_dbus_introspectable_run_introspect; |