From 384f4b421b0e9ffbd4f86c21e2fa0cdebefdbf93 Mon Sep 17 00:00:00 2001 From: Dag Heyman Date: Wed, 29 Jan 2020 10:33:52 +0100 Subject: [PATCH] Update NEWS and version --- NEWS | 5 +++-- ykman-gui/ykman-gui.pro | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5a0adbcc..a1a47211 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ -* Version 1.1.4 (unreleased) +* Version 1.1.4 (released 2020-01-29) ** OTP: Add option to upload YubiOTP credential to YubiCloud - ** Windows: Show better error message when failing to open a FIDO device ** macOS: Add hint about app permissions ** Linux: Show hint about pcscd service if opening device fails + ** Windows: Show better error message when failing to open a FIDO device + ** Windows: Improve how .dll files are loaded, thanks to Marius Gabriel Mihai for reporting this! ** Bugfix: Signal handling now compatible with Python 3.8 * Version 1.1.3 (released 2019-08-20) diff --git a/ykman-gui/ykman-gui.pro b/ykman-gui/ykman-gui.pro index 66162344..cf4750f4 100644 --- a/ykman-gui/ykman-gui.pro +++ b/ykman-gui/ykman-gui.pro @@ -10,7 +10,7 @@ win32|win64 { VERSION = 1.1.4 } # This is the version shown on the About page -DEFINES += APP_VERSION=\\\"1.1.4-RC1\\\" +DEFINES += APP_VERSION=\\\"1.1.4\\\" message(Version of this build: $$VERSION) @@ -53,7 +53,6 @@ RC_ICONS = ../resources/icons/ykman.ico macx { ICON = ../resources/icons/ykman.icns QMAKE_INFO_PLIST = ../resources/mac/Info.plist.in - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 # Mavericks QMAKE_POST_LINK += cp -rnf pymodules/lib/python3*/site-packages/ ykman-gui.app/Contents/MacOS/pymodules/ }