Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: warexify/p7zip

16.02

27 Nov 08:03

Choose a tag to compare

  • From Windows version of 7-Zip 16.02:
    • The BUG in 16.00 - 16.01 was fixed: 7-Zip mistakenly reported the warning
      "There are some data after the end of the payload data" for split archives.

15.14.1

27 Nov 08:06

Choose a tag to compare

  • patch #32 Compiling in OS X fails with p7zip_15.14

15.14

27 Nov 08:05

Choose a tag to compare

  • bug #147 Directory traversal through symlinks
    ( https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1038 )

  • patch #26 : Patch to correctly set permissions for docs that permits non-sudo deletion of docs

  • patch #27 : Update Mac OS X LLVM 64bits Makefile

  • patch #28 : p7zip version 15.09 fails to build on s390

  • patch #29 : please fix incorrect fsf address

  • patch #31 : p7zip 15.09 fails to build on mips

  • bug : "7za a -p ..." was fixed

  • bug #172 : Impossible to create archive with some unicode symbols in filename

  • From Windows version of 7-Zip 15.13:

    • The BUG in 15.13 in CAB code was fixed.
  • From Windows version of 7-Zip 15.12:

    • Some bugs were fixed.
    • New localization: Yoruba.
  • test_emul becomes test_lib (tests libraries)

  • cross building added :
    makefile.linux_cross_mipsel

  • support for android 5+ (-fPIE -pie)

9.38.1

27 Nov 08:07

Choose a tag to compare

  • bug #145 "p7zip crashes while moving memory in MoveItems

9.38

27 Nov 08:07

Choose a tag to compare

  • patch #23 fixes "7z with unicode file name with surrogate pair is not handled well in Linux"

  • bug #139 "password from commanline is visible in processes list"
    Now the characters of the password are replaced with *.

  • From Windows version of 7-zip

    • bug#138 If you extract the password with # program crashes
      7z now supports long password in RAR 3 and 4.

9.20.1

27 Nov 08:08

Choose a tag to compare

  • #3211479 "p7zip 9.20 - "unsupported method" with RAR files - " fixed
    "install.sh" installs again "bin/Codecs/Rar29.so"

9.20

27 Nov 08:09

Choose a tag to compare

  • From Windows version of 7-zip 9.20, What's new after 7-Zip 4.65 (2009-02-03):
    • 7-Zip now supports LZMA2 compression method.
    • 7-Zip now can update solid .7z archives.
    • 7-Zip now supports XZ archives.
    • 7-Zip now supports PPMd compression in ZIP archives.
    • 7-Zip now can unpack NTFS, FAT, VHD, MBR, APM, SquashFS, CramFS, MSLZ archives.
    • 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin.
    • 7-Zip now can unpack some TAR and ISO archives with incorrect headers.
    • 7-Zip now supports files that are larger than 8 GB in TAR archives.
    • NSIS and WIM support was improved.
    • Partial parsing for EXE resources, SWF and FLV.
    • The support for archives in installers was improved.
    • 7-Zip now can stores NTFS file timestamps to ZIP archives.
    • Speed optimizations in PPMd codec.
    • Speed optimizations in CRC calculation code for Intel's Atom CPUs.
    • New -scrc switch to calculate total CRC-32 during extracting / testing.
    • 7-Zip File Manager now doesn't use temp files to open nested archives stored without compression.
    • Disk fragmentation problem for ZIP archives created by 7-Zip was fixed.
    • Some bugs were fixed.
    • New localizations: Hindi, Gujarati, Sanskrit, Tatar, Uyghur, Kazakh.
    • Not in p7zip : Speed optimizations in AES code for Intel's 32nm CPUs.

9.13

27 Nov 08:10

Choose a tag to compare

  • From Windows version of 7-zip 9.12

    • Some bugs were fixed.
  • #2863580 "Crash in Rar decoder on a corrupted file" fixed

  • #2860898 "Dereferencing a zero pointer in cab handler" fixed

  • #2860679 "Division by zero in cab decoder" fixed

9.04

27 Nov 08:11

Choose a tag to compare

  • From Windows version of 7-zip 9.04 :

    • 7-Zip now can update solid .7z archives.
    • 7-Zip now supports LZMA2 compression method.
    • 7-Zip now supports XZ archives.
    • 7-Zip now can unpack NTFS, FAT, VHD and MBR archives.
    • 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin.
    • New -scrc switch to calculate total CRC-32 during extracting / testing.
    • Some bugs were fixed.
  • #2799966 " A newly created 7z archive (by p7zip 4.65) is broken and cannot be unpacked / listed / tested"
    Fixed : now "7za a -mx=9 archive.7z directory" creates a good archive even
    if there are a lot of executable files.

  • Fixed : the RAM size was reported incorrectly on MacOSX 64bits (with 2Gb+ RAM)

  • #2798023 "segfault handling very large multivolume .7z file"
    p7zip now displays the following error "Error: Too many open files"
    if you don't have enough rights to open all the splitted files
    ( on Linux : ulimit -n)

4.65

27 Nov 08:12

Choose a tag to compare

  • From Windows version of 7-zip 4.62 to 4.65

    • The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives encrypted with WinZip-AES method.
    • 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES.
    • Some bugs were fixed.
  • Fixed : the RAM size was reported incorrectly on MacOSX 64bits

  • Fixed : makefile.linux_amd64_asm_icc

  • DJGPP :
    makefile.djgpp becomes makefile.djgpp_old
    makefile.djgpp_watt added (thank to Rugxulo)

  • you can now compile 7za with a cmake project (see README)
    the cmake project can build a codeblock project ;)
    Remark : the kdevelop3 or Eclipse/CDT4 project don't work :(