From 53b3385e62a7aecfffb8e3674d3758148cfdc102 Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Fri, 10 Sep 2010 18:44:39 -0400 Subject: Version 0.5.14 --- NEWS | 9 +++++++++ telepathy-butterfly | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0d8ae43..800e461 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +telepathy-butterfly-0.5.14 (2010-09-10) +======================================= + +Fixes: + + * fd.o#24338: only set remote candidates after acception the invitation + * Fix handling of conversations when contact goes offline (needs papyon 0.5.1) + * Fix detection of capabilities + telepathy-butterfly-0.5.13 (2010-08-12) ======================================= diff --git a/telepathy-butterfly b/telepathy-butterfly index 1917ccf..b02f6f0 100755 --- a/telepathy-butterfly +++ b/telepathy-butterfly @@ -25,7 +25,7 @@ import os import sys import logging -version = (0, 5, 13) +version = (0, 5, 14) if sys.version_info < (2, 5): print >> sys.stderr, 'Critical: python >= 2.5 required. Exiting.' -- cgit v1.2.3