summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-17 16:18:28 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-17 16:18:28 +0000
commit1f8835015021a4d842f74b6a1927873c01d5028e (patch)
tree252d8dc1f6d5687c247838e33e37337e4e6a7f8c
parent42b8e444b927255926a1bebbb42031132f627de0 (diff)
Version 0.13.6telepathy-glib-0.13.6
-rw-r--r--NEWS4
-rw-r--r--configure.ac6
-rw-r--r--telepathy-glib/client-channel-factory.c6
-rw-r--r--telepathy-glib/handle-repo.c2
4 files changed, 10 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index f31f33b57..b98fa6db3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-glib 0.13.6 (UNRELEASED)
+telepathy-glib 0.13.6 (2010-11-17)
==================================
+The "please stop trying to find me on Wikipedia" release.
+
This release includes all the fixes from 0.12.4.
API changes:
diff --git a/configure.ac b/configure.ac
index 090d26cd4..bc9cb81cb 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], [13])
-m4_define([tp_glib_micro_version], [5])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [6])
+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,
@@ -27,7 +27,7 @@ m4_define([tp_glib_nano_version], [1])
# never seen in a release).
m4_define([tp_glib_lt_current], [51])
-m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_revision], [1])
m4_define([tp_glib_lt_age], [51])
# Some magic
diff --git a/telepathy-glib/client-channel-factory.c b/telepathy-glib/client-channel-factory.c
index d89208f11..30a5e27e8 100644
--- a/telepathy-glib/client-channel-factory.c
+++ b/telepathy-glib/client-channel-factory.c
@@ -42,7 +42,7 @@
* Opaque typedef representing a #GObject that implements
* the %TP_TYPE_CLIENT_CHANNEL_FACTORY interface.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.6
*/
/**
@@ -90,7 +90,7 @@ tp_client_channel_factory_default_init (TpClientChannelFactoryInterface *iface)
* Function called when a channel need to be created.
* Implementation can return a subclass of #TpChannel if they need to.
*
- * Changed in 0.13.UNRELEASED: the function's signature was previously wrong;
+ * Changed in 0.13.6: the function's signature was previously wrong;
* it expected an object instance as its first parameter, but the type of the
* parameter was the type of the interface vtable.
*
@@ -130,7 +130,7 @@ tp_client_channel_factory_create_channel (TpClientChannelFactory *self,
* Return a #GArray containing the #TpChannel features that
* should be prepared on @channel.
*
- * Changed in 0.13.UNRELEASED: the function's signature was previously wrong;
+ * Changed in 0.13.6: the function's signature was previously wrong;
* it expected an object instance as its first parameter, but the type of the
* parameter was the type of the interface vtable.
*
diff --git a/telepathy-glib/handle-repo.c b/telepathy-glib/handle-repo.c
index 2c40949f0..f33dfc063 100644
--- a/telepathy-glib/handle-repo.c
+++ b/telepathy-glib/handle-repo.c
@@ -137,7 +137,7 @@ tp_handles_are_valid (TpHandleRepoIface *self,
* in the repository. For repository implementations which never free handles
* (like #TpStaticHandleRepo) this has no effect.
*
- * Changed in 0.13.UNRELEASED: %handle is now returned; previously,
+ * Changed in 0.13.6: %handle is now returned; previously,
* this function didn't return anything.
*
* Returns: the same @handle