[telepathy-python/master] Prepare for 0.15.15 release
Olivier Le Thanh Duong
olivier at lethanh.be
Wed Jan 20 05:36:08 PST 2010
---
NEWS | 5 +++--
configure.ac | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index d7f9c13..b9d561f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-telepathy-python 0.15.15 (UNRELEASED)
+telepathy-python 0.15.15 (2009-01-20)
=====================================
-Enhancements:
+The "square" release.
Fixes:
+ * Register new channels correctly in the channel manager
telepathy-python 0.15.14 (2010-01-19)
=====================================
diff --git a/configure.ac b/configure.ac
index 9845b26..bcf5735 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, 14)
+m4_define(telepathy_python_micro_version, 15)
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]))
--
1.5.6.5
More information about the telepathy-commits
mailing list