diff options
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1919267 -> 1921257 bytes | |||
-rw-r--r-- | doc/chm/VeraCrypt.hhc | 4 | ||||
-rw-r--r-- | doc/chm/VeraCrypt.hhp | 2 | ||||
-rw-r--r-- | doc/html/Release Notes.html | 22 | ||||
-rw-r--r-- | src/Build/CMakeLists.txt | 4 | ||||
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.legacy.xml | 2 | ||||
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.xml | 2 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 2 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt.pkgproj | 4 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 4 |
10 files changed, 34 insertions, 12 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex 62f048bd..8d2384aa 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/chm/VeraCrypt.hhc b/doc/chm/VeraCrypt.hhc index 500f906b..d5b5b095 100644 --- a/doc/chm/VeraCrypt.hhc +++ b/doc/chm/VeraCrypt.hhc @@ -177,4 +177,4 @@ <LI> <OBJECT type="text/sitemap"> - <param name="Name" value="RIPEMD-160"> - <param name="Local" value="RIPEMD-160.html"> + <param name="Name" value="BLAKE2s-256"> + <param name="Local" value="BLAKE2s-256.html"> </OBJECT> diff --git a/doc/chm/VeraCrypt.hhp b/doc/chm/VeraCrypt.hhp index c6c7f5d1..3f66edd0 100644 --- a/doc/chm/VeraCrypt.hhp +++ b/doc/chm/VeraCrypt.hhp @@ -46,2 +46,3 @@ Beginner's Tutorial_Image_024.gif Beginner's Tutorial_Image_034.png +BLAKE2s-256.html Camellia.html @@ -143,3 +144,2 @@ Removable Medium Volume.html Removing Encryption.html -RIPEMD-160.html Security Model.html diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 7bcc434d..0748a3d5 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -41,2 +41,24 @@ </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> diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 51c8bdd2..24c37df9 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -13,4 +13,4 @@ endif() # - Set version of the package -set( FULL_VERSION "1.25.9" ) -set( VERSION "1.25.9" ) +set( FULL_VERSION "1.26.0" ) +set( VERSION "1.26.0" ) set( RELEASE "1" ) diff --git a/src/Build/Resources/MacOSX/Info.plist.legacy.xml b/src/Build/Resources/MacOSX/Info.plist.legacy.xml index d21c1cf5..ffe0ed69 100644 --- a/src/Build/Resources/MacOSX/Info.plist.legacy.xml +++ b/src/Build/Resources/MacOSX/Info.plist.legacy.xml @@ -76,3 +76,3 @@ <key>CFBundleVersion</key> - <string>1.25.9</string> + <string>1.26.0</string> diff --git a/src/Build/Resources/MacOSX/Info.plist.xml b/src/Build/Resources/MacOSX/Info.plist.xml index 6af60edd..d4729eff 100644 --- a/src/Build/Resources/MacOSX/Info.plist.xml +++ b/src/Build/Resources/MacOSX/Info.plist.xml @@ -76,3 +76,3 @@ <key>CFBundleVersion</key> - <string>1.25.9</string> + <string>1.26.0</string> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index f2ffb02b..eb8fefdc 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -75,3 +75,3 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); // 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 diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj index 8a365677..975b90a1 100755 --- a/src/Setup/MacOSX/veracrypt.pkgproj +++ b/src/Setup/MacOSX/veracrypt.pkgproj @@ -560,3 +560,3 @@ <key>VERSION</key> - <string>1.25.9</string> + <string>1.26.0</string> </dict> @@ -1028,3 +1028,3 @@ https://osxfuse.github.io/ <key>NAME</key> - <string>VeraCrypt 1.25.9</string> + <string>VeraCrypt 1.26</string> <key>PAYLOAD_ONLY</key> diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 3e6e2653..75a879a3 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -559,3 +559,3 @@ <key>VERSION</key> - <string>1.25.9</string> + <string>1.26.0</string> </dict> @@ -1064,3 +1064,3 @@ https://osxfuse.github.io/ <key>NAME</key> - <string>VeraCrypt Legacy 1.25.9</string> + <string>VeraCrypt Legacy 1.26</string> <key>PAYLOAD_ONLY</key> |