Skip to content

Releases: amadvance/advancecomp

AdvanceCOMP v2.6

10 Oct 15:24
Compare
Choose a tag to compare
  • Update libdeflate to 1.19 [Darik Horn]

AdvanceCOMP v2.5

22 Jan 17:10
Compare
Choose a tag to compare
  • Fix segmentation fault on invalid MNG size

AdvanceCOMP v2.4

22 Nov 22:09
Compare
Choose a tag to compare

AdvanceCOMP v2.3

15 Apr 17:38
Compare
Choose a tag to compare
  • Fix compatibility with modern C++ compilers.

AdvanceCOMP v2.1

12 Feb 21:35
Compare
Choose a tag to compare
  • Support ZIPs with data descriptor signature.
  • Fixed a crash condition with invalid ZIP data.

AdvanceCOMP v2.0

04 Jun 08:28
Compare
Choose a tag to compare
  • Added support for reading MNG files with depth of 1, 2, and 4 bits.
  • Added 64 bits binary for Windows.
  • Updated to libdeflate 29-May-2017.
    From https://github.com/ebiggers/libdeflate
    at commit 1726e9e87fb6f98682dfdea2356d5ee58881fe7b.

AdvanceCOMP v1.23

21 Nov 17:42
Compare
Choose a tag to compare
  • Fixed build issue from source code due missing libdeflate header.

AdvanceCOMP v1.22

13 Nov 08:58
Compare
Choose a tag to compare
  • Enabled again the command line wildcard expansion in the Windows
    builds. The new MingW compiler was disabling it by default.

AdvanceCOMP v1.21

06 Nov 19:22
Compare
Choose a tag to compare
  • Added libdeflate support. It's the new default because it provides
    better performance and compression than 7z.
    From https://github.com/ebiggers/libdeflate
    at commit 28cc14994b8b57f590d31a7340c8fffc5cc37d88
  • Update to te latest zopfli library.
    From https://github.com/google/zopfli
    at commit 6818a0859063b946094fb6f94732836404a0d89a.
  • Windows binaries built with MingW 4.9.3 using the MXE cross compiler at
    commit 62bcdbee56e87c81f1faa105b8777a5879d4e2e with targets
    i686-w64-mingw32 and x86_64-w64-mingw32.
  • DOS binaries built with DJGPP 4.8.5 from
    https://github.com/andrewwutw/build-djgpp

AdvanceCOMP v1.20

10 Aug 06:01
Compare
Choose a tag to compare
  • Fixed .gz recompression of data bigger than 400 MB.
  • Fixed .gz recompression with -0 and -1 options.
  • Updated to the latest zopfli [Aaron Kaluszka].
  • Preserve the EFS flag in .zip files [Jason Penney].