Commit 13ef1502 authored by Adrian Georgescu's avatar Adrian Georgescu

Increased version and added changelog for 0.2.3

parent 5436083e
......@@ -4,8 +4,8 @@
__all__ = ['Blink']
__version__ = '0.2.2'
__date__ = 'November 29th, 2010'
__version__ = '0.2.3'
__date__ = 'December 14th, 2010'
import os
......
blink (0.2.3) unstable; urgency=low
* Detect change of IP address
* Added web server tools activity indicator
* Fixed compatibility with older python-qt
* Made changes to Preferences thread safe (SIP Simple)
* Fixed TLS transport initialization (SIP Simple)
* Added DNS resolver autodetection capabilities (SIP Simple)
* Fixed matching of media codecs on incoming calls (SIP Simple)
-- Adrian Georgescu <ag@ag-projects.com> Tue, 14 Dec 2010 15:25:55 +0100
blink (0.2.2) unstable; urgency=low
* Fixed detection of audio codecs without a rtpmap line in SDP
......
......@@ -4,6 +4,21 @@
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<h2>Version 0.2.3</h2>
<p>December 14th, 2010
<ul>
<li>Detect change of IP address
<li>Added web server tools activity indicator
<li>Fixed compatibility with older python-qt
<li>Made changes to Preferences thread safe (SIP Simple)
<li>Fixed TLS transport initialization (SIP Simple)
<li>Added DNS resolver autodetection capabilities (SIP Simple)
<li>Fixed matching of media codecs on incoming calls (SIP Simple)
</ul>
<h2>Version 0.2.2</h2>
<p>November 29th, 2010
......
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