diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-28 18:00:57 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-28 18:09:14 +0100 |
commit | 872881685ba1b652e8cacee92ae0dbe6c172613f (patch) | |
tree | 718a9a17c75d85e2fb405618058055c5f94dd449 | |
parent | 634e6b5bc9a5a4cc6ffc29c1fa2869ae9c4f8701 (diff) |
Version 0.1.11telepathy-idle-0.1.11
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,22 @@ +telepathy-idle 0.1.11 (2011-10-28) +================================== + +The “Flugufrelsarinn” release. + +Enhancements: + +• fd.o#21168: Idle now implements the Contacts interface (which has + officially been mandatory for a while). (wjt) + +• fd.o#37145: Rather than using its own home-grown network code, Idle + now uses GIO. This should make it more robust and maintainable. + (rishi) + +• fd.o#40734: The new Subject interface is now implemented. The old + Properties interface is no longer supported, and hence various other + aspects of room configuration are no longer exposed. In future, they + should be reincarnated on the RoomConfig interface. (wjt) + telepathy-idle 0.1.10 (2011-05-11) ================================== diff --git a/configure.ac b/configure.ac index f075de1..ea9c4c3 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], [10]) -m4_define([idle_nano_version], [1]) +m4_define([idle_micro_version], [11]) +m4_define([idle_nano_version], [0]) m4_define([idle_base_version], [idle_major_version.idle_minor_version.idle_micro_version]) |