From 37435bfbf6d190b8e0d5cdbfe1b3df6163ed666b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 5 Aug 2010 17:03:53 +0200 Subject: prepare 0.15.18 release --- NEWS | 6 ++++-- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index af5321c..7ca53f5 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -telepathy-python 0.15.18 (UNRELEASED) +telepathy-python 0.15.18 (2010-08-05) ===================================== Enhancements: - * Telepathy specification 0.19.3. + * Telepathy specification 0.19.10. * Connection now implements Interfaces and Status properties. @@ -17,6 +17,8 @@ Fixes: * fd.o#13623: TextChannel should not send messages with the same id more than once. + * fd.o#27415: proper usage of _add_immutables in ChannelTypeRoomList + telepathy-python 0.15.17 (2010-03-12) ===================================== diff --git a/configure.ac b/configure.ac index 77964d2..22ad9f8 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, 17) +m4_define(telepathy_python_micro_version, 18) 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])) -- cgit v1.2.3