commit 5693e9ff96a3970af54343bb8de5ecd5e88697ee parent 91fa9f171fa53fcc8156420eb6e7f89dafabcd95 Author: Frederic Cambus <fred@statdns.com> Date: Sat, 9 Feb 2019 09:37:48 +0100 Update ChangeLog prior to 1.1.1 release. Diffstat:
M | ChangeLog | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,13 @@ +libansilove 1.1.1 (2019-02-09) + +- Add install target for man page +- Use the correct idiom for realloc, to avoid leaking memory if allocation + fails +- Fixed memory leak in the output() function, gdImageDestroy() must be + called after gdImagePngPtr() (Thanks Andrew Michaelson) + + + libansilove 1.1.0 (2019-01-15) - Only call gdFree() if the PNG buffer was allocated (Thanks Joris Vink)