[next] telepathy-glib: 0.99.2 snapshot
Simon McVittie
smcv at kemper.freedesktop.org
Fri Sep 27 07:44:04 PDT 2013
Module: telepathy-glib
Branch: next
Commit: 82037b0f8a81da01fae5e01bce7092d27a34bc8b
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=82037b0f8a81da01fae5e01bce7092d27a34bc8b
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 27 15:09:25 2013 +0100
0.99.2 snapshot
---
NEWS | 2 +-
configure.ac | 4 ++--
telepathy-glib/util.c | 2 +-
telepathy-glib/util.h | 5 ++---
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index 9fbf8a2..4b87339 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-glib 0.99.2 (UNRELEASED)
+telepathy-glib 0.99.2 (2013-09-27)
==================================
The âno surprisesâ release.
diff --git a/configure.ac b/configure.ac
index 06e7e64..f50a6b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.60])
m4_define([tp_glib_major_version], [0])
m4_define([tp_glib_minor_version], [99])
-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
# If interfaces have been added, removed or changed since last release,
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index cf79ea4..29e72a4 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -1975,7 +1975,7 @@ _tp_g_list_copy_deep (GList *list,
* provoke deprecation warnings from GLib when used in conjunction with
* tp_value_array_build() and tp_value_array_unpack().
*
- * Since: 0.UNRELEASED
+ * Since: 0.99.2
*/
void
(tp_value_array_free) (GValueArray *va)
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index 21073fe..781e952 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -106,10 +106,9 @@ void tp_value_array_unpack (GValueArray *array,
...);
/* Work around GLib having deprecated something that is part of our API. */
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_1_0
void tp_value_array_free (GValueArray *va);
-/* this is effectively _TP_AVAILABLE_IN_UNRELEASED too */
-#if TP_VERSION_MAX_ALLOWED >= _TP_VERSION_CUR_STABLE
+#if TP_VERSION_MAX_ALLOWED >= _TP_VERSION_1_0
#define tp_value_array_free(va) _tp_value_array_free_inline (va)
#ifndef __GTK_DOC_IGNORE__ /* gtk-doc can't parse this */
static inline void
More information about the telepathy-commits
mailing list