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
8f05c43e
Commit
8f05c43e
authored
Sep 03, 2010
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raised version and updated changelog
parent
244d09bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
3 deletions
+41
-3
__init__.py
blink/__init__.py
+2
-2
changelog
debian/changelog
+18
-0
changelog.html
doc/changelog.html
+21
-1
No files found.
blink/__init__.py
View file @
8f05c43e
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
__all__
=
[
'Blink'
]
__all__
=
[
'Blink'
]
__version__
=
'0.1.
1
'
__version__
=
'0.1.
3
'
__date__
=
'
August 13th
, 2010'
__date__
=
'
September 2nd
, 2010'
import
os
import
os
...
...
debian/changelog
View file @
8f05c43e
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
blink (0.1.1) unstable; urgency=low
* First public release for Debian and Ubuntu Linux
* First public release for Debian and Ubuntu Linux
...
...
doc/changelog.html
View file @
8f05c43e
...
@@ -4,6 +4,27 @@
...
@@ -4,6 +4,27 @@
<link
rel=
'stylesheet'
type=
'text/css'
href=
'style.css'
>
<link
rel=
'stylesheet'
type=
'text/css'
href=
'style.css'
>
</head>
</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>
<h2>
Version 0.1.1
</h2>
<p>
August 13th, 2010
<p>
August 13th, 2010
...
@@ -44,7 +65,6 @@
...
@@ -44,7 +65,6 @@
<li>
Display the caller icon and name retrieved from Address Book
<li>
Display the caller icon and name retrieved from Address Book
<li>
Reject calls with 486 Busy or 603 Decline
<li>
Reject calls with 486 Busy or 603 Decline
<li>
SIP, DNS, MSRP protocol trace to file
<li>
SIP, DNS, MSRP protocol trace to file
</ul>
</ul>
</body>
</body>
...
...
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