summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson chen <willson.chenwx@gmail.com>2021-01-30 15:16:05 +0800
committerGitHub <noreply@github.com>2021-01-30 15:16:05 +0800
commit75ef79c9b013fb5eafd92710b3867827682fd52d (patch)
tree98b05205fe734057462a29b811318c051d8f0102
parentfb33294724f8806e44f3202765a8c2ef068ea667 (diff)
downloadlibgd-75ef79c9b013fb5eafd92710b3867827682fd52d.tar.gz
release-2.3.1 (#668)gd-2.3.1
-rw-r--r--CHANGELOG.md28
-rw-r--r--src/gd.h2
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32396d0..2b8f9bd 100644
--- a/CHANGELOG.md
+++ b/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
diff --git a/src/gd.h b/src/gd.h
index 0752326..a0164c2 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 0 /*version605b5d1778*/
+#define GD_RELEASE_VERSION 1 /*version605b5d1778*/
#define GD_EXTRA_VERSION "" /*version605b5d1778*/
/* End parsable section. */