summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-14 12:19:23 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-14 12:41:45 +0100
commitb7a13d8705a41a8f72aab447599ff9bc522548c4 (patch)
tree99bfca6bf9744a2b433c5da37a650ef604784262 /NEWS
parent20388f1b00cf6e587bdb3a499458fa52cdf8d8e2 (diff)
Update NEWS.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 473d441..e91fa09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,26 @@
-telepathy-idle 0.x.x (UNRELEASED)
+telepathy-idle 0.1.5 (UNRELEASED)
=================================
+Enhancements:
+
+* Use automake 1.11's silent build option. Use --enable-silent-rules
+ to enable it. (wjt)
+
+* Implement Destroyable for IM channels. (wjt)
+
+* Implement o.fd.Tp.Connection.Interface.Requests. (jonner & wjt)
+
+* Allow parting MUCs with RemoveMembers. (wjt)
+
+Fixes:
+
+* fd.o #22291: Define _GNU_SOURCE not __USE_GNU to get strnlen(3),
+ which was causing a build failure on openSUSE, which has a glibc
+ from the future. (Vincent Untz)
+
+* fd.o #22958: Don't explicitly return void in void functions as Sun's
+ C compiler doesn't support this. (Elaine Xiong)
+
telepathy-idle 0.1.4 (2009-05-28)
=================================