[Telepathy-commits] [telepathy-glib/master] Prepare version 0.7.19

Senko Rasic senko.rasic at collabora.co.uk
Mon Dec 1 05:43:01 PST 2008


---
 NEWS                               |    8 ++++++--
 configure.ac                       |    8 ++++----
 telepathy-glib/Makefile.am         |    3 ++-
 telepathy-glib/versions/0.7.19.abi |    9 +++++++++
 4 files changed, 21 insertions(+), 7 deletions(-)
 create mode 100644 telepathy-glib/versions/0.7.19.abi

diff --git a/NEWS b/NEWS
index a54854b..bb37aa6 100644
--- a/NEWS
+++ b/NEWS
@@ -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 69ea074..ab1abe0 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 347c97c..5744767 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 0000000..6060608
--- /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
-- 
1.5.6.5




More information about the Telepathy-commits mailing list