Skip to content

Releases: jasper-software/jasper

version-4.2.4

27 Apr 17:54
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.2.4 (2024-04-27)

  • Added some missing checks to the jas_heic_decode function in the
    HEIC codec (#383).

version-4.2.3

30 Mar 16:58
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.2.3 (2024-03-30)

  • Added a missing check in the JPC codec (#381).

version-4.2.2

11 Mar 20:35
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.2.2 (2024-03-11)

  • Fix minor build issue (#374).

version-4.2.1

19 Feb 19:21
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.2.1 (2024-02-18)

  • Fix a build problem for the DJGPP/MS-DOS environment (#372).

version-4.2.0-rc1

05 Feb 19:11
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.2.0 (2024-02-05)

  • Add the JAS_PACKAGING option to the CMake build in an attempt to allow
    easier control over rpath settings by packagers of JasPer.
  • Remove a number of obsolete scripts.
  • Make some cosmetic changes to the code for the JPC codec in order
    to improve readability (#371).
  • Fix a portability bug related to threads/atomics.
  • Replace some lingering uses of strtok in the JPC coder with jas_strtok,
    since the use of strtok is problematic in multithreading contexts.

version-4.2.0

05 Feb 19:24
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.2.0 (2024-02-05)

  • Add the JAS_PACKAGING option to the CMake build in an attempt to allow
    easier control over rpath settings by packagers of JasPer.
  • Remove a number of obsolete scripts.
  • Make some cosmetic changes to the code for the JPC codec in order
    to improve readability (#371).
  • Fix a portability bug related to threads/atomics.
  • Replace some lingering uses of strtok in the JPC coder with jas_strtok,
    since the use of strtok is problematic in multithreading contexts.

version-4.1.2

11 Jan 15:16
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.1.2 (2024-01-11)

version-4.1.1-rc1

28 Nov 17:22
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.1.1 (2023-11-28)

  • Disallow in-source builds by default.
  • Fix a potential integer overflow problem in the jas_get_total_mem_size
    function (for the Windows platform).

version-4.1.1

28 Nov 18:01
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.1.1 (2023-11-28)

  • Disallow in-source builds by default.
  • Fix a potential integer overflow problem in the jas_get_total_mem_size
    function (for the Windows platform).

version-4.1.0

05 Nov 06:25
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.1.0 (2023-11-04)

  • Add support for building several JasPer application programs for
    WebAssembly target with WASI support.