Skip to content

Releases: csparker247/jpeg-cmake

Version 10.0.0 (jpeg-10)

28 Feb 12:40
68663f3

Choose a tag to compare

Primary release supporting libjpeg 10 (10.0.0).

Starting with this release, this project's version numbering system is now in sync with the provided libjpeg:

{libjpeg major}.{libjpeg minor}.{jpeg-cmake patch}

Updates source, minimum CMake requirements, and adds more CI tests to check that the installed library can be found by CMake.

What's Changed

Full Changelog: v1.3.0...v10.0.0

Version 1.3.0 (jpeg-9f)

17 Jan 01:21
c3dc261

Choose a tag to compare

Primary release supporting libjpeg 9f (9.6.0).

Updates source, minimum CMake requirements, and adds CI test to check that the installed library can be found by CMake.

Version 1.2.1 (jpeg-9e)

23 Jan 20:44
e980796

Choose a tag to compare

Patch release. Fixes CMake configuration errors introduced with v1.2.0 (#3).

Version 1.2.0 (jpeg-9e)

23 Jan 01:03
b96bcfc

Choose a tag to compare

Primary release supporting libjpeg 9e (9.5.0).

Updates source and adds support for new alternate command line utility UI.

Version 1.1.0 (jpeg-9d)

13 Jan 14:49
c6bdd7b

Choose a tag to compare

Primary release supporting libjpeg 9d (9.4.0).

Provides updates to make build system changes with the new libjpeg. Provides no new CMake features.

Version 1.0.1 (jpeg-9c)

11 Jul 14:04

Choose a tag to compare

Patch release.

  • Fix bug where installation would fail on older versions of CMake because target destinations were not provided.

Version 1.0 (jpeg-9c)

24 Jun 18:13

Choose a tag to compare

Primary release supporting libjpeg 9c (9.3.0). Provides the following features from the libjpeg project:

  • Independent compilation and installation of shared and static libraries
  • Basic customization of jconfig.h using CMake flags
  • Compilation and installation of utility programs
  • Ability to link utilities against static libraries
  • Generation and execution of tests
  • Basic configuration and installation of the pkg-config (.pc) file
  • Basic configuration and installation of the libtool (.la) file