mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 12:03:28 +01:00
Update release notes for 1.26.0 and set its date to March 21st 2022
This commit is contained in:
parent
165df2188e
commit
69a9c6b394
Binary file not shown.
@ -175,8 +175,8 @@
|
|||||||
</OBJECT>
|
</OBJECT>
|
||||||
<UL>
|
<UL>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="RIPEMD-160">
|
<param name="Name" value="BLAKE2s-256">
|
||||||
<param name="Local" value="RIPEMD-160.html">
|
<param name="Local" value="BLAKE2s-256.html">
|
||||||
</OBJECT>
|
</OBJECT>
|
||||||
<LI> <OBJECT type="text/sitemap">
|
<LI> <OBJECT type="text/sitemap">
|
||||||
<param name="Name" value="SHA-256">
|
<param name="Name" value="SHA-256">
|
||||||
|
@ -44,6 +44,7 @@ Beginner's Tutorial_Image_022.jpg
|
|||||||
Beginner's Tutorial_Image_023.gif
|
Beginner's Tutorial_Image_023.gif
|
||||||
Beginner's Tutorial_Image_024.gif
|
Beginner's Tutorial_Image_024.gif
|
||||||
Beginner's Tutorial_Image_034.png
|
Beginner's Tutorial_Image_034.png
|
||||||
|
BLAKE2s-256.html
|
||||||
Camellia.html
|
Camellia.html
|
||||||
Cascades.html
|
Cascades.html
|
||||||
Changing Passwords and Keyfiles.html
|
Changing Passwords and Keyfiles.html
|
||||||
@ -141,7 +142,6 @@ References.html
|
|||||||
Release Notes.html
|
Release Notes.html
|
||||||
Removable Medium Volume.html
|
Removable Medium Volume.html
|
||||||
Removing Encryption.html
|
Removing Encryption.html
|
||||||
RIPEMD-160.html
|
|
||||||
Security Model.html
|
Security Model.html
|
||||||
Security Requirements and Precautions.html
|
Security Requirements and Precautions.html
|
||||||
Security Requirements for Hidden Volumes.html
|
Security Requirements for Hidden Volumes.html
|
||||||
|
@ -39,6 +39,28 @@ <h1>Release Notes</h1>
|
|||||||
<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.26</strong> (March 21<sup>st</sup>, 2022):</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>All OSes:</strong>
|
||||||
|
<ul>
|
||||||
|
<li>Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes.</li>
|
||||||
|
<li>Complete removal of RIPEMD16 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore.</li>
|
||||||
|
<li>Add Corsican language support. Update translations (French, German, Russian). </li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><strong>Windows:</strong>
|
||||||
|
<ul>
|
||||||
|
<li>EFI Bootloader:
|
||||||
|
<ul>
|
||||||
|
<li>Fix bug in PasswordTimeout value handling that caused it to be limited to 255 seconds.</li>
|
||||||
|
<li>Rescue Disk: enhance "Boot Original Windows Loader" by using embedded backup of original Windows loader if it is missing from disk</li>
|
||||||
|
<li>Addition of Blake2s and removal of RIPEMD160 & GOST89</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p><strong style="text-align:left">1.25.9</strong> (February 19<sup>th</sup>, 2022):</p>
|
<p><strong style="text-align:left">1.25.9</strong> (February 19<sup>th</sup>, 2022):</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>All OSes:</strong>
|
<li><strong>All OSes:</strong>
|
||||||
|
@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI )
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# - Set version of the package
|
# - Set version of the package
|
||||||
set( FULL_VERSION "1.25.9" )
|
set( FULL_VERSION "1.26.0" )
|
||||||
set( VERSION "1.25.9" )
|
set( VERSION "1.26.0" )
|
||||||
set( RELEASE "1" )
|
set( RELEASE "1" )
|
||||||
|
|
||||||
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
|
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
<string>TRUE</string>
|
<string>TRUE</string>
|
||||||
|
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.25.9</string>
|
<string>1.26.0</string>
|
||||||
|
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>_VERSION_</string>
|
<string>_VERSION_</string>
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
<string>TRUE</string>
|
<string>TRUE</string>
|
||||||
|
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.25.9</string>
|
<string>1.26.0</string>
|
||||||
|
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>_VERSION_</string>
|
<string>_VERSION_</string>
|
||||||
|
@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
|||||||
#define VERSION_NUM 0x0126
|
#define VERSION_NUM 0x0126
|
||||||
|
|
||||||
// Release date
|
// Release date
|
||||||
#define TC_STR_RELEASE_DATE L"March 9, 2022"
|
#define TC_STR_RELEASE_DATE L"March 21, 2022"
|
||||||
#define TC_RELEASE_DATE_YEAR 2022
|
#define TC_RELEASE_DATE_YEAR 2022
|
||||||
#define TC_RELEASE_DATE_MONTH 03
|
#define TC_RELEASE_DATE_MONTH 03
|
||||||
|
|
||||||
|
@ -558,7 +558,7 @@
|
|||||||
<key>USE_HFS+_COMPRESSION</key>
|
<key>USE_HFS+_COMPRESSION</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>VERSION</key>
|
<key>VERSION</key>
|
||||||
<string>1.25.9</string>
|
<string>1.26.0</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>TYPE</key>
|
<key>TYPE</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
@ -1026,7 +1026,7 @@ https://osxfuse.github.io/
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>NAME</key>
|
<key>NAME</key>
|
||||||
<string>VeraCrypt 1.25.9</string>
|
<string>VeraCrypt 1.26</string>
|
||||||
<key>PAYLOAD_ONLY</key>
|
<key>PAYLOAD_ONLY</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
|
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
|
||||||
|
@ -557,7 +557,7 @@
|
|||||||
<key>USE_HFS+_COMPRESSION</key>
|
<key>USE_HFS+_COMPRESSION</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>VERSION</key>
|
<key>VERSION</key>
|
||||||
<string>1.25.9</string>
|
<string>1.26.0</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>TYPE</key>
|
<key>TYPE</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
@ -1062,7 +1062,7 @@ https://osxfuse.github.io/
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>NAME</key>
|
<key>NAME</key>
|
||||||
<string>VeraCrypt Legacy 1.25.9</string>
|
<string>VeraCrypt Legacy 1.26</string>
|
||||||
<key>PAYLOAD_ONLY</key>
|
<key>PAYLOAD_ONLY</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
|
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user