diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-09-01 22:46:42 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-09-01 22:46:42 +0200 |
commit | 68ade5717bd9619ef795d235d5eb6d9c61ca5f8a (patch) | |
tree | 78c7def2edea5b6c7d537ab358e17677ac625cb5 /doc/html/Release Notes.html | |
parent | 9ec7c27c59e58d3dbbe0fd33c8951c56f7410b3e (diff) | |
download | VeraCrypt-68ade5717bd9619ef795d235d5eb6d9c61ca5f8a.tar.gz VeraCrypt-68ade5717bd9619ef795d235d5eb6d9c61ca5f8a.zip |
Windows: Update Release Notes for 1.26.15 release to mention MSI related changes
Diffstat (limited to 'doc/html/Release Notes.html')
-rw-r--r-- | doc/html/Release Notes.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 9b7ca410..e0458c52 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -39,6 +39,23 @@ <strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/> <span style="color:#ff0000;">To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.</span></li> </p> + +<p><strong style="text-align:left">1.26.15</strong> (September 2<sup>nd</sup>, 2024):</p> +<ul> +<li><strong>Windows:</strong> +<ul> + <li>Fix MSI install/uninstall issues: + <ul> + <li>Fixed error 1603 returned by MSI silent install when REBOOT=ReallySuppress is specified and a reboot is required.</li> + <li>Fixed missing documentation and language files from the MSI package.</li> + <li>Fixed MSI not installing new documentation and language files when upgrading from an EXE-based installation.</li> + <li>Fixed installation folder not being removed after MSI uninstall in some cases.</li> + </ul> + </li> +</ul> +</li> +</ul> + <p><strong style="text-align:left">1.26.14</strong> (August 25<sup>th</sup>, 2024):</p> <ul> <li><strong>All OSes:</strong> |