[Pkg-telepathy-commits] [telepathy-glib] annotated tag upstream/0.23.3 created (now fcca453)

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:56 UTC 2014


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

smcv pushed a change to annotated tag upstream/0.23.3
in repository telepathy-glib.

        at  fcca453   (tag)
   tagging  e14c2b159ad10e3a298331d2fd5bffb2a8f103e5 (commit)
  replaces  upstream/0.22.1
 tagged by  Simon McVittie
        on  Wed Mar 19 14:36:09 2014 +0000

- Log -----------------------------------------------------------------
Upstream version 0.23.3

Guillaume Desmottes (42):
      simple-account: set 'parameters' as writable
      stop using tp_account_is_prepared()
      deprecate tp_account_is_prepared()
      stop using tp_account_manager_is_prepared()
      deprecate tp_account_manager_is_prepared()
      define _TP_DEPRECATED_IN_0_24(_FOR)
      deprecate tp_account(_manager)_is_prepared for 0.24
      simple-account: add test API to change the avatar
      simple-account: claim that we support Avatar
      add TpAccount::avatar-changed signal
      Merge branch 'telepathy-glib-0.22'
      spec 0.27.3
      0.23.0
      define _TP_AVAILABLE_IN_0_24
      util.h: replace _TP_AVAILABLE_IN_UNRELEASED
      fix spurious.service EXTRA_DIST path
      util.h: remove comment triggering the UNRELEASED check
      util.h: define tp_value_array_free if version is at least 0.24
      nano version
      Merge branch 'telepathy-glib-0.22'
      add tp_account_channel_request_set_file_transfer_hash()
      add tp_account_channel_request_new_stream_tube()
      add tp_account_channel_request_new_dbus_tube()
      add tp_account_channel_request_set_sms_channel()
      account-channel-request: factor out going_to_request()
      account-channel-request: set TargetHandleType: TP_HANDLE_TYPE_NONE if needed
      add tp_account_channel_request_set_conference_initial_channels()
      add tp_account_channel_request_set_initial_invitee_ids()
      add tp_account_channel_request_set_initial_invitees
      0.23.2
      set nano version
      test-protocol-objects: factor out check_tp_protocol()
      test creating a TpProtocol by passing its immutable props
      protocol: add TpProtocol:protocol-properties-vardict
      add tp_protocol_new_vardict()
      fix file path leaks
      Merge branch 'telepathy-glib-0.22'
      call-channel: pass our factory to TpCallContent objects
      call-channel: pass our factory to TpCallStream objects
      connection-manager: factor out all_cms_prepared()
      tp_list_connection_managers_async: terminate properly if there is no CM
      0.23.3

Simon McVittie (54):
      Merge branch 'telepathy-glib-0.22', rejecting the changes
      0.24 branch
      Account: don't crash if a CM returns a non-(ays) Avatar
      glib-client-gen.py: ignore GValueArray deprecation warnings
      Make more use of tp_value_array_unpack, tp_value_array_build
      tp_value_array_free: add
      Use tp_value_array_free instead of g_value_array_free
      Suppress remaining GValueArray deprecation warnings
      Bump GLib deprecation-cleanness to 2.34
      Merge branch 'telepathy-glib-0.22'
      Merge branch 'telepathy-glib-0.22' (early part) into HEAD
      tp_contact_set_attributes: don't warn on genuinely absent interfaces
      contact_avatar_retrieved: improve debug
      TpContact: improve debug info for GetContactAttributes
      Merge branch 'telepathy-glib-0.22'
      Use MKDIR_P instead of deprecated mkdir_p
      Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)
      Put Autoconf, Automake, Libtool droppings in /build-aux
      Generate code for newly-stable interfaces
      README: no API guarantees on development branches
      codegen: factor out copy_into_gvalue
      inspect-cm.py: on errors, exit rather than blocking forever
      TpProtocol: parse_default_value: take raw value as a parameter
      _tp_protocol_parse_rcc: produce debug output
      Require GLib 2.36, for GTask
      tp_protocol_normalize_contact_async: add and test
      tp_protocol_identify_account_async: add and test
      TpProtocol: add high-level API for the Addressing interface
      TpPresenceMixin: deprecate optional arguments other than "message"
      TpPresenceMixin: fix indentation
      TpPresenceStatusSpec: add some accessors
      TpPresenceStatusSpec: be a boxed type
      Emit a new TpProtocol's immutable properties as debug messages
      TpProtocol: parse status specs from .manager files
      TpProtocol: add API for presence statuses
      TpProtocol: improve debug
      Stop calling g_type_init()
      Enable GLib 2.36 deprecation warnings
      TpConnectionManager: add more debug for tp_list_connection_managers()
      examples: explicitly ask for TelepathyGLib-0.12
      NEWS
      add another bug number
      nano version
      Merge branch 'telepathy-glib-0.22'
      tp_connection_manager_param_dup_variant_type: add
      TpProtocol: fix some suspicious memory management
      0.23.1
      maintainer-prepare-release: do "git tag" in srcdir
      nano version
      TpContact: mime_file_written: don't leak the file's path
      TpProxy: finish_all_requests: don't leak copied GQueue
      0.22 NEWS
      Merge branch 'telepathy-glib-0.22'
      Imported Upstream version 0.23.3

