mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
MacOSX: Increment version to 1.24.5 and update release notes.
This commit is contained in:
parent
2f45be1219
commit
bb0cef759b
@ -39,7 +39,7 @@ <h1>Release Notes</h1>
|
||||
<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.25.5</strong> (December 19<sup>th</sup>, 2021):</p>
|
||||
<p><strong style="text-align:left">1.25.5</strong> (December 24<sup>th</sup>, 2021):</p>
|
||||
<ul>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
@ -51,6 +51,10 @@ <h1>Release Notes</h1>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<li><strong>MacOSX:</strong>
|
||||
<ul>
|
||||
<li>Fix resource files inside VeraCrypt application bundle (e.g. HTML documentation, languages XML files) being world-writable.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><strong style="text-align:left">1.25.4</strong> (December 3<sup>rd</sup>, 2021):</p>
|
||||
|
@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI )
|
||||
endif()
|
||||
|
||||
# - Set version of the package
|
||||
set( FULL_VERSION "1.25.4" )
|
||||
set( VERSION "1.25.4" )
|
||||
set( FULL_VERSION "1.25.5" )
|
||||
set( VERSION "1.25.5" )
|
||||
set( RELEASE "1" )
|
||||
|
||||
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
|
||||
|
@ -74,7 +74,7 @@
|
||||
<string>TRUE</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.25.4</string>
|
||||
<string>1.25.5</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>_VERSION_</string>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<string>TRUE</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.25.4</string>
|
||||
<string>1.25.5</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>_VERSION_</string>
|
||||
|
@ -69,7 +69,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
||||
#define VERSION_NUM 0x0125
|
||||
|
||||
// Release date
|
||||
#define TC_STR_RELEASE_DATE L"December 19, 2021"
|
||||
#define TC_STR_RELEASE_DATE L"December 24, 2021"
|
||||
#define TC_RELEASE_DATE_YEAR 2021
|
||||
#define TC_RELEASE_DATE_MONTH 12
|
||||
|
||||
|
@ -557,7 +557,7 @@
|
||||
<key>USE_HFS+_COMPRESSION</key>
|
||||
<false/>
|
||||
<key>VERSION</key>
|
||||
<string>1.25.4</string>
|
||||
<string>1.25.5</string>
|
||||
</dict>
|
||||
<key>TYPE</key>
|
||||
<integer>0</integer>
|
||||
@ -1025,7 +1025,7 @@ https://osxfuse.github.io/
|
||||
</dict>
|
||||
</array>
|
||||
<key>NAME</key>
|
||||
<string>VeraCrypt 1.25.4</string>
|
||||
<string>VeraCrypt 1.25.5</string>
|
||||
<key>PAYLOAD_ONLY</key>
|
||||
<false/>
|
||||
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
|
||||
|
@ -557,7 +557,7 @@
|
||||
<key>USE_HFS+_COMPRESSION</key>
|
||||
<false/>
|
||||
<key>VERSION</key>
|
||||
<string>1.25.4</string>
|
||||
<string>1.25.5</string>
|
||||
</dict>
|
||||
<key>TYPE</key>
|
||||
<integer>0</integer>
|
||||
@ -1062,7 +1062,7 @@ https://osxfuse.github.io/
|
||||
</dict>
|
||||
</array>
|
||||
<key>NAME</key>
|
||||
<string>VeraCrypt Legacy 1.25.4</string>
|
||||
<string>VeraCrypt Legacy 1.25.5</string>
|
||||
<key>PAYLOAD_ONLY</key>
|
||||
<false/>
|
||||
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
|
||||
|
Loading…
Reference in New Issue
Block a user