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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=a1911a249a13819b7fcadb6a8e65a31b
This commit is contained in:
OBS User buildservice-autocommit
2010-02-11 18:29:39 +00:00
committed by Git OBS Bridge
parent e4e1bb8237
commit bb92406fcb
4 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jan 22 17:52:27 CET 2010 - vuntz@opensuse.org
- Update to version 0.10.0:
+ Enhancements:
- Add compile-time warnings if the results of functions that
allocate memory are ignored.
- Add compile-time warnings if the results of certain functions
with no side-effects are ignored.
- Improve lcov.am, syncing with telepathy-gabble
+ Fixes:
- fdo#23848: when making a release, make the build system check
for files that indicate unreleased status; correct a few such
comments
- fdo#25149: when a TpAccount is invalidated (deleted), signal
connection disconnection first
- Exit the main loop gracefully when CMs are disconnected from
the session bus
- fdo#14603: don't set fatal criticals in
tp_run_connection_manager, CMs are now responsible for doing
this
- fdo#25600: fix inadvertant GLib 2.20 dependency
- In code generation tools (glib-ginterface-gen.py), allow
D-Bus methods whose names are C keywords
- Fix with-session-bus.sh dbus-monitor logging when /bin/sh is
not bash
-------------------------------------------------------------------
Fri Dec 4 19:42:53 CET 2009 - vuntz@opensuse.org