aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:00:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:00:32 +0000
commit062ac68fe9f201a5de25be2c114fc05bc2490974 (patch)
treeb88a9e0d5c3bc49bd819c28405ab677b26fb639e /DOC
parent31ba0047839e40962d894c245c77a877e823e498 (diff)
parentd6152ba68f2d29c91efab3445c043c1dc0c1cb7a (diff)
downloadlzma-android14-mainline-cellbroadcast-release.tar.gz
Change-Id: If522506c76b201c4b6da7d826e080f16f9ab06a8
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,