mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-07 11:20:47 +03:00
yubioath-desktop 4.1.2
This commit is contained in:
parent
ec41083314
commit
8449eb9ff0
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
* Version 4.1.2 (released 2017-05-12)
|
||||||
|
** Ubuntu: Fixed crash after entering password on Ubuntu 17.04
|
||||||
|
** Windows: Fixed issue with window spawning outside desktop.
|
||||||
|
|
||||||
* Version 4.1.1 (released 2017-05-09)
|
* Version 4.1.1 (released 2017-05-09)
|
||||||
** Windows: Fixed issue with missing OpenGL drivers, include ANGLE in windows build.
|
** Windows: Fixed issue with missing OpenGL drivers, include ANGLE in windows build.
|
||||||
** macOS: Fixed issue with incorrect linking to OpenSSL, causing the application to freeze when reading credentials.
|
** macOS: Fixed issue with incorrect linking to OpenSSL, causing the application to freeze when reading credentials.
|
||||||
|
@ -5,7 +5,7 @@ SOURCES += main.cpp
|
|||||||
|
|
||||||
# This is the verson number for the application,
|
# This is the verson number for the application,
|
||||||
# will be in info.plist file, about page etc.
|
# will be in info.plist file, about page etc.
|
||||||
VERSION = 4.1.1
|
VERSION = 4.1.2
|
||||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||||
|
|
||||||
buildqrc.commands = python build_qrc.py ${QMAKE_FILE_IN}
|
buildqrc.commands = python build_qrc.py ${QMAKE_FILE_IN}
|
||||||
|
Loading…
Reference in New Issue
Block a user