Skip to content

0.6.22 release

Compare
Choose a tag to compare
@msmeissn msmeissn released this 18 May 16:01
· 210 commits to master since this release

This is the 0.6.22 release of libexif.

It largely contains stability, security and bugfixes.

Some EXIF 2.3 tags have been added.

It is ABI compatible to 0.6.21 release.

  • New translations: ms
  • Updated translations for most languages
  • Fixed C89 compatibility
  • Fixed warnings on recent versions of autoconf
  • Some useful EXIF 2.3 tag added:
    • EXIF_TAG_GAMMA
    • EXIF_TAG_COMPOSITE_IMAGE
    • EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE
    • EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE
    • EXIF_TAG_GPS_H_POSITIONING_ERROR
    • EXIF_TAG_CAMERA_OWNER_NAME
    • EXIF_TAG_BODY_SERIAL_NUMBER
    • EXIF_TAG_LENS_SPECIFICATION
    • EXIF_TAG_LENS_MAKE
    • EXIF_TAG_LENS_MODEL
    • EXIF_TAG_LENS_SERIAL_NUMBER
  • Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others.