OBS User unknown 2009-05-28 01:20:44 +00:00 committed by Git OBS Bridge
parent d5ab2a9ead
commit 459fda6d64
4 changed files with 54 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df9747b885086fd3ba61ec6e158b407752732ae967125dca4e6d887983077808
size 1748492

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36445984fc2ff39b7b8bf9bafbc1c46be50ff42d88fa7fe0ca582b8f902e7b31
size 1748283

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed May 27 19:49:58 CEST 2009 - vuntz@novell.com
- Update to version 0.7.31:
+ Enhancements:
- Added TP_ERROR_STR_* constants corresponding to the members
of the TpError enum, and tp_error_get_dbus_name() mapping the
latter to the former
- Updated to telepathy-spec 0.17.25, adding ConnectionRefused,
ConnectionFailed and ConnectionLost errors, and the new-style
StreamTube and DBusTube channel types
- Made tp_g_key_file_get_int64 and _uint64 into public API for
Mission Control's benefit
+ Fixes:
- Changed the dbus_daemon member of TpProxy to be removed in
dispose, rather than just after the invalidated signal
- Fixed a null pointer dereference if a TpConnectionManager is
resurrected during dispose
- Fixed a use-after-free when the user-supplied object in
tp_connection_manager_call_when_ready is destroyed after the
CM becomes ready
- Fixed tp_dbus_daemon_request_name,
tp_dbus_daemon_release_name and
_tp_dbus_daemon_get_name_owner to fail gracefully if the
TpDBusDaemon has been invalidated
-------------------------------------------------------------------
Tue May 19 05:19:38 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package telepathy-glib (Version 0.7.30)
# spec file for package telepathy-glib (Version 0.7.31)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,7 +24,7 @@ BuildRequires: dbus-1-glib-devel
BuildRequires: gtk-doc
BuildRequires: libxslt-devel
BuildRequires: python-xml
Version: 0.7.30
Version: 0.7.31
Release: 1
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -166,6 +166,29 @@ rm -rf "$RPM_BUILD_ROOT"
%{_datadir}/gtk-doc/html/telepathy-glib
%changelog
* Wed May 27 2009 vuntz@novell.com
- Update to version 0.7.31:
+ Enhancements:
- Added TP_ERROR_STR_* constants corresponding to the members
of the TpError enum, and tp_error_get_dbus_name() mapping the
latter to the former
- Updated to telepathy-spec 0.17.25, adding ConnectionRefused,
ConnectionFailed and ConnectionLost errors, and the new-style
StreamTube and DBusTube channel types
- Made tp_g_key_file_get_int64 and _uint64 into public API for
Mission Control's benefit
+ Fixes:
- Changed the dbus_daemon member of TpProxy to be removed in
dispose, rather than just after the invalidated signal
- Fixed a null pointer dereference if a TpConnectionManager is
resurrected during dispose
- Fixed a use-after-free when the user-supplied object in
tp_connection_manager_call_when_ready is destroyed after the
CM becomes ready
- Fixed tp_dbus_daemon_request_name,
tp_dbus_daemon_release_name and
_tp_dbus_daemon_get_name_owner to fail gracefully if the
TpDBusDaemon has been invalidated
* Tue May 19 2009 vuntz@novell.com
- Update to version 0.7.30:
+ API changes: