Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory
checked in at Mon May 2 16:20:23 CEST 2011.



--------
--- telepathy-glib/telepathy-glib.changes       2010-12-21 10:23:22.000000000 
+0100
+++ /mounts/work_src_done/STABLE/telepathy-glib/telepathy-glib.changes  
2011-04-20 13:58:42.000000000 +0200
@@ -1,0 +2,358 @@
+Mon Apr  4 15:53:13 UTC 2011 - [email protected]
+
+- Update to version 0.14.3:
+  + Update to spec 0.22.1:
+    - Generated code for new StreamHandler methods and signals and
+      types.
+    - TP_ERROR_INSUFFICIENT_BALANCE.
+  + tp_g_ptr_array_extend() for concatenating two GPtrArrays.
+
+-------------------------------------------------------------------
+Mon Apr  4 15:41:47 UTC 2011 - [email protected]
+
+- Use vala-devel BuildRequires instead of vala-unstable-devel (vala
+  0.12 has been released).
+
+-------------------------------------------------------------------
+Tue Mar 22 17:06:28 UTC 2011 - [email protected]
+
+- Update to version 0.14.1:
+  + Update to spec 0.22.0:
+    - TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_REFERENCE_IDENTITIES
+    - generate code for Connection.I.ContactBlocking
+- Changes from version 0.14.0
+  + The error handling code paths when looking up the senders of
+    incoming messages have been fixed. This issue led to
+    TpSignalledMessages not specifying a sender with CMs that omit
+    sender-id, like telepathy-idle.
+
+-------------------------------------------------------------------
+Wed Mar 16 18:24:09 UTC 2011 - [email protected]
+
+- Update to version 0.13.18:
+  + Previously, tp_clear_object (NULL), tp_clear_boxed (type, NULL)
+    and tp_clear_pointer (NULL) were no-ops. However, this
+    behaviour was not very useful—these functions are always called
+    as tp_clear_object (&priv->foo) in practice—and triggered
+    compiler warnings (because these are actually implemented as
+    macros). Thus, this usage is no longer supported.
+  + Fixes:
+    - TpCMMessage is no longer included in the .gir file. This
+      class is only useful in CMs; we only support client-side API
+      in the .gir file.
+    - Correctly include TpBasePasswordChannel documentation.
+    - Fix GCC 4.6 and Clang analyzer warnings
+- Changes from version 0.13.17:
+  + Update to spec 0.21.11:
+    - TP_ERROR_STR_SOFTWARE_UPGRADE_REQUIRED
+    - TP_ERROR_STR_EMERGENCY_CALLS_NOT_SUPPORTED
+
+-------------------------------------------------------------------
+Wed Mar  9 09:44:10 UTC 2011 - [email protected]
+
+- Update to version 0.13.16:
+  + Enhancements:
+    - Update to spec 0.21.11:
+      . TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS
+    - Two new functions,
+      tp_connection_get_connection_manager_name() and
+      tp_connection_get_protocol_name(), allow you to grab these
+      properties from a TpConnection without having to drive
+      tp_connection_parse_object_path() yourself.
+    - GBinding utilities for connection-status on TpAccount and
+      TpConnection:
+      tp_connection_bind_connection_status_to_property() and
+      tp_account_bind_connection_status_to_property().
+    - TpTextChannel now has a "message-types" property and
+      accessor. It also gained
+      tp_text_channel_supports_message_type() a convenient
+      function to check if a specific message type is supported.
+    - TpContactSearch: only close channels if there was an error
+    - TpBaseClient gained
+      tp_base_client_set_observer_delay_approvers() which can be
+      used to indicate that an Observer has to block Approvers.
+  + Fixes:
+    - Various crashes fixed in TpBaseContactList.
+
+-------------------------------------------------------------------
+Fri Feb 25 17:30:39 UTC 2011 - [email protected]
+
+- Update to version 0.13.15:
+  + Enhancements:
+    - Update to spec 0.21.10.
+    - tp_utf8_make_valid(): an UTF-8 string validation function.
+    - SimplePasswordManager now has API to let the CM create its
+      own SASL channel.
+    - TpBasePasswordChannel: a base class to implement SASL
+      channels.
+- Changes from version 0.13.14:
+  + Enhancements:
+    - TpContact now supports modifying the contact's groups on
+      connection managers which implement
+      Connection.Interface.ContactGroups.
+    - It's now possible to get a list of TpChannelRequest objects
+      from a TpObserveChannelsContext or TpHandleChannelsContext;
+      adding hints to channel requests, and retrieving them again,
+      is supported with telepathy-mission-control ≥ 5.7.2.
+    - tp_account_channel_request_create_and_observe_channel_async()
+      and friends, analogous to
+      tp_account_channel_request_create_and_handle_channel_async()
+      but for Observers rather than Handlers, have been added.
+    - Code is now generated to emit and listen for the
+      PropertiesChanged signal on org.freedesktop.DBus.Properties.
+      Note that TpDBusPropertiesMixin does not emit this signal on
+      it own, nor does TpProxy listen for it of its own accord.
+    - tp_capabilities_supports_room_list(), a convenient way to
+      check whether a connection supports listing chat rooms, has
+      been added.
+  + Fixes:
+    - Including telepathy-glib/protocol.h now correctly includes
+      generated client-side functions.
+- Changes from version 0.13.13:
+  + Many doc fixes
+  + Compiler flags reordered (clang is order-sensitive) to allow
+    static analysis.
+  + Account Channel Requests now give you access to the originating
+    TpChannelRequest.
+  + The speculative debug cache may now be disabled at compile time.
+- Changes from version 0.13.12:
+  + Enhancements:
+    - TpContact now tracks incoming and outgoing presence
+      subscriptions, albeit only if the connection implements the
+      new Connection.Interface.ContactList API.
+    - Code is generated for new API added in telepathy-spec
+      version 0.21.9; specifically, the FileTransfer.URI property
+      is supported.
+    - TpPresenceMixinStatusAvailableFunc, which has confused many
+      a CM author, now has clearer documentation.
+  + Fixes:
+    - We no longer accidentally depend on GLib 2.28.
+    - tests/contact-search-result no longer fails on x86.
+- Changes from version 0.13.11:
+  + Enhancements:
+    - fdo#32053: The TpContactSearch object has been added. It
+      represents ongoing searches for contacts.
+  + Fixes:
+    - fdo#32551: tp_base_client_set_observer_recover now works
+      with all possible gboolean arguments!
+    - tp_debug_timestamped_log_handler will now print the message
+      and not just the time, which was broken over a year ago.
+    - TpProtocol will now consider a manager file's
+      AuthenticationTypes value.
+- Change vala-devel BuildRequires to vala-unstable-devel.
+
+-------------------------------------------------------------------
+Fri Jan 30 19:15:28 UTC 2011 - [email protected]
+
+- Changes from version 0.13.10:
+  + Enhancements:
+    - New TpMessage API: tp_message_get_message_type,
+      tp_cm_message_new_text
+    - fdo#32411: warn and do nothing if unsupported flags are
+      passed to tp_g_signal_connect_object
+  + Updated to spec 0.21.8.
+    - The ContactList.ContactsChangedWithID signal was added. It's
+      automatically emitted by TpBaseContactList, so CMs don't
+      need to make any changes to take advantage of it.
+  + Fixes:
+    - tp_account_manager_ensure_account() no longer criticals if
+      you pass it a malformed account path.
+    - TpBaseClient will now return (an error) from ObserveChannels
+      if an invalid connection path is passed to it by the Channel
+      Dispatcher.
+    - fdo#32184: Connection bus names are no longer erroneously
+      released while connections are still open. This was a
+      regression in 0.13.5.
+    - fdo#32423: Preparing TpAccount features when the CORE
+      feature is already prepared now works
+    - fdo#32391: correctly deal with removing name owner watches
+      during dispatch of their callbacks
+    - Documentation improvements
+    - TpBaseClient no longer breaks if HandleChannels is called
+      more than once for the same channel. This was a regression
+      introduced by the leak fix in the previous release.
+- Changes from version 0.13.9:
+  + Deprecations:
+    - tp_message_new (replace with tp_cm_message_new)
+    - tp_message_ref_handle (no longer needed)
+    - tp_message_set_handle (use tp_cm_message_set_sender for the
+      only supported handle in a message)
+    - tp_message_take_message (replace with
+      tp_cm_message_take_message)
+  + Enhancements:
+    - tp_account_get_path_suffix: new function to get the varying
+      suffix of an account's object path
+    - TpAccountManager: document which TpAccount objects are
+      prepared
+    - tp_connection_dup_contact_if_possible: new function to make
+      TpContact objects synchronously in some situations
+    - convert TpMessage into a GObject, with subclasses for use in
+      CMs (TpCMMessage) and clients (TpClientMessage,
+      TpSignalledMessage)
+    - add TpConnection:self-contact, a TpContact for the
+      self-handle
+  + Fixes:
+    - In TpSimplePasswordManager, clear the pointer to the channel
+      when it's closed
+    - fdo#32116: don't leak LegacyProtocol object references
++++ 161 more lines (skipped)
++++ between telepathy-glib/telepathy-glib.changes
++++ and /mounts/work_src_done/STABLE/telepathy-glib/telepathy-glib.changes

calling whatdependson for head-i586


Old:
----
  telepathy-glib-0.12.7.tar.bz2

New:
----
  telepathy-glib-0.14.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ telepathy-glib.spec ++++++
--- /var/tmp/diff_new_pack.xvy0Uo/_old  2011-05-02 16:20:07.000000000 +0200
+++ /var/tmp/diff_new_pack.xvy0Uo/_new  2011-05-02 16:20:07.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package telepathy-glib (Version 0.12.7)
+# spec file for package telepathy-glib
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 
 
 Name:           telepathy-glib
-Version:        0.12.7
+Version:        0.14.3
 Release:        1
 License:        LGPLv2.1
 Summary:        Libraries for adding telepathy support to applications that 
use glib

++++++ telepathy-glib-0.12.7.tar.bz2 -> telepathy-glib-0.14.3.tar.bz2 ++++++
++++ 133998 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to