summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-02-16 13:20:58 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-02-16 13:20:58 +0000
commit40a5a584d4969278f599d8ddceff3d4ac25f1cb2 (patch)
tree5340376be9d67c2387139d8ee81b40eff6c22a7c
parentf5d6fbd6e125682ebccb56cbf2b6a86b83f16aa6 (diff)
NEWS: explain the API changewip-16bit
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0e144bc..e9bf3f10 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,19 @@ checkouts.
telepathy-spec 0.17.20 (UNRELEASED)
===================================
+API changes:
+
+* fd.o #18202: All 16-bit types are now the corresponding 32-bit type; in
+ practice this was what our ABI was already, because dbus-glib always sends
+ and receives 16-bit types as the corresponding 32-bit type. However, QtDBus
+ does distinguish between the types, so we have to fix this before
+ telepathy-qt4 is declared stable. This affects the following:
+
+ - the sizes in pixels returned from the Avatars.GetAvatarRequirements method
+ - the 'Port' member of Socket_Address_IPv4 and Socket_Address_IPv6 structures
+ - the 'port' and 'stun-port' well-known connection manager parameters
+ - the 'stun-port' Telepathy property on media signalling channels
+
Changes to experimental API:
* In ContactInfo the vCard TYPE type-parameter is represented as, for instance,