Releases: csparker247/jpeg-cmake
Version 10.0.0 (jpeg-10)
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
- (v10.0.0) jpeg-10 by @csparker247 in #5
Full Changelog: v1.3.0...v10.0.0
Version 1.3.0 (jpeg-9f)
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)
Patch release. Fixes CMake configuration errors introduced with v1.2.0 (#3).
Version 1.2.0 (jpeg-9e)
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)
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)
Patch release.
- Fix bug where installation would fail on older versions of CMake because target destinations were not provided.
Version 1.0 (jpeg-9c)
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.husing 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