From 212dc1ee4b1d062ba49b0002ed81baf0a18c4436 Mon Sep 17 00:00:00 2001 From: Miguel Costa Date: Tue, 23 Jun 2020 14:55:15 +0200 Subject: Update version number to 2.5.2 Change-Id: I1f52622d1c6ee0264c5633edfdf9ab092c5ba347 Reviewed-by: Joerg Bornemann --- Changelog | 18 ++++++++++++++++++ src/version.targets | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 61c086c8..c09e0e63 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,21 @@ +Qt Visual Studio Tools version 2.5.2: + +Changes +------- + - Fixed QTVSADDINBUG-749: lupdate/lrelease options ignored + - Fixed QTVSADDINBUG-756, QTVSADDINBUG-783: Qt tools generate files outside of project directory + - Fixed QTVSADDINBUG-760: repc output directory not added to include path + - Fixed QTVSADDINBUG-772, QTVSADDINBUG-777: Qt tools fail to run if path contains spaces + - Fixed QTVSADDINBUG-780: Regression in Qt Quick compiler integration + - Fixed QTVSADDINBUG-781: Error accessing Qt version when using non-ASCII characters in paths + - Fixed QTVSADDINBUG-782: Incorrect build settings in the debug configuration of Qt Console apps + - Fixed QTVSADDINBUG-785: OBJECTS_DIR ignored when importing .pro + - Fixed QTVSADDINBUG-786: repc command line generated incorrectly + - Fixed QTVSADDINBUG-790: Build errors when temp directory ends with .lnk + - Fixed QTVSADDINBUG-792: Files with Q_OBJECT macro not handled correctly + - Fixed QTVSADDINBUG-793: Backslashes in Qt version name causes error + + Qt Visual Studio Tools version 2.5.1: Changes diff --git a/src/version.targets b/src/version.targets index 85f0398e..d2e81468 100644 --- a/src/version.targets +++ b/src/version.targets @@ -1,6 +1,6 @@ - 2.5.1 + 2.5.2 -- cgit v1.2.3