summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/CHANGELOG.md')
-rw-r--r--Build/source/libs/gd/libgd-src/CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/CHANGELOG.md b/Build/source/libs/gd/libgd-src/CHANGELOG.md
index 32396d097aa..2b8f9bd7df4 100644
--- a/Build/source/libs/gd/libgd-src/CHANGELOG.md
+++ b/Build/source/libs/gd/libgd-src/CHANGELOG.md
@@ -4,6 +4,34 @@ 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.1] - 2021-01-30
+
+### Fixed
+
+- Fix potential integer overflow detected by oss-fuzz
+- Fix #615 using libraqm
+- Fix #303: gdlib.pc: use Requires instead of Libs (#537)
+- Fixed #472: Adjusting CMakeLists.txt (#582)
+- Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633)
+- Fix typo but preserve BC
+- Compute average in gdGuessBackgroundColorFromCorners properly (#483)
+- CMakeLists.txt: zlib is enabled implicitly
+- src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS (#622)
+- gdlib.pc: use prefixes for pkgconfig file
+- cmake: remove required host includes (#617)
+- Move initial declaration out of `for` loop
+- distribute getlib script
+- Make gd_nnquant.c less likely to introduce duplicate definitions (#601)
+- webp: support pkg-config file
+- gd_io: replace internal Putchar with gdPutC
+- gd_io: trim unused Putword function
+
+### Added
+
+- Add REQUIRED to FIND_PACKAGE(ZLIB)
+- README: add some libraries info (#631)
+- VMS/README.VMS: Add dropping support information (#614)
+
## [2.3.0] - 2020-03-22
### Security