aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
Diffstat (limited to 'DOC')
-rw-r--r--DOC/lzma-history.txt8
-rw-r--r--DOC/lzma-sdk.txt2
2 files changed, 9 insertions, 1 deletions
diff --git a/DOC/lzma-history.txt b/DOC/lzma-history.txt
index c4ea98d..3a6f0f3 100644
--- a/DOC/lzma-history.txt
+++ b/DOC/lzma-history.txt
@@ -1,6 +1,14 @@
HISTORY of the LZMA SDK
-----------------------
+19.00 2019-02-21
+-------------------------
+- Encryption strength for 7z archives was increased:
+ the size of random initialization vector was increased from 64-bit to 128-bit,
+ and the pseudo-random number generator was improved.
+- The bug in 7zIn.c code was fixed.
+
+
18.06 2018-12-30
-------------------------
- The speed for LZMA/LZMA2 compressing was increased by 3-10%,
diff --git a/DOC/lzma-sdk.txt b/DOC/lzma-sdk.txt
index 97fc26d..1bde6db 100644
--- a/DOC/lzma-sdk.txt
+++ b/DOC/lzma-sdk.txt
@@ -1,4 +1,4 @@
-LZMA SDK 18.06
+LZMA SDK 19.00
--------------
LZMA SDK provides the documentation, samples, header files,