[Pkg-telepathy-commits] [telepathy-glib-1] 100/212: 0.99.10

Simon McVittie smcv at debian.org
Wed May 14 12:08:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib-1.

commit 25768cbaa6da4b8157dbd981774bc899c278c847
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Apr 3 16:13:47 2014 +0100

    0.99.10
---
 NEWS                                  |  4 +++-
 configure.ac                          |  4 ++--
 telepathy-glib/base-client.c          |  4 ++--
 telepathy-glib/base-connection.c      |  2 +-
 telepathy-glib/call-stream-endpoint.c |  2 +-
 telepathy-glib/client-factory.c       | 18 +++++++++---------
 telepathy-glib/dbus.c                 |  4 ++--
 telepathy-glib/errors.c               |  2 +-
 telepathy-glib/svc-interface.c        |  8 +++++++-
 telepathy-glib/versions/dbus-1.0.abi  |  4 ++++
 telepathy-glib/versions/main-1.0.abi  | 12 ++++++++++++
 11 files changed, 44 insertions(+), 20 deletions(-)

diff --git a/NEWS b/NEWS
index 0fef666..f7e5108 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-glib 0.99.10 (UNRELEASED)
+telepathy-glib 0.99.10 (2014-04-03)
 ===================================
 
+The “you and whose army?” release.
+
 API breaks:
 
 • telepathy-glib now uses GDBus' G_BUS_TYPE_SESSION, not
