diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-14 12:19:23 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-14 12:41:45 +0100 |
commit | b7a13d8705a41a8f72aab447599ff9bc522548c4 (patch) | |
tree | 99bfca6bf9744a2b433c5da37a650ef604784262 /NEWS | |
parent | 20388f1b00cf6e587bdb3a499458fa52cdf8d8e2 (diff) |
Update NEWS.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -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) ================================= |