Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
13ef1502
Commit
13ef1502
authored
Dec 14, 2010
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased version and added changelog for 0.2.3
parent
5436083e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
2 deletions
+29
-2
__init__.py
blink/__init__.py
+2
-2
changelog
debian/changelog
+12
-0
changelog.html
doc/changelog.html
+15
-0
No files found.
blink/__init__.py
View file @
13ef1502
...
...
@@ -4,8 +4,8 @@
__all__
=
[
'Blink'
]
__version__
=
'0.2.
2
'
__date__
=
'
November 29
th, 2010'
__version__
=
'0.2.
3
'
__date__
=
'
December 14
th, 2010'
import
os
...
...
debian/changelog
View file @
13ef1502
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
...
...
doc/changelog.html
View file @
13ef1502
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment