summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 18:34:58 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 18:34:58 +0100
commitf3f7e74e1368317ae17322b7f1995fb6f00a7841 (patch)
treeadd2faf72490a62765518ba37ecd931031c32dd7 /NEWS
parent8134e9113d073322bf6931e0885854b1e7ee013c (diff)
More NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8fdd18f5..e8c748cc 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,11 @@ Dependencies:
Deprecations:
* fd.o #22206: all the re-entrant functions (of the form tp_FOO_run_until_ready
- and tp_cli_FOO_run_BAR) are deprecated in this version (smcv)
+ and tp_cli_FOO_run_BAR) are deprecated in this version, please use
+ asynchronous calls instead (smcv)
+
+* fd.o #24114: tp_get_bus() is deprecated, please use tp_dbus_daemon_dup()
+ followed by tp_proxy_get_dbus_connection() (smcv)
Enhancements:
@@ -36,6 +40,8 @@ Fixes:
* Avoid using re-entrant functions, other than in regression tests (smcv)
+* fd.o #21956: clean up documentation/defaults of TpContact properties (smcv)
+
* telepathy.am: if copied into a project where CHECK_FOR_UNRELEASED is empty,
don't hang waiting for input (smcv)