Skip to content

Releases: jasper-software/jasper

version-4.0.1

04 Nov 22:28
Compare
Choose a tag to compare

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

4.0.1 (2023-11-04)

  • Fix integer overflow bug in PNM decoder (#353).
  • Fix a few minor build issues.

version-4.0.0

05 Nov 18:50
Compare
Choose a tag to compare

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

4.0.0 (2022-11-05)

  • Improve static linking (##336).
  • Fix path relocation in mingw environment (#335).
  • Improve logging and build scripts.
  • Improve JPEG-2000 conformance test results.
  • Enable PIC by default.
  • Fix memory leaks in function cmdopts_parse (#332) (CVE-2022-2963).
  • imgcmp:
    • Add quiet (-q) option.
    • Add debug-level option.
    • Fix memory leak.
  • imginfo:
    • Add quiet (-q) option.
  • Fix bug in parsing PGX header.
  • Fix integer overflow bug (#345) (CVE-2022-40755).

version-3.0.6

13 Jul 15:14
Compare
Choose a tag to compare

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

3.0.6 (2022-07-13)

  • Fix bug in manual deployment script.

version-3.0.5

23 Jun 14:00
Compare
Choose a tag to compare

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

3.0.5 (2022-06-23)

  • Fix a minor build issue.

version-3.0.4

03 Jun 04:12
Compare
Choose a tag to compare

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

3.0.4 (2022-06-02)

  • Eliminate some bogus calls to abort.
  • Fix a typo in jas_safeui64_div (#323).
  • Add some additional logging messages.
  • Fix the source of a potential compiler warning (#321).

version-3.0.3

15 Mar 07:47
Compare
Choose a tag to compare

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

3.0.3 (2022-03-15)

  • Fix some portability issues in a few scripts.

version-3.0.2

14 Feb 14:56
Compare
Choose a tag to compare

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

3.0.2 (2022-02-14)

  • Fix a build issue that occurs when a cross-compiler is used (e.g., #319).

version-3.0.1

12 Feb 20:54
Compare
Choose a tag to compare

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

3.0.1 (2022-02-12)

  • Fix some build/portability issues (e.g., #317, #318).

version-3.0.0

06 Feb 00:13
Compare
Choose a tag to compare

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

3.0.0 (2022-02-05)

VERY IMPORTANT NOTE:
This release of the JasPer software introduced some changes in the API
and/or behavior of the library relative to earlier releases, which may
necessitate some small changes in code using the library (e.g., to avoid
memory leaks or other problems). Please refer to the "News" section
of the JasPer Reference Manual for more details. For convenience,
this manual is available online (for various JasPer releases) at:
https://jasper-software.github.io/jasper-manual

  • Greatly improve documentation.

  • Add support for multithreading.

  • Add some customization points in the library, such as the memory allocator
    and error logging function.

  • Add improved memory usage tracking and limiting.

  • Add experimental partial encoding/decoding support for the HEIC format.

  • Fix some longstanding issues in the JasPer I/O streams API.

  • Add the running of the full test suite in CI builds for the Windows platform.
    (Previously, the full test suite was only run for CI builds on Unix-based
    platforms.)

  • Fix many bugs (e.g., #305, #307, #308, #309, #312, #314, and many others
    not associated with any issue numbers).

  • Merged support for JasPer 3.0.0 into the XV software at:
    https://github.com/jasper-software/xv.git

version-2.0.33

01 Aug 20:39
Compare
Choose a tag to compare

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

2.0.33 (2021-08-01)

  • Fix a JP2/JPC decoder bug.
  • Fix a build issue impacting some platforms.