diff options
author | Senko Rasic <senko.rasic@collabora.co.uk> | 2008-12-01 14:43:01 +0100 |
---|---|---|
committer | Senko Rasic <senko.rasic@collabora.co.uk> | 2008-12-01 14:43:01 +0100 |
commit | 9c861e87db63a8e707ccbdda0aedb2ebef14516c (patch) | |
tree | de33088629e9ad1dde5b753b912fa36ed6a5a2bd | |
parent | c6582df2f2f83786e37ecd25488671e5dec642a5 (diff) |
Prepare version 0.7.19telepathy-glib-0.7.19
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/Makefile.am | 3 | ||||
-rw-r--r-- | telepathy-glib/versions/0.7.19.abi | 9 |
4 files changed, 21 insertions, 7 deletions
@@ -1,7 +1,7 @@ -telepathy-glib 0.7.19 (UNRELEASED) +telepathy-glib 0.7.19 (2008-12-01) ================================== -Dependencies: +The "fast path" release. Enhancements: @@ -18,10 +18,14 @@ Enhancements: round trips (if supported); when constructed from a dictionary of immutable properties, non-Group channels should become 'ready' in a single round-trip +* Only use the Properties mixin in there are properties defined + Fixes: * fd.o #15092: mixins in a superclass should now work correctly in subclasses +* fd.o #18151: tp_base_connection_dispose asserts if there are two connections to the same account + telepathy-glib 0.7.18 (2008-11-03) ================================== diff --git a/configure.ac b/configure.ac index 69ea0747a..ab1abe0cb 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], [18]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [19]) +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], [19]) +m4_define([tp_glib_lt_current], [20]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [19]) +m4_define([tp_glib_lt_age], [20]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 347c97c40..57447673a 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -21,7 +21,8 @@ ABI_LISTS = \ versions/0.7.15.abi \ versions/0.7.16.abi \ versions/0.7.17.abi \ - versions/0.7.18.abi + versions/0.7.18.abi \ + versions/0.7.19.abi EXTRA_DIST = \ $(ABI_LISTS) \ diff --git a/telepathy-glib/versions/0.7.19.abi b/telepathy-glib/versions/0.7.19.abi new file mode 100644 index 000000000..6060608fc --- /dev/null +++ b/telepathy-glib/versions/0.7.19.abi @@ -0,0 +1,9 @@ +Version: TELEPATHY_GLIB_0.7.19 +Extends: TELEPATHY_GLIB_0.7.18 +Release: 0.7.19 + +tp_channel_borrow_immutable_properties +tp_channel_new_from_properties +tp_connection_get_contact_attributes +tp_mixin_class_get_offset +tp_mixin_instance_get_offset |