diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-09-21 10:13:29 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-09-21 10:39:24 +0200 |
commit | 0b8b50bde9031f83389b7eb820737bf221d277cb (patch) | |
tree | eb0bec8e1544213e9e7cd8f4a352f0f002ba4e06 /doc/html | |
parent | 0557cac9cf416c02624321c197ffba7067d9b83b (diff) | |
download | VeraCrypt-0b8b50bde9031f83389b7eb820737bf221d277cb.tar.gz VeraCrypt-0b8b50bde9031f83389b7eb820737bf221d277cb.zip |
Increment version to 1.23-Hotfix-1
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/Release Notes.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 13deabe8..2f6f5271 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -35,6 +35,19 @@ <div class="wikidoc"> <h1>Release Notes</h1> +<p><strong style="text-align:left">1.23-Hotfix-1 </strong>(September 20<sup>th</sup>, 2018):</p> +<ul> +<li><strong>Windows:</strong> +<ul> +<li>Fix low severity vulnerability inherited from TrueCrypt that allowed reading 3 bytes of kernel stack memory (with a rare possibility of 25 additional bytes). Reported by Tim Harrison. +</li> +<li>Disable quick format when creating file containers from command line. Add /quick switch to enable it in this case if needed.</li> +<li>Add /nosizecheck switch to disable checking container size against available free space during its creation. This enables to workaround a <a href="https://support.microsoft.com/en-us/help/177127/incorrect-disk-free-space-information-for-a-dfs-client-share">bug in Microsoft Distributed File System (DFS)</a> +</li> +</ul> +</li> +</ul> + <p><strong style="text-align:left">1.23 </strong>(September 12<sup>th</sup>, 2018):</p> <ul> <li><strong>Windows:</strong> |