Skip to content

Releases: jasper-software/jasper

version-4.2.8

06 Aug 03:57
Compare
Choose a tag to compare

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

4.2.8 (2025-08-05)

  • Fixed a bug in the JPC decoder that could cause bad memory accesses
    if the debug level is set sufficiently high (#402, #403).

version-4.2.7

03 Aug 01:36
Compare
Choose a tag to compare

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

4.2.7 (2025-08-02)

  • Added some missing range checking on several coding parameters in the
    JPC encoder (#401).

version-4.2.6

02 Aug 21:58
Compare
Choose a tag to compare

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

4.2.6 (2025-08-02)

  • Added a check for a missing color component in the jas_image_chclrspc
    function (#400).

  • Fixed a minor build problem related to the use of -Wstrict-prototypes
    with Clang.

version-4.2.5

26 Mar 17:57
Compare
Choose a tag to compare

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

4.2.5 (2025-03-26)

  • Made a change to a configuration header file in order to avoid
    undesirable compiler warnings when JasPer is used in C++ code (#393).

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.