summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 78ca152..8b98b85 100644
--- a/NEWS
+++ b/NEWS
@@ -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])