diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-20 10:59:00 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-20 10:59:00 +0000 |
commit | 4aa5b7ebf5daaf45a8c4a876fae7304ef33ca785 (patch) | |
tree | 00539bb9319cfb3e2e58b5eabfa7682b5004341b /NEWS | |
parent | e4746b3a448a70675475e4b518d0e3a43937f466 (diff) |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +telepathy-glib 0.7.3 (unreleased) +================================= + +Enhancements: + +* Supports org.freedesktop.DBus.Properties with client support on every + TpProxy, a mixin for services, and extensions to auto-generated code + +* Supports org.freedesktop.DBus.Introspect and org.freedesktop.DBus.Peer + on all TpProxy objects + +Fixes: + +* Correct client-side bindings are generated for methods that return a variant + (e.g. o.fd.DBus.Properties.Get) fixing potential crashes in clients + +* tp_dbus_check_valid_object_path allows "/" and disallows "//", not the + reverse + telepathy-glib 0.7.2 (2008-02-11) ================================= |