From 2e40f55bfb460fc9d8cbcd290a0c9eb908d5af7e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Mar 2021 14:16:01 -0500 Subject: [PATCH] release 2.3.2 --- CHANGELOG.md | 13 +++++++++++++ src/gd.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8f9bd..75e72db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.3.2] - 2021-03-06 + +### Fixed + +- gif: allow decodin when both Global and Local Colormaps (#494) + +### Added + +- avif: Support for AVIF images via libavif (#557) +- heif: Support for HEIF/AVIF images via libheif (#395) (#557) +- webp: Drop ../deps/ search when building with cmake +- Windows: Remove unused snprintf fallback + ## [2.3.1] - 2021-01-30 ### Fixed diff --git a/src/gd.h b/src/gd.h index 7b5870f..4302812 100644 --- a/src/gd.h +++ b/src/gd.h @@ -13,7 +13,7 @@ extern "C" { * trailing comment. */ #define GD_MAJOR_VERSION 2 /*version605b5d1778*/ #define GD_MINOR_VERSION 3 /*version605b5d1778*/ -#define GD_RELEASE_VERSION 1 /*version605b5d1778*/ +#define GD_RELEASE_VERSION 2 /*version605b5d1778*/ #define GD_EXTRA_VERSION "" /*version605b5d1778*/ /* End parsable section. */