mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Update Release Notes and release date
This commit is contained in:
Binary file not shown.
@@ -39,11 +39,11 @@
|
|||||||
<strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/>
|
<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>
|
<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>
|
||||||
<p><strong style="text-align:left">1.25.8</strong> (February 10<sup>th</sup>, 2022):</p>
|
<p><strong style="text-align:left">1.25.8</strong> (February 17<sup>th</sup>, 2022):</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>All OSes:</strong>
|
<li><strong>All OSes:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update translations (Chinese, Dutch, German, Turkish).</li>
|
<li>Update translations (Chinese, Dutch, French, German, Turkish).</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><strong>Windows:</strong>
|
<li><strong>Windows:</strong>
|
||||||
@@ -65,6 +65,7 @@
|
|||||||
<li><strong>Linux:</strong>
|
<li><strong>Linux:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix generic Linux installer overwriting /usr/sbin if it is a symlink.</li>
|
<li>Fix generic Linux installer overwriting /usr/sbin if it is a symlink.</li>
|
||||||
|
<li>Enable building from source without AES-NI support.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
|||||||
#define VERSION_NUM 0x0125
|
#define VERSION_NUM 0x0125
|
||||||
|
|
||||||
// Release date
|
// Release date
|
||||||
#define TC_STR_RELEASE_DATE L"February 10, 2022"
|
#define TC_STR_RELEASE_DATE L"February 17, 2022"
|
||||||
#define TC_RELEASE_DATE_YEAR 2022
|
#define TC_RELEASE_DATE_YEAR 2022
|
||||||
#define TC_RELEASE_DATE_MONTH 02
|
#define TC_RELEASE_DATE_MONTH 02
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user