From a7a1d4a241492e81f659a920f7379c193593ebc6 Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:00:00 +0000 Subject: 24.07 --- DOC/7zip.wxs | 2 +- DOC/lzma.txt | 2 +- DOC/readme.txt | 2 +- DOC/src-history.txt | 10 ++++++++++ 4 files changed, 13 insertions(+), 3 deletions(-) (limited to 'DOC') diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs index fe31819..f3fba10 100644 --- a/DOC/7zip.wxs +++ b/DOC/7zip.wxs @@ -1,7 +1,7 @@ - + diff --git a/DOC/lzma.txt b/DOC/lzma.txt index 045502f..166bc3b 100644 --- a/DOC/lzma.txt +++ b/DOC/lzma.txt @@ -1,6 +1,6 @@ LZMA compression ---------------- -Version: 24.06 +Version: 24.07 This file describes LZMA encoding and decoding functions written in C language. diff --git a/DOC/readme.txt b/DOC/readme.txt index affc1d5..6d04c5a 100644 --- a/DOC/readme.txt +++ b/DOC/readme.txt @@ -1,4 +1,4 @@ -7-Zip 24.06 Sources +7-Zip 24.07 Sources ------------------- 7-Zip is a file archiver for Windows. diff --git a/DOC/src-history.txt b/DOC/src-history.txt index 3637c24..2d0ba98 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt @@ -1,6 +1,16 @@ HISTORY of the 7-Zip source code -------------------------------- +24.07 2024-06-19 +------------------------- +- Changes in files: + Asm/x86/Sha256Opt.asm + Asm/x86/Sha1Opt.asm + Now it uses "READONLY" flag for constant array segment. + It fixes an issue where ".rodata" section in 7-Zip for x86/x64 Linux had a "WRITE" attribute. +- The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives. + + 24.06 2024-05-26 ------------------------- - The bug was fixed: 7-Zip could not unpack some ZSTD archives. -- cgit v1.2.3-55-g6feb