summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Le Thanh Duong <olivier@lethanh.be>2010-03-09 18:19:02 +0100
committerOlivier Le Thanh Duong <olivier@lethanh.be>2010-03-09 22:17:40 +0100
commitb368b85e370a05696be6a6b713d48e790ff34c57 (patch)
tree787048ebfb198585a395c951a9c9b2759f451d7c
parent3a9ac80bfe785758b4eec7fed585785bc242f48e (diff)
Prepare for 0.15.16telepathy-python-0.15.16
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4695e22..8f6253f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
-telepathy-python 0.15.16 (UNRELEASED)
+telepathy-python 0.15.16 (2010-03-09)
=====================================
+The "Capybara is a vegan rodent" release.
+
+Enhancements:
+ * implement setting the Enabled property in the Debug interface
+ * Allow specifying the object path of channels
+
Fixes:
+ * Return actual channel properties in EnsureChannel/CreateChannel
+ * Fix connection.check_parameters to accept dbus.Boolean
-telepathy-python 0.15.15 (2009-01-20)
+telepathy-python 0.15.15 (2010-01-20)
=====================================
The "square" release.
diff --git a/configure.ac b/configure.ac
index b36089d..f6e5131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@
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)
-m4_define(telepathy_python_micro_version, 15)
+m4_define(telepathy_python_micro_version, 16)
m4_define(telepathy_python_maybe_datestamp,
m4_esyscmd([if test x]telepathy_python_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))