diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-26 19:24:28 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-27 14:23:17 +0100 |
commit | 79dc68735b8b9d8ecf4e461565db76768346882a (patch) | |
tree | bcc2e1092ec6be2c2e9d249ce5e46f05dec705f6 | |
parent | ce521d4c96dfd0c4c6de3762c6e0e812658a64d8 (diff) |
Update NEWS and UPGRADING for 0.99.2
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | UPGRADING | 4 |
2 files changed, 24 insertions, 1 deletions
@@ -1,7 +1,26 @@ telepathy-glib 0.99.2 (UNRELEASED) ================================== -… +The “forgotten tea” release. + +This is another snapshot, so that the 'next' branch of telepathy-salut +can work. + +Dependencies: + +• GLib ≥ 2.34 is required + +API changes: + +• Protocol names may now contain underscores, but not hyphen/minus + (telepathy-spec 0.99.1 says this is OK). + +• Connection manager names may now start with underscores + (telepathy-spec 0.99.1 does not allow this, but the next snapshot will). + +Fixes: + +• Merged from telepathy-glib master, see NEWS-0.x telepathy-glib 0.99.1 (2013-09-17) ================================== @@ -97,3 +97,7 @@ API/Behaviour changes - TpBaseContactList is not a channel manager anymore. An instance should be created in TpBaseConnection::constructed instead of TpBaseConnection::create_channel_factories. + + - Protocol and service names contain "_" where they used to contain "-" + (in real life, this mostly affects Salut and Haze for local_xmpp, + and Haze for skype_dbus and skype_x11). |