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 | |
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
-rw-r--r-- | doc/html/Release Notes.html | 17 | ||||
-rw-r--r-- | doc/html/ru/Release Notes.html | 17 |
2 files changed, 34 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> diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html index 9aba8da4..654cb031 100644 --- a/doc/html/ru/Release Notes.html +++ b/doc/html/ru/Release Notes.html @@ -42,6 +42,23 @@ внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией VeraCrypt старее, чем 1.18a.</span></li> </p> + +<p><strong style="text-align:left">1.26.15</strong> (2 сентября 2024 года):</p> +<ul> +<li><strong>Windows:</strong> +<ul> + <li>Исправлены проблемы установки и удаления MSI-пакета: + <ul> + <li>Исправлена ошибка 1603, возникавшая при тихой установке MSI с параметром REBOOT=ReallySuppress, когда требовалась перезагрузка.</li> + <li>Исправлено отсутствие файлов документации и языковых файлов в MSI-пакете.</li> + <li>Исправлена ошибка, из-за которой MSI не устанавливал обновлённые файлы документации и языковые файлы при обновлении с установки на основе EXE-файла.</li> + <li>Исправлена ошибка, из-за которой в некоторых случаях папка установки не удалялась после удаления MSI.</li> + </ul> + </li> +</ul> +</li> +</ul> + <p><strong style="text-align:left">1.26.14</strong> (25 августа 2024 года):</p> <ul> <li><strong>Все ОС:</strong> |