diff --git a/configure.ac b/configure.ac
index 3d30942..6358914 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@ AC_COPYRIGHT([
 
 m4_define([tp_glib_major_version], [0])
 m4_define([tp_glib_minor_version], [99])
-m4_define([tp_glib_micro_version], [9])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [10])
+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/base-client.c b/telepathy-glib/base-client.c
index 9e39939..d7252e8 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -1389,7 +1389,7 @@ tp_base_client_class_init (TpBaseClientClass *cls)
    *
    * This property can't be %NULL after construction.
    *
-   * Since: 0.UNRELEASED
+   * Since: 0.99.10
    */
   param_spec = g_param_spec_object ("dbus-connection", "GDBusConnection object",
       "The dbus connection associated with this client",
@@ -2513,7 +2513,7 @@ tp_base_client_get_uniquify_name (TpBaseClient *self)
  * necessarily valid after @self is destroyed.
  *
  * Returns: (transfer none): the value of #TpBaseClient:dbus-connection
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 GDBusConnection *
 tp_base_client_get_dbus_connection (TpBaseClient *self)
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index e776e93..4123190 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -1154,7 +1154,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass)
    * g_bus_get_sync() just after it is constructed; if this fails, this
    * property will remain %NULL, and tp_base_connection_register() will fail.
    *
-   * Since: 0.UNRELEASED
+   * Since: 0.99.10
    */
   g_object_class_install_property (object_class, PROP_DBUS_CONNECTION,
       g_param_spec_object ("dbus-connection", "D-Bus connection",
diff --git a/telepathy-glib/call-stream-endpoint.c b/telepathy-glib/call-stream-endpoint.c
index 50872c7..fe4a48f 100644
--- a/telepathy-glib/call-stream-endpoint.c
+++ b/telepathy-glib/call-stream-endpoint.c
@@ -315,7 +315,7 @@ tp_call_stream_endpoint_class_init (TpCallStreamEndpointClass *klass)
    *
    * The connection to the DBus owning the CM.
    *
-   * Since: 0.UNRELEASED
+   * Since: 0.99.10
    */
   param_spec = g_param_spec_object ("dbus-connection",
       "The DBus connection",
diff --git a/telepathy-glib/client-factory.c b/telepathy-glib/client-factory.c
index 0fb1d15..0d62467 100644
--- a/telepathy-glib/client-factory.c
+++ b/telepathy-glib/client-factory.c
@@ -496,7 +496,7 @@ static GWeakRef singleton;
  * By default it will create a #TpAutomaticClientFactory.
  *
  * Returns: (transfer full): a reference to a #TpClientFactory singleton.
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 TpClientFactory *
 tp_client_factory_dup (GError **error)
@@ -537,7 +537,7 @@ tp_client_factory_dup (GError **error)
  * next call to tp_client_factory_dup() will return a newly created
  * #TpClientFactory.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 void
 tp_client_factory_set_default (TpClientFactory *self)
@@ -567,7 +567,7 @@ tp_client_factory_set_default (TpClientFactory *self)
  * Returns: %TRUE if tp_client_factory_set_default() has already successfully
  * been called in this process, %FALSE otherwise.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 gboolean
 tp_client_factory_can_set_default (void)
@@ -590,7 +590,7 @@ tp_client_factory_can_set_default (void)
  *
  * Returns: (transfer none): the #TpClientFactory:dbus-connection property.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 GDBusConnection *
 tp_client_factory_get_dbus_connection (TpClientFactory *self)
@@ -608,7 +608,7 @@ tp_client_factory_get_dbus_connection (TpClientFactory *self)
  *
  * Returns: (transfer full): a reference to a #TpAccountManager singleton.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 TpAccountManager *
 tp_client_factory_ensure_account_manager (TpClientFactory *self)
@@ -635,7 +635,7 @@ tp_client_factory_ensure_account_manager (TpClientFactory *self)
  *
  * Returns: (transfer full): a reference to a #TpChannelDispatcher singleton.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 TpChannelDispatcher *
 tp_client_factory_ensure_channel_dispatcher (TpClientFactory *self)
@@ -662,7 +662,7 @@ tp_client_factory_ensure_channel_dispatcher (TpClientFactory *self)
  *
  * Returns: (transfer full): a reference to a #TpLogger singleton.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 TpLogger *
 tp_client_factory_ensure_logger (TpClientFactory *self)
@@ -1797,7 +1797,7 @@ tp_client_factory_add_tls_certificate_features_varargs (
  * Returns: (transfer full): a reference to a #TpDebugClient,
  *  or %NULL on invalid arguments.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 TpDebugClient *
 tp_client_factory_ensure_debug_client (TpClientFactory *self,
@@ -1830,7 +1830,7 @@ tp_client_factory_ensure_debug_client (TpClientFactory *self,
  * Returns: (transfer full): a reference to a #TpConnectionManager,
  *  or %NULL on invalid arguments.
  *
- * Since: UNRELEASED
+ * Since: 0.99.10
  */
 TpConnectionManager *
 tp_client_factory_ensure_connection_manager (TpClientFactory *self,
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 726f46a..a5954b8 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -711,13 +711,13 @@ tp_dbus_connection_registration_free (gpointer p)
  * It is considered to be a programming error to register an object
  * at a path where another object already exists.
  *
- * Since 0.UNRELEASED, as a simplification, exporting an object in this
+ * Since 0.99.10, as a simplification, exporting an object in this
  * way at more than one location or on more than one bus is not allowed,
  * and is also considered to be a programming error.
  * However, redundantly re-exporting the same object at the same path
  * on the same bus is allowed.
  *
- * Also since 0.UNRELEASED, this function must be called *before* taking any
+ * Also since 0.99.10, this function must be called *before* taking any
  * bus name whose presence is meant to correspond to the existence of this
  * object. It is *not* sufficient to take the bus name within the same
  * main-loop iteration as registering the object (even though that
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index ae30396..09becca 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -44,7 +44,7 @@
  * enumeration.
  *
  * This macro expands to a call to a function returning the Telepathy error
- * domain. Since 0.UNRELEASED, this function automatically registers the
+ * domain. Since 0.99.10, this function automatically registers the
  * domain with GIO (using g_dbus_error_register_error()) when
  * called.
  *
diff --git a/telepathy-glib/svc-interface.c b/telepathy-glib/svc-interface.c
index fc4e1ed..3c3dcd2 100644
--- a/telepathy-glib/svc-interface.c
+++ b/telepathy-glib/svc-interface.c
@@ -27,7 +27,7 @@
  * #TpSvcInterfaceInfo describes a dbus-glib-style #GInterface in sufficient
  * detail to export it on a #GDBusConnection.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.99.10
  */
 
 /**
@@ -46,6 +46,8 @@
  * and telepathy-glib.
  *
  * These structs are intended to be programmatically-generated.
+ *
+ * Since: 0.99.10
  */
 
 static GQuark
@@ -70,6 +72,8 @@ quark (void)
  * attached.
  *
  * Returns: (transfer null): a #TpSvcInterfaceInfo struct, or %NULL
+ *
+ * Since: 0.99.10
  */
 const TpSvcInterfaceInfo *
 tp_svc_interface_peek_dbus_interface_info (GType g_interface)
@@ -91,6 +95,8 @@ tp_svc_interface_peek_dbus_interface_info (GType g_interface)
  *
  * This is typically only used within generated code; there is normally no
  * reason to call it manually.
+ *
+ * Since: 0.99.10
  */
 void
 tp_svc_interface_set_dbus_interface_info (GType g_interface,
diff --git a/telepathy-glib/versions/dbus-1.0.abi b/telepathy-glib/versions/dbus-1.0.abi
index cca7376..3d05957 100644
--- a/telepathy-glib/versions/dbus-1.0.abi
+++ b/telepathy-glib/versions/dbus-1.0.abi
@@ -294,6 +294,7 @@ tp_cli_protocol_call_identify_account
 tp_cli_protocol_call_normalize_contact
 tp_cli_protocol_interface_addressing1_call_normalize_contact_uri
 tp_cli_protocol_interface_addressing1_call_normalize_vcard_address
+tp_dbus_g_method_return_not_implemented
 tp_dbus_specialized_value_slice_new
 tp_g_socket_address_from_g_variant
 tp_g_socket_address_from_variant
@@ -405,6 +406,9 @@ tp_iface_quark_protocol
 tp_iface_quark_protocol_interface_addressing1
 tp_iface_quark_protocol_interface_avatars1
 tp_iface_quark_protocol_interface_presence1
+tp_private_proxy_set_implementation
+tp_proxy_pending_call_v1_new
+tp_proxy_signal_connection_v1_new
 tp_svc_account_emit_removed
 tp_svc_account_get_type
 tp_svc_account_implement_reconnect
diff --git a/telepathy-glib/versions/main-1.0.abi b/telepathy-glib/versions/main-1.0.abi
index 473b25b..25f3930 100644
--- a/telepathy-glib/versions/main-1.0.abi
+++ b/telepathy-glib/versions/main-1.0.abi
@@ -47,6 +47,18 @@ tp_account_dup_storage_specific_information_async
 tp_account_dup_storage_specific_information_finish
 tp_account_get_automatic_presence
 tp_account_get_avatar_async
+tp_base_client_get_dbus_connection
+tp_base_connection_get_dbus_connection
+tp_base_connection_manager_get_dbus_connection
+tp_client_factory_can_set_default
+tp_client_factory_dup
+tp_client_factory_ensure_account_manager
+tp_client_factory_ensure_channel_dispatcher
+tp_client_factory_ensure_connection_manager
+tp_client_factory_ensure_debug_client
+tp_client_factory_ensure_logger
+tp_client_factory_get_dbus_connection
+tp_client_factory_set_default
 tp_account_get_avatar_finish
 tp_account_get_changing_presence
 tp_account_get_cm_name

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib-1.git



More information about the Pkg-telepathy-commits mailing list