summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2011-05-11 21:44:15 +0300
committerDebarshi Ray <rishi@gnu.org>2011-05-11 21:52:56 +0300
commit47d2310e78c3e4bbb440a8b1c572e8f07d85f6aa (patch)
tree85596eabf5ffc0a35a6a32d9fec3b0de2ab25bfa
parent647bf39b88389cf54656d8e03c1c69dec90441d4 (diff)
Prepare 0.1.10telepathy-idle-0.1.10
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 15237aa..78ca152 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-idle 0.1.10 (UNRELEASED)
+telepathy-idle 0.1.10 (2011-05-11)
==================================
+The “Wanna go to the beach?” release.
+
Enhancements:
* The ContactInfo interface is now implemented, allowing you to discover
@@ -14,6 +16,7 @@ Fixes:
* Use AM_PATH_PYTHON to check for more Python versions instead of check for
each binary (fd.o#36624, ioni)
* NewChannels fired twice when connecting to a bip account (fd.o#28918, rishi)
+* Pass the message type to tp_cm_message_new_text (fd.o#37038, sjoerd)
telepathy-idle 0.1.9 (2011-04-11)
=================================
diff --git a/configure.ac b/configure.ac
index 32e1cb5..4adb433 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
m4_define([idle_major_version], [0])
m4_define([idle_minor_version], [1])
-m4_define([idle_micro_version], [9])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [10])
+m4_define([idle_nano_version], [0])
m4_define([idle_base_version],
[idle_major_version.idle_minor_version.idle_micro_version])