aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2019-02-11 13:22:11 +0100
committerMiguel Costa <miguel.costa@qt.io>2019-02-14 10:24:01 +0000
commit2dea1b2bb1c0b410cee08c1d65fa8baae649d90d (patch)
treee09dae20526b108f859c22dd81562cc634656ede
parent0bbd2bb873bec51237cc7b481bac9ad4a54f25de (diff)
Update version number to 2.3.2v2.3.22.3
Change-Id: If409ef0cfe4dbdf91d28ad1dd2634ff2d5654238 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Changelog15
-rw-r--r--src/version.targets2
2 files changed, 16 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 51c67f3c..185a6e04 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,18 @@
+The Qt Visual Studio Tools version 2.3.2 contains several bug fixes.
+
+Changes
+-------
+- Fixed QTVSADDINBUG-601: Pressing Alt-F1 crashes VS or fails to find selected documentation
+- Fixed QTVSADDINBUG-608: Error in QRC compilation when paths contain spaces
+- Fixed QTVSADDINBUG-609: C++ compiler output directories are not created
+- Fixed QTVSADDINBUG-610: QML debug blocked when path to executable contains spaces
+- Fixed QTVSADDINBUG-611: Build errors when combining RelativeDir with absolute paths in Qt tools
+- Fixed QTVSADDINBUG-613: Project dependencies ignored
+- Fixed QTVSADDINBUG-615: Unable to set breakpoints in .js files
+- Fixed QTVSADDINBUG-618: Error when building with FIPS group policy enabled
+- Will now display the version of the Qt Visual Studio Tools in the main menu (QTVSADDINBUG-607).
+
+
The Qt Visual Studio Tools version 2.3.1 adds support for Visual Studio 2019. This version also
includes fixes to bugs reported in the previous version.
diff --git a/src/version.targets b/src/version.targets
index baf4110c..149ea555 100644
--- a/src/version.targets
+++ b/src/version.targets
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
- <QtVSToolsVersion>2.3.1</QtVSToolsVersion>
+ <QtVSToolsVersion>2.3.2</QtVSToolsVersion>
</PropertyGroup>
</Project>