diff --git a/CHANGELOG.md b/CHANGELOG.md index 1533503e..3c2f3511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.14.x / 5.69.x] - 2024-xx-xx + +### Changed +- changed Qt 5 version to Qt 5.15.14 with OpenSSL 3.3.1 [#3994](https://github.com/sandboxie-plus/Sandboxie/pull/3994) (thanks offhub) + + ## [1.14.2 / 5.69.2] - 2024-06-19 @@ -40,7 +46,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - ## [1.14.1 / 5.69.1] - 2024-06-06 ### Added @@ -68,7 +73,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - ## [1.14.0 / 5.69.0] - 2024-05-17 ### Added @@ -152,7 +156,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - on systems in test signing mode, Sandboxie will try outdated offsets by default -- changed Qt5 version to Qt5.15.13 with latest security patches [#3694](https://github.com/sandboxie-plus/Sandboxie/pull/3694) (thanks LumitoLuma) +- changed Qt 5 version to Qt 5.15.13 with latest security patches [#3694](https://github.com/sandboxie-plus/Sandboxie/pull/3694) (thanks LumitoLuma) - moved network restrictions from general restrictions tab to an own tab on the network page - improved certificate retrieval UI messages - improved MPC-BE template [#3798](https://github.com/sandboxie-plus/Sandboxie/pull/3798) diff --git a/SandboxiePlus/MiscHelpers/MiscHelpers.vcxproj b/SandboxiePlus/MiscHelpers/MiscHelpers.vcxproj index 73c6bb06..a8627a78 100644 --- a/SandboxiePlus/MiscHelpers/MiscHelpers.vcxproj +++ b/SandboxiePlus/MiscHelpers/MiscHelpers.vcxproj @@ -84,7 +84,7 @@ core;core-private;network;widgets - Qt5.15.13_msvc2019_64 + Qt5.15.14_msvc2019_64 core;core-private;network;widgets diff --git a/SandboxiePlus/QSbieAPI/QSbieAPI.vcxproj b/SandboxiePlus/QSbieAPI/QSbieAPI.vcxproj index 23bc183c..50c94238 100644 --- a/SandboxiePlus/QSbieAPI/QSbieAPI.vcxproj +++ b/SandboxiePlus/QSbieAPI/QSbieAPI.vcxproj @@ -84,7 +84,7 @@ concurrent;core - Qt5.15.13_msvc2019_64 + Qt5.15.14_msvc2019_64 concurrent;core diff --git a/SandboxiePlus/QtSingleApp/qtsingleapp/qtsingleapp/qtsingleapp.vcxproj b/SandboxiePlus/QtSingleApp/qtsingleapp/qtsingleapp/qtsingleapp.vcxproj index e7664d27..f2254654 100644 --- a/SandboxiePlus/QtSingleApp/qtsingleapp/qtsingleapp/qtsingleapp.vcxproj +++ b/SandboxiePlus/QtSingleApp/qtsingleapp/qtsingleapp/qtsingleapp.vcxproj @@ -67,7 +67,7 @@ - Qt5.15.13_msvc2019_64 + Qt5.15.14_msvc2019_64 core;network;widgets diff --git a/SandboxiePlus/ReadMe.md b/SandboxiePlus/ReadMe.md index ff3d02ea..542feb41 100644 --- a/SandboxiePlus/ReadMe.md +++ b/SandboxiePlus/ReadMe.md @@ -8,7 +8,7 @@ Sandboxie Plus builds under Visual Studio 2019, as it offers the widest compatib 1) We will be installing Visual Studio Community Edition which is sufficient for our purposes, during the installation we need to take care of selecting a Windows SDK version which matches the WDK version we will be installing in the next step. - If you have VS 2019 already installed, you can open the installer and check which SDK you have and add if necessary one matching the WDK. 2) Next, we will install WDK 20xxx which is required to build the driver, the WDK installer installs the required VS plugin at the end. -3) So far so good, at this point we already have all we need to build Sandboxie Classic. To build the SandMan UI of Sandboxie Plus, though, we also need the Qt Framework, we can use either 5.15.13 or 6.3.x, but since Qt 6.x does not support Windows 7 without custom patches to base components, we will stick with Qt 5.15.13 for this tutorial. +3) So far so good, at this point we already have all we need to build Sandboxie Classic. To build the SandMan UI of Sandboxie Plus, though, we also need the Qt Framework, we can use either 5.15.14 or 6.3.x, but since Qt 6.x does not support Windows 7 without custom patches to base components, we will stick with Qt 5.15.14 for this tutorial. - Note: however, if you want to build SandMan UI for ARM64, you will need to use Qt 6.3.x or later. 4) We use Qt's online installer and select all required components. I like to also install the source and debug information, but this is just for convenience when debugging and not needed for the build process. 5) Last but not least, we have to install the VS extension for Qt and configure it to point to our Qt installation. diff --git a/SandboxiePlus/SandMan/SandMan.vcxproj b/SandboxiePlus/SandMan/SandMan.vcxproj index 469735bf..e935e6ba 100644 --- a/SandboxiePlus/SandMan/SandMan.vcxproj +++ b/SandboxiePlus/SandMan/SandMan.vcxproj @@ -126,7 +126,7 @@ concurrent;core;gui;network;widgets;winextras - Qt5.15.13_msvc2019_64 + Qt5.15.14_msvc2019_64 core;network;gui;widgets;qml;winextras;concurrent;widgets-private;qml-private diff --git a/SandboxiePlus/UGlobalHotkey/uglobalhotkey.vcxproj b/SandboxiePlus/UGlobalHotkey/uglobalhotkey.vcxproj index 2f580682..6ff08193 100644 --- a/SandboxiePlus/UGlobalHotkey/uglobalhotkey.vcxproj +++ b/SandboxiePlus/UGlobalHotkey/uglobalhotkey.vcxproj @@ -100,7 +100,7 @@ core;gui;widgets - Qt5.15.13_msvc2019_64 + Qt5.15.14_msvc2019_64 core;gui;widgets