MacOSX: Increment version to 1.24.5 and update release notes.

This commit is contained in:
Mounir IDRASSI 2021-12-24 21:19:18 +01:00
parent 2f45be1219
commit bb0cef759b
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
7 changed files with 14 additions and 10 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>