Updating link to change in openSUSE:Factory/telepathy-glib revision 34.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=2e8de52a36db2044b10ed6fbe4266f52
This commit is contained in:
OBS User buildservice-autocommit
2010-09-23 22:22:25 +00:00
committed by Git OBS Bridge
parent c74d93b8db
commit 0ee1db62d8
4 changed files with 62 additions and 6 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Sep 21 09:15:31 CEST 2010 - dimstar@opensuse.org
- Update to version 0.12.0:
+ Disable documentation completeness checks and redirect
documentation uploads for stable branch
+ Add the version number, and a link to the latest version, to
the documentation
+ Increase dependencies for Vala bindings to versions that the
libfolks developers have verified to work:
gobject-introspection 0.9.6 and Vala 0.10.0.
-------------------------------------------------------------------
Thu Sep 16 09:38:04 CEST 2010 - vuntz@opensuse.org
- Update to version 0.11.16:
+ Enhancements:
- Update to stable spec 0.20.1
. generate basic API for Chan.I.Conference
. generate basic API for Chan.T.ServerTLSConnection and
TLSCertificate (server-side only for now, since
TLSCertificate will require a new TpProxy subclass)
- When connections are created in a CM, debug-log the sanitized
parameter values
- When a TpBaseChannel is created, log an error if it doesn't
have a parent connection
+ Fixes:
- fdo#30134: rename TpIntSet to TpIntset, with compatibility
typedefs for the old name, to avoid breaking recent
gobject-introspection
- fdo#30134: add more gobject-introspection annotations to work
better with recent versions, and work around another case of
(skip) not working in older versions
-------------------------------------------------------------------
Tue Sep 14 08:42:55 CEST 2010 - vuntz@opensuse.org
- Update to version 0.11.15:
+ Enhancements:
- Update to spec 0.19.12:
. generate code for SMS interface for Text channels, NotYet
error, Object_Immutable_Properties type and
TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE
- fdo#28420: add tp_channel_get_requested() etc.
- Add basic introspectability for the Connection mixins
+ Fixes:
- fdo#30090: fix parsing TpProtocol information from .manager
files
- fdo#29943: make tp_debug_sender_log_handler thread-safe
- fdo#30111: make GObject-Introspection work again with g-i >=
0.9.5
- fdo#30134: make configure fail if Vala bindings are enabled
but g-i is disabled, which can't work
- fdo#25582, fdo#27806, fdo#30118: fix miscellaneous memory
leaks
-------------------------------------------------------------------
Thu Aug 26 11:09:02 CEST 2010 - dimstar@opensuse.org