summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-05 17:03:53 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-05 17:04:10 +0200
commit37435bfbf6d190b8e0d5cdbfe1b3df6163ed666b (patch)
treeb43eb34340496c3215728174ac04c4a641092ac3
parent683172645a65c805fa8197826c714d71d02a4c1c (diff)
prepare 0.15.18 releasetelepathy-python-0.15.18
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
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]))