[telepathy-python/master] prepare the 0.15.13 release
Olivier Le Thanh Duong
olivier at lethanh.be
Mon Dec 14 05:04:21 PST 2009
---
NEWS | 7 ++++++-
configure.ac | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index efa6d43..7ddf097 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
-telepathy-python 0.15.13 (UNRELEASED)
+telepathy-python 0.15.13 (2009-12-14)
=====================================
+The "part of my Getting Nothing Done life methodology" release.
+
Enhancements:
* Specification 0.19.0.
+ * Support for Telepathy Clients interface
+ * New Observer example
Fixes:
* #25116: Always return TargetId in channel props
+ * #25620: Fix parallel build (Diego Pettenò)
telepathy-python 0.15.12 (2009-09-29)
=====================================
diff --git a/configure.ac b/configure.ac
index 177286c..7e7b94a 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, 12)
+m4_define(telepathy_python_micro_version, 13)
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