Commit 270dac45 authored by Saul Ibarra's avatar Saul Ibarra

Raised version and updated changelog

parent df3df6c1
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
__all__ = ['Blink'] __all__ = ['Blink']
__version__ = '0.5.0' __version__ = '0.7.0'
__date__ = 'August 9th 2013' __date__ = 'March 5th 2014'
import os import os
......
blink (0.7.0) unstable; urgency=low
* Added session information panel into the chat window
* Added server side conferencing support
* Automatically accept in-dialog chat proposals
* Fixed potentially processing multiple settings changes at once
* Enabled showing logs directory
* Limit the time window for processing a DNS lookup to the current session
* Raised python-sipsimple version dependency
* Bumped Debian Standards-Version
* Tons of UI tweaks
-- Saul Ibarra <saul@ag-projects.com> Wed, 05 Mar 2014 11:29:13 +0100
blink (0.6.1) unstable; urgency=low
* Advertise chat support in PIDF document
* Avoid building Debian packages for Python 2.6
-- Saul Ibarra <saul@ag-projects.com> Fri, 20 Dec 2013 14:56:34 +0100
blink (0.6.0) unstable; urgency=low
* Added chat sessions using MSRP protocol
* Adjusted to the latest changes in SIP SIMPLE Client SDK
* Fixed several memory leaks
* Simplified processing Google contacts authorization and fixed some bugs
* Set focus to the appropriate widgets during Google contacts authorization
* Modified how sipsimple is started
* Improved selection of the winning presence state
* Removed donate menu action
* Fixed unpickling for BonjourNeighbours
* Modified how sipsimple application is started
-- Saul Ibarra <saul@ag-projects.com> Mon, 16 Dec 2013 15:44:08 +0100
blink (0.5.0) unstable; urgency=low blink (0.5.0) unstable; urgency=low
* Adapted to changes in SIP SIMPLE Client SDK * Adapted to changes in SIP SIMPLE Client SDK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment