summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenko Rasic <senko.rasic@collabora.co.uk>2008-12-01 14:43:01 +0100
committerSenko Rasic <senko.rasic@collabora.co.uk>2008-12-01 14:43:01 +0100
commit9c861e87db63a8e707ccbdda0aedb2ebef14516c (patch)
treede33088629e9ad1dde5b753b912fa36ed6a5a2bd
parentc6582df2f2f83786e37ecd25488671e5dec642a5 (diff)
Prepare version 0.7.19telepathy-glib-0.7.19
-rw-r--r--NEWS8
-rw-r--r--configure.ac8
-rw-r--r--telepathy-glib/Makefile.am3
-rw-r--r--telepathy-glib/versions/0.7.19.abi9
4 files changed, 21 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index a54854b9..bb37aa60 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 69ea0747..ab1abe0c 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 347c97c4..57447673 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 00000000..6060608f
--- /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