mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-07-05 20:48:00 -05:00
Windows: Update LZMA SDK to version 26.02
This commit is contained in:
@@ -76,6 +76,11 @@
|
|||||||
#pragma GCC diagnostic ignored "-Wreserved-identifier"
|
#pragma GCC diagnostic ignored "-Wreserved-identifier"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if __clang_major__ >= 22
|
||||||
|
// for "StdAfx.h" and "Precomp.h"
|
||||||
|
#pragma GCC diagnostic ignored "-Wshadow-header"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // __clang__
|
#endif // __clang__
|
||||||
|
|
||||||
#if defined(__clang__) && __clang_major__ >= 16
|
#if defined(__clang__) && __clang_major__ >= 16
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
HISTORY of the LZMA SDK
|
HISTORY of the LZMA SDK
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
26.02 2026-06-25
|
||||||
|
-------------------------
|
||||||
|
- Some bugs and vulnerabilities were fixed.
|
||||||
|
|
||||||
|
|
||||||
26.01 2026-04-27
|
26.01 2026-04-27
|
||||||
-------------------------
|
-------------------------
|
||||||
- linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression
|
- linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
LZMA SDK 26.01
|
LZMA SDK 26.02
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
LZMA SDK provides the documentation, samples, header files,
|
LZMA SDK provides the documentation, samples, header files,
|
||||||
|
|||||||
Reference in New Issue
Block a user