diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-02-03 17:52:19 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-02-03 17:52:19 +0100 |
commit | 55563ffe42b5e3e702e07a9309342b59a9434d22 (patch) | |
tree | 23e4c934ce32c941283816a76ee6126b2130b41a /doc/html | |
parent | c69ba240c4273889d3e4638d93d0e7ca70e85089 (diff) | |
download | VeraCrypt-55563ffe42b5e3e702e07a9309342b59a9434d22.tar.gz VeraCrypt-55563ffe42b5e3e702e07a9309342b59a9434d22.zip |
Increment version to 1.26.20. Update Release Notes.
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/Release Notes.html | 22 | ||||
-rw-r--r-- | doc/html/ru/Release Notes.html | 24 |
2 files changed, 41 insertions, 5 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index a01ee225..235971db 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -40,11 +40,29 @@ <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.19</strong> (January 22<sup>nd</sup>, 2025):</p> +<p><strong style="text-align:left">1.26.20</strong> (February 3<sup>rd</sup>, 2025):</p> <ul> +<li><strong>All OSes:</strong> + <ul> + <li>Implement SHA-256 acceleration on ARM64 platforms using CPU instructions.</li> + <li>Update translations.</li> + <li>Replace "Dismount" with "Unmount" across the UI and documentation to align with IT standards.</li> + </ul> +</li> +<li><strong>Windows:</strong> + <ul> + <li>Revert to the previous method of gathering system entropy due to stability issues reported by users.</li> + </ul> +</li> +<li><strong>Linux:</strong> + <ul> + <li>Fix a regression in Linux Mint affecting administrator password authentication (GH #1473).</li> + </ul> +</li> <li><strong>macOS:</strong> <ul> -<li>Fix regression that blocked unmounting of volumes. (GH #1467)</li> +<li>Fix a regression that prevented volume unmounting (GH #1467).</li> +<li>Resolve a wxWidgets 3.2.6 assertion error related to the undefined switch <code>use-dummy-sudo-password</code> (GH #1470).</li> </ul> </li> </ul> diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html index 071f56aa..03afdcf3 100644 --- a/doc/html/ru/Release Notes.html +++ b/doc/html/ru/Release Notes.html @@ -43,13 +43,31 @@ VeraCrypt старее, чем 1.18a.</span></li> </p> -<p><strong style="text-align:left">1.26.19</strong> (22 января 2025 года):</p> +<p><strong style="text-align:left">1.26.20</strong> (3 февраля 2025 года):</p> <ul> -<li><strong>macOS:</strong> +<li><strong>Все ОС:</strong> + <ul> + <li>Реализовано ускорение SHA-256 на ARM64-платформах с использованием команд процессора.</li> + <li>Обновлены переводы.</li> + <li>Во всём интерфейсе и документации термин "Dismount" заменён на "Unmount" для соответствия IT-стандартам.</li> + </ul> +</li> +<li><strong>Windows:</strong> + <ul> + <li>Восстановлен предыдущий метод сбора системной энтропии из-за сообщений пользователей о проблемах со стабильностью.</li> + </ul> +</li> +<li><strong>Linux:</strong> <ul> - <li>Исправлена регрессия, из-за которой было невозможно размонтировать тома (GH #1467).</li> + <li>Исправлена регрессия в Linux Mint, связанная с аутентификацией администратора по паролю (GH #1473).</li> </ul> </li> +<li><strong>macOS:</strong> +<ul> +<li>Исправлена регрессия, из-за которой было невозможно размонтировать тома (GH #1467).</li> +<li>Исправлена ошибка утверждения wxWidgets 3.2.6, связанная с неопределённым параметром <code>use-dummy-sudo-password</code> (GH #1470).</li> +</ul> +</li> </ul> <p><strong style="text-align:left">1.26.18</strong> (20 января 2025 года):</p> |