summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 13:33:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 13:33:28 +0100
commit15009de37a7f83bc183d6736d60e9acf46a0472a (patch)
tree504b0c4317f9a4834812af192b0fb031590c473d
parent28ba4fde160635b37ca2bf381bb6b8dde6543ead (diff)
Prepare version 0.10.2telepathy-glib-0.10.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac6
2 files changed, 14 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 00b2be87..42c185e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,16 @@
-telepathy-glib 0.10.2 (UNRELEASED)
+telepathy-glib 0.10.2 (2010-03-31)
==================================
-...
+The "is that a koala in your roster or are you just nearby?" release.
+
+Fixes:
+
+* TpAccount: correctly add interfaces such as Avatars (danni)
+
+* Make GetContactAttributes() in GLib CMs tolerate unsupported interfaces,
+ as per telepathy-spec 0.19.2 (wjt)
+
+* Improve documentation of TpContactsMixinFillContactAttributesFunc (mikhailz)
telepathy-glib 0.10.1 (2010-03-24)
==================================
diff --git a/configure.ac b/configure.ac
index fe185bc9..b3867acd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,14 +11,14 @@ AC_PREREQ([2.59])
m4_define([tp_glib_major_version], [0])
m4_define([tp_glib_minor_version], [10])
-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])
# If library source has changed since last release, increment revision.
# Do not add new API or ABI, or make incompatible changes, on this branch
# (which means that current and age should remain 32).
m4_define([tp_glib_lt_current], [32])
-m4_define([tp_glib_lt_revision], [2])
+m4_define([tp_glib_lt_revision], [3])
m4_define([tp_glib_lt_age], [32])
# Some magic