diff options
author | Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk> | 2010-12-03 11:05:20 -0500 |
---|---|---|
committer | Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk> | 2010-12-03 11:05:20 -0500 |
commit | 817bc3474542d0fbefaf7c4a17fb18b4aff384cb (patch) | |
tree | 591195942fe5def4259c84b7f916d7763e645e78 | |
parent | 4c7bb566a3ee29a46b73fff77e83cfc85962ce28 (diff) |
Prepare 0.15.19 releasetelepathy-python-0.15.19
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 2 deletions
@@ -1,6 +1,21 @@ -telepathy-python 0.15.19 (UNRELEASED) +telepathy-python 0.15.19 (2010-12-03) ===================================== +Enhancements: + + * Telepathy specification 0.21.4. + + * Default implementation for Conference, ContactCapabilities, + Protocol, Protocol.Interface.Presence + + * Created methods to create and ensure handles + + * DBusProperties handle immutable properties + +Fixes: + + * Make sure channels are removed from the DBus connection + telepathy-python 0.15.18 (2010-08-05) ===================================== diff --git a/configure.ac b/configure.ac index e395227..8f7d981 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59c) dnl If not 1, append datestamp to the version number -m4_define(telepathy_python_released, 0) +m4_define(telepathy_python_released, 1) dnl The telepathy-python version number (must actually be numeric at the moment) m4_define(telepathy_python_major_version, 0) m4_define(telepathy_python_minor_version, 15) |