Xavier Claessens (9):
      Add text-mixin.h in telepathy-glib.h
      Tests: disable single include
      Port unit tests to g_test_dbus_up/down
      Tests: use g_test_dbus_unset()
      Merge branch 'telepathy-glib-0.22'
      TpFileTransferChannel: Fix possible crashes.
      AccountRequest: fix doc typo
      TpBaseConnection: add "account-path-suffix" property
      TpFileTransferChannel: Fix possible crashes, particularly with GLib 2.39

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  ed6a2b3   Add text-mixin.h in telepathy-glib.h
       new  d6c2580   Tests: disable single include
       new  bfb21c3   Port unit tests to g_test_dbus_up/down
       new  dea8df9   simple-account: set 'parameters' as writable
       new  5765148   Merge branch 'telepathy-glib-0.22', rejecting the changes
       new  03e2bb3   0.24 branch
       new  e574b30   Account: don't crash if a CM returns a non-(ays) Avatar
       new  e6ac484   glib-client-gen.py: ignore GValueArray deprecation warnings
       new  aa40765   Make more use of tp_value_array_unpack, tp_value_array_build
       new  b8b0af6   tp_value_array_free: add
       new  b29452b   Use tp_value_array_free instead of g_value_array_free
       new  64d0037   Suppress remaining GValueArray deprecation warnings
       new  31d338b   Bump GLib deprecation-cleanness to 2.34
       new  a02af78   Merge branch 'telepathy-glib-0.22'
       new  523dca7   stop using tp_account_is_prepared()
       new  419de70   deprecate tp_account_is_prepared()
       new  0bce763   stop using tp_account_manager_is_prepared()
       new  3f5dffa   deprecate tp_account_manager_is_prepared()
       new  f36f3a5   define _TP_DEPRECATED_IN_0_24(_FOR)
       new  8e83a1c   deprecate tp_account(_manager)_is_prepared for 0.24
       new  0f5f605   Merge branch 'telepathy-glib-0.22' (early part) into HEAD
       new  8912df6   tp_contact_set_attributes: don't warn on genuinely absent interfaces
       new  2ab17fc   contact_avatar_retrieved: improve debug
       new  e7b9ae3   TpContact: improve debug info for GetContactAttributes
       new  7b6e496   Merge branch 'telepathy-glib-0.22'
       new  e4de996   Use MKDIR_P instead of deprecated mkdir_p
       new  8fb03e8   Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)
       new  69be1c1   Put Autoconf, Automake, Libtool droppings in /build-aux
       new  dd8c765   simple-account: add test API to change the avatar
       new  159b18d   simple-account: claim that we support Avatar
       new  79acc09   add TpAccount::avatar-changed signal
       new  c38e41c   Merge branch 'telepathy-glib-0.22'
       new  4868017   spec 0.27.3
       new  ed4a125   Generate code for newly-stable interfaces
       new  0615514   README: no API guarantees on development branches
       new  60cd45c   0.23.0
       new  587b16c   define _TP_AVAILABLE_IN_0_24
       new  a819c09   util.h: replace _TP_AVAILABLE_IN_UNRELEASED
       new  bd8cf98   fix spurious.service EXTRA_DIST path
       new  c201406   util.h: remove comment triggering the UNRELEASED check
       new  23949e9   util.h: define tp_value_array_free if version is at least 0.24
       new  07e7c3d   nano version
       new  7ffbde3   codegen: factor out copy_into_gvalue
       new  45d958e   inspect-cm.py: on errors, exit rather than blocking forever
       new  5db97e2   TpProtocol: parse_default_value: take raw value as a parameter
       new  a47643a   _tp_protocol_parse_rcc: produce debug output
       new  9cdd0c5   Require GLib 2.36, for GTask
       new  689c429   tp_protocol_normalize_contact_async: add and test
       new  a48cf1a   tp_protocol_identify_account_async: add and test
       new  1c491da   TpProtocol: add high-level API for the Addressing interface
       new  ccd7aed   TpPresenceMixin: deprecate optional arguments other than "message"
       new  a7cff4b   TpPresenceMixin: fix indentation
       new  712b3b0   TpPresenceStatusSpec: add some accessors
       new  c73bd6a   TpPresenceStatusSpec: be a boxed type
       new  df8c754   Emit a new TpProtocol's immutable properties as debug messages
       new  043d610   TpProtocol: parse status specs from .manager files
       new  d01acac   TpProtocol: add API for presence statuses
       new  1aa78d2   TpProtocol: improve debug
       new  8313306   Tests: use g_test_dbus_unset()
       new  441fed1   Merge branch 'telepathy-glib-0.22'
       new  4480d2b   TpFileTransferChannel: Fix possible crashes.
       new  e3d4c29   Stop calling g_type_init()
       new  bfef0a5   Enable GLib 2.36 deprecation warnings
       new  91c7de4   TpConnectionManager: add more debug for tp_list_connection_managers()
       new  e1d4f54   examples: explicitly ask for TelepathyGLib-0.12
       new  d96df54   Merge branch 'telepathy-glib-0.22'
       new  3ba76d0   AccountRequest: fix doc typo
       new  6649f07   NEWS
       new  640e19a   add another bug number
       new  bba70fc   nano version
       new  64e9a2c   Merge branch 'telepathy-glib-0.22'
       new  bdba6fd   tp_connection_manager_param_dup_variant_type: add
       new  58557fc   TpProtocol: fix some suspicious memory management
       new  b6df2ed   0.23.1
       new  c767356   maintainer-prepare-release: do "git tag" in srcdir
       new  5bb624f   nano version
       new  8cc41d1   TpBaseConnection: add "account-path-suffix" property
       new  410e44a   add tp_account_channel_request_set_file_transfer_hash()
       new  b99443c   add tp_account_channel_request_new_stream_tube()
       new  6d1aed6   add tp_account_channel_request_new_dbus_tube()
       new  bc7cded   add tp_account_channel_request_set_sms_channel()
       new  c3beedc   account-channel-request: factor out going_to_request()
       new  5ecb253   account-channel-request: set TargetHandleType: TP_HANDLE_TYPE_NONE if needed
       new  aa643f1   add tp_account_channel_request_set_conference_initial_channels()
       new  bf0b1ee   add tp_account_channel_request_set_initial_invitee_ids()
       new  747174e   add tp_account_channel_request_set_initial_invitees
       new  0b1a67b   0.23.2
       new  7f475bb   set nano version
       new  a4d1165   test-protocol-objects: factor out check_tp_protocol()
       new  2d82176   test creating a TpProtocol by passing its immutable props
       new  de7f581   protocol: add TpProtocol:protocol-properties-vardict
       new  e8c6823   add tp_protocol_new_vardict()
       new  362dc49   TpContact: mime_file_written: don't leak the file's path
       new  d1b1f0b   TpProxy: finish_all_requests: don't leak copied GQueue
       new  b80309e   TpFileTransferChannel: Fix possible crashes, particularly with GLib 2.39
       new  3d96ce6   0.22 NEWS
       new  087e104   Merge branch 'telepathy-glib-0.22'
       new  86db955   fix file path leaks
       new  10259fa   Merge branch 'telepathy-glib-0.22'
       new  db47152   call-channel: pass our factory to TpCallContent objects
       new  9415b52   call-channel: pass our factory to TpCallStream objects
       new  e8b9fc3   connection-manager: factor out all_cms_prepared()
       new  bee5b30   tp_list_connection_managers_async: terminate properly if there is no CM
       new  3f02fdc   0.23.3
       new  e14c2b1   Imported Upstream version 0.23.3

The 105 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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



More information about the Pkg-telepathy-commits mailing list