summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-12 22:52:45 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-12 23:20:34 +0000
commit9c1c0c59ffd2326404de5c1e8d0e98a74228b40c (patch)
tree59de69209e00635d5d16247ae19af8d3262c351a
parentc7eff0975579f0130d975151b030292d7616204a (diff)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS30
-rw-r--r--wscript2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4520c9e..a7af0b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+telepathy-butterfly-0.5.6 (2010-03-12)
+======================================
+
+This release is the first release where the previous mess of 1-1
+channels actually being unnamed MUCs is fixed! The conference channel
+interface introduces a method to represent a channel as a continuation
+of one or more than one other channel.
+
+As a result of this work, proper MUC support now works. Users can now
+invite other contacts, and be invited, to chatrooms.
+
+Enhancements:
+
+ * Implemented conference channel interface. Doing so also split up
+ ButterflyTextChannel into a base text channel class, with the same
+ name, and three subclasses. See the git logs for more
+ information.
+
+ * Copy the official client with respect to typing notifications.
+
+Fixes:
+
+ * Use escape_as_identifier in the channel manager so when we create
+ group channels with characters that aren't safe for object paths,
+ they are actually escaped.
+
+Dependencies:
+
+ * telepathy-python 0.15.17
+
telepathy-butterfly-0.5.5 (2010-03-10)
======================================
diff --git a/wscript b/wscript
index 8168b79..e24ffcf 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-VERSION = '0.5.5'
+VERSION = '0.5.6'
APPNAME = 'telepathy-butterfly'
srcdir = '.'