Commit 8f05c43e authored by Saul Ibarra's avatar Saul Ibarra

Raised version and updated changelog

parent 244d09bd
......@@ -4,8 +4,8 @@
__all__ = ['Blink']
__version__ = '0.1.1'
__date__ = 'August 13th, 2010'
__version__ = '0.1.3'
__date__ = 'September 2nd, 2010'
import os
......
blink (0.1.3) unstable; urgency=low
* Added support for inband DTMF dialing
* Improved logic for matching contacts to incoming sessions
* Added pstn prefix setting
* Fixed enabling Bonjour account item in the menu
* Added initial MWI support
-- Saul Ibarra <saul@ag-projects.com> Fri, 03 Sep 2010 09:54:52 +0200
blink (0.1.2) unstable; urgency=low
* First beta release for Microsoft Windows
* Switch automatically to the plugged audio device
* Release notes available at http://icanblink.com/blink-qt-windows-beta.phtml
-- Saul Ibarra <saul@ag-projects.com> Fri, 03 Sep 2010 09:54:52 +0200
blink (0.1.1) unstable; urgency=low
* First public release for Debian and Ubuntu Linux
......
......@@ -4,6 +4,27 @@
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<h2>Version 0.1.3</h2>
<p>September 2nd, 2010
<ul>
<li>Added support for inband DTMF dialing
<li>Improved logic for matching contacts to incoming sessions
<li>Added pstn prefix setting
<li>Fixed enabling Bonjour account item in the menu
<li>Added initial MWI support
</ul>
<h2>Version 0.1.2</h2>
<p>August 19th, 2010
<ul>
<li>First beta release for Microsoft Windows
<li>Switch automatically to the plugged audio device
<li>Release notes available at http://icanblink.com/blink-qt-windows-beta.phtml
<h2>Version 0.1.1</h2>
<p>August 13th, 2010
......@@ -44,7 +65,6 @@
<li>Display the caller icon and name retrieved from Address Book
<li>Reject calls with 486 Busy or 603 Decline
<li>SIP, DNS, MSRP protocol trace to file
</ul>
</body>
......
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