diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-05-22 16:54:13 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-05-22 16:54:13 +0000 |
commit | cac9819223cbf03b62f155c4d93d7c13f331f452 (patch) | |
tree | 519a5a65ee8561b07177c5b1553b672a9c573a93 /spec | |
parent | 37faca0b261dd23f3902cc03cdeac41dd1182349 (diff) |
Update ConnectionManager from telepathy-spec 0.17.5 (no API changes)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Connection_Manager.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml index 94902940a..5bb0cd625 100644 --- a/spec/Connection_Manager.xml +++ b/spec/Connection_Manager.xml @@ -29,6 +29,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ prefix removed, and any hyphen/minus signs replaced by underscores. </tp:docstring> + <tp:changed version="0.17.1">Prior to version 0.17.1, the allowed + characters were not specified</tp:changed> </tp:simple-type> <tp:simple-type name="Protocol" type="s"> @@ -58,6 +60,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ <li>zephyr - Zephyr</li> </ul> </tp:docstring> + <tp:changed version="0.17.1">Prior to version 0.17.1, the allowed + characters were not specified</tp:changed> </tp:simple-type> <tp:struct name="Param_Spec" array-name="Param_Spec_List"> @@ -110,6 +114,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ any parameter whose name contains "password" as though it had this flag.)</p> </tp:docstring> + <tp:added version="0.17.2"/> </tp:flag> </tp:flags> @@ -399,6 +404,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ well-known bus name, causing a new connection manager to be activated when somebody attempts to make a new connection.</p> </tp:docstring> + + <tp:changed version="0.17.2">Prior to version 0.17.2, support for + CMs with no .manager file was not explicitly required.</tp:changed> </interface> </node> <!-- vim:set sw=2 sts=2 et ft=xml: --> |