Commit 9829c9e0 authored by Saul Ibarra's avatar Saul Ibarra

Raised version and updated changelog

parent ea5a86b9
...@@ -5,9 +5,9 @@ __project__ = "blink" ...@@ -5,9 +5,9 @@ __project__ = "blink"
__summary__ = "Blink Qt" __summary__ = "Blink Qt"
__webpage__ = "http://icanblink.com/" __webpage__ = "http://icanblink.com/"
__version__ = "2.0.0" __version__ = "3.0.0"
__date__ = "March 9th 2016" __date__ = "December 16th 2016"
__author__ = "AG Projects" __author__ = "AG Projects"
__email__ = "support@ag-projects.com" __email__ = "support@ag-projects.com"
......
blink (3.0.0) unstable; urgency=medium
* Switched to Qt5
* Skip creation of dbgsym packages
* Updated building instructions for MinGW
* ixed race condition in accessing the ZRTP SAS for SMP verification
* Fixed unicode sorting for contact names
* Publish icon and display name in offline state
* Include display name and icon in the offline status document as well
* Allow run_in_gui_thread to wait for the function to finish
* Made IconManager thread safe
* Store Google contact icons in the IconManager
* Fixed showing ICE status when not available
* Improved some icons
* Fixed regular expression for autolinking http URLs
* Fix diverting std{out,err} when running frozen
* Use bundled cacerts when running frozen
* Improved chat themes
* Avoid random crahses on exit caused by out of order object deallocation
-- Saul Ibarra <saul@ag-projects.com> Fri, 16 Dec 2016 16:31:34 +0100
blink (2.0.0) unstable; urgency=medium blink (2.0.0) unstable; urgency=medium
* Use identity check for marker * Use identity check for marker
......
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