[Pkg-telepathy-commits] ./packages/unstable/telepathy-glib r36: New upstream release 0.7.8

Simon McVittie smcv at debian.org
Fri May 9 15:22:59 UTC 2008


------------------------------------------------------------
revno: 36
committer: Simon McVittie <smcv at debian.org>
branch nick: telepathy-glib-unstable
timestamp: Fri 2008-05-09 16:22:59 +0100
message:
  New upstream release 0.7.8
modified:
  changelog
  libtelepathy-glib0.symbols
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-05-02 16:43:43 +0000
+++ b/changelog	2008-05-09 15:22:59 +0000
@@ -1,3 +1,9 @@
+telepathy-glib (0.7.8-1) UNRELEASED; urgency=low
+
+  * New upstream release (ABI, API added) with support for the Hold interface
+
+ -- Simon McVittie <smcv at debian.org>  Fri, 09 May 2008 15:44:12 +0100
+
 telepathy-glib (0.7.7-1) unstable; urgency=low
 
   * New upstream release (ABI, API added)

=== modified file 'libtelepathy-glib0.symbols'
--- a/libtelepathy-glib0.symbols	2008-05-02 15:54:34 +0000
+++ b/libtelepathy-glib0.symbols	2008-05-09 15:22:59 +0000
@@ -7,6 +7,7 @@
  TELEPATHY_GLIB_0.7.5 at TELEPATHY_GLIB_0.7.5 0.7.5
  TELEPATHY_GLIB_0.7.6 at TELEPATHY_GLIB_0.7.6 0.7.6
  TELEPATHY_GLIB_0.7.7 at TELEPATHY_GLIB_0.7.7 0.7.7
+ TELEPATHY_GLIB_0.7.8 at TELEPATHY_GLIB_0.7.8 0.7.8
  tp_base_connection_add_interfaces at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_base_connection_change_status at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_base_connection_dbus_request_handles at TELEPATHY_GLIB_0.7.0 0.7.1
@@ -70,6 +71,11 @@
  tp_cli_channel_interface_group_run_get_self_handle at TELEPATHY_GLIB_0.7.1 0.7.1
  tp_cli_channel_interface_group_run_remove_members at TELEPATHY_GLIB_0.7.1 0.7.1
  tp_cli_channel_interface_group_run_remove_members_with_reason at TELEPATHY_GLIB_0.7.1 0.7.1
+ tp_cli_channel_interface_hold_call_get_hold_state at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_cli_channel_interface_hold_call_request_hold at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_cli_channel_interface_hold_connect_to_hold_state_changed at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_cli_channel_interface_hold_run_get_hold_state at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_cli_channel_interface_hold_run_request_hold at TELEPATHY_GLIB_0.7.8 0.7.8
  tp_cli_channel_interface_media_signalling_call_get_session_handlers at TELEPATHY_GLIB_0.7.1 0.7.1
  tp_cli_channel_interface_media_signalling_connect_to_new_session_handler at TELEPATHY_GLIB_0.7.1 0.7.1
  tp_cli_channel_interface_media_signalling_run_get_session_handlers at TELEPATHY_GLIB_0.7.1 0.7.1
@@ -429,6 +435,7 @@
  tp_iface_quark_channel_interface_chat_state at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_iface_quark_channel_interface_dtmf at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_iface_quark_channel_interface_group at TELEPATHY_GLIB_0.7.0 0.7.1
+ tp_iface_quark_channel_interface_hold at TELEPATHY_GLIB_0.7.8 0.7.8
  tp_iface_quark_channel_interface_media_signalling at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_iface_quark_channel_interface_password at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_iface_quark_channel_type_contact_list at TELEPATHY_GLIB_0.7.0 0.7.1
@@ -557,6 +564,10 @@
  tp_svc_channel_interface_group_implement_get_self_handle at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_svc_channel_interface_group_implement_remove_members at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_svc_channel_interface_group_implement_remove_members_with_reason at TELEPATHY_GLIB_0.7.0 0.7.1
+ tp_svc_channel_interface_hold_emit_hold_state_changed at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_svc_channel_interface_hold_get_type at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_svc_channel_interface_hold_implement_get_hold_state at TELEPATHY_GLIB_0.7.8 0.7.8
+ tp_svc_channel_interface_hold_implement_request_hold at TELEPATHY_GLIB_0.7.8 0.7.8
  tp_svc_channel_interface_media_signalling_emit_new_session_handler at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_svc_channel_interface_media_signalling_get_type at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_svc_channel_interface_media_signalling_implement_get_session_handlers at TELEPATHY_GLIB_0.7.0 0.7.1

=== modified file 'rules'
--- a/rules	2008-05-02 15:54:34 +0000
+++ b/rules	2008-05-09 15:22:59 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (>= 0.7.7)"
+DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (>= 0.7.8)"
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk



More information about the Pkg-telepathy-commits mailing list