summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 19:31:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 19:31:31 +0100
commit0f30d828c6dc0e64dd78fd332ba94b4c9a719850 (patch)
tree70db75a8f46393300d1984bfa65c65d9d09296b6 /NEWS
parent8c970d8e846ce928d92ae7dc6d2039f0e21b983c (diff)
Prepare version 0.11.0telepathy-glib-0.11.0
Now with extra Unicode ☺
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS38
1 files changed, 21 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index e8c748cc..fce04019 100644
--- a/NEWS
+++ b/NEWS
@@ -1,49 +1,53 @@
-telepathy-glib 0.11.0 (UNRELEASED)
+telepathy-glib 0.11.0 (2010-03-31)
==================================
+The ‘bah, you removed my “beautiful” quotes’ release.
+
Dependencies:
-* GLib, GObject and GIO ≥ 2.22 are now required
+‣ GLib, GObject and GIO ≥ 2.22 are now required
Deprecations:
-* fd.o #22206: all the re-entrant functions (of the form tp_FOO_run_until_ready
+‣ 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, please use
asynchronous calls instead (smcv)
-* fd.o #24114: tp_get_bus() is deprecated, please use tp_dbus_daemon_dup()
+‣ fd.o #24114: tp_get_bus() is deprecated, please use tp_dbus_daemon_dup()
followed by tp_proxy_get_dbus_connection() (smcv)
Enhancements:
-* Update to telepathy-spec 0.19.3 (smcv)
- - generate code for Connection.Interface.Balance
+‣ Update to telepathy-spec 0.19.3 (smcv)
+ ❧ generate code for new Connection.Interfaces, Connection.Status properties,
+ and implement them in TpBaseConnection
+ ❧ generate code for Connection.Interface.Balance
-* Add an example connection manager for the experimental Call API that will
+‣ Add an example connection manager for the experimental Call API that will
eventually replace StreamedMedia (smcv)
-* Add tp_g_socket_address_from_variant,
+‣ Add tp_g_socket_address_from_variant,
tp_address_variant_from_g_socket_address (danni)
-* Add tp_g_value_slice_new_byte (smcv)
+‣ Add tp_g_value_slice_new_byte (smcv)
-* Add tp_value_array_unpack, the inverse of tp_value_array_build (danni)
+‣ Add tp_value_array_unpack, the inverse of tp_value_array_build (danni)
-* Make various minor improvements to the tests (smcv)
+‣ Make various minor improvements to the tests (smcv)
Fixes:
-* tp_account_set_nickname_async: set the right source_tag (cassidy)
+‣ tp_account_set_nickname_async: set the right source_tag (cassidy)
-* fd.o #27281: clarify documentation for tp_message_mixin_sent, using
+‣ fd.o #27281: clarify documentation for tp_message_mixin_sent, using
telepathy-spec 0.19.2 as a reference (Maiku)
-* Avoid using re-entrant functions, other than in regression tests (smcv)
+‣ Avoid using re-entrant functions, other than in regression tests (smcv)
-* fd.o #21956: clean up documentation/defaults of TpContact properties (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)
+‣ telepathy.am: if copied into a project where nothing is checked for
+ unreleased version annotations, don't hang waiting for input (smcv)
telepathy-glib 0.10.2 (2010-03-31)
==================================