OBS User unknown 2009-04-01 15:43:32 +00:00 committed by Git OBS Bridge
parent f2c6959383
commit 40d9d3818d
4 changed files with 52 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Mar 25 14:21:34 CET 2009 - vuntz@novell.com
- Update to version 0.7.28:
+ API changes:
- Use the prefix for D-Bus errors specified by telepathy-spec,
not something telepathy-glib made up (changing .Errors to the
correct .Error). This was a regression in telepathy-glib 0.7.1.
+ Enhancements:
- Update to telepathy-spec 0.17.22, adding
TP_ARRAY_TYPE_SOCKET_ADDRESS_IP_LIST,
TP_ARRAY_TYPE_STRING_STRING_MAP_LIST,
TP_STRUCT_TYPE_SOCKET_ADDRESS_IP
- Extend the 'callable' example connection manager to support
simulated incoming calls, support simulated contacts who
never answer, are busy or terminate the call, and comply with
telepathy-spec 0.17.22
+ Fixes:
- fdo#20729: csh (chatroom) example connection manager: comply
with telepathy-spec 0.17.21 by always allowing the user to
leave the Group
- Cancel GetParameters call if the CM crashes, fixing an
assertion failure in
tp_connection_manager_continue_introspection
-------------------------------------------------------------------
Wed Mar 18 14:34:42 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package telepathy-glib (Version 0.7.27)
# spec file for package telepathy-glib (Version 0.7.28)
#
# 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.27
Version: 0.7.28
Release: 1
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -166,6 +166,28 @@ rm -rf "$RPM_BUILD_ROOT"
%{_datadir}/gtk-doc/html/telepathy-glib
%changelog
* Wed Mar 25 2009 vuntz@novell.com
- Update to version 0.7.28:
+ API changes:
- Use the prefix for D-Bus errors specified by telepathy-spec,
not something telepathy-glib made up (changing .Errors to the
correct .Error). This was a regression in telepathy-glib 0.7.1.
+ Enhancements:
- Update to telepathy-spec 0.17.22, adding
TP_ARRAY_TYPE_SOCKET_ADDRESS_IP_LIST,
TP_ARRAY_TYPE_STRING_STRING_MAP_LIST,
TP_STRUCT_TYPE_SOCKET_ADDRESS_IP
- Extend the 'callable' example connection manager to support
simulated incoming calls, support simulated contacts who
never answer, are busy or terminate the call, and comply with
telepathy-spec 0.17.22
+ Fixes:
- fdo#20729: csh (chatroom) example connection manager: comply
with telepathy-spec 0.17.21 by always allowing the user to
leave the Group
- Cancel GetParameters call if the CM crashes, fixing an
assertion failure in
tp_connection_manager_continue_introspection
* Wed Mar 18 2009 vuntz@novell.com
- Update to version 0.7.27:
+ Enhancements: