see /usr/share/doc/packages/perl-GD/ChangeLog
2.83 * Fix missing PNG regression (RT #153923) on old
systems without the .pc, but gdlib-config. The check was too strict.
Requires now File::Which.
2.82 * Improve HEIF/AVIF autodetection (RT #153305) by Yuriy Yevtukhov.
* Fix strawberryperl default libgd path (shawnlaffan PR #54)
* Fix AVIF and Webp autodetection in tests (shawnlaffan PR #54)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=54
- updated to 2.81
see /usr/share/doc/packages/perl-GD/ChangeLog
2.81 * Change GD::Polygon::transform to match old demos (RT #140043),
and GD::Polyline.
Add GD::Polygon::rotate(cw-radian) helper.
Allow GD::Polygon::scale(2.0).
2.80 * Fix broken copyTranspose and copyReverseTranspose (RT #153300)
by Yuriy Yevtukhov.
* Add transformation tests
* Fix wrong WBMP name and detection
* Fix wrong filename extension auto-detection for gd,gd2,wbmp
* Fix wrong filename extension auto-detection for xpm,
newFromXpm needs the filename, not handle.
* Fix wrong libgd doc link (PR #52) by Tsuyoshi Watanabe
2.79 * Improve image type autodetection (RT #153212), add a test
* Fix Avif without Heif config
* Improve gdlib.pc reader for supported library features
OBS-URL: https://build.opensuse.org/request/show/1173768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=52
- Updated GD-cflags.patch
- updated to 2.78
see /usr/share/doc/packages/perl-GD/ChangeLog
2.78 * Fix Use of uninitialized value $pkg in concatenation warning
(RT #148899 and GH #47). Thanks to ppisar for the analysis.
Adds a new hard Test::NoWarnings test requirement.
2.77 * add BMP support with libgd 2.1.0, PR #49 by PeterCJ
* don't link to -lXPM without XPM nor X11, GH #45
* rename ANIMGIF feature to GIFANIM
* fix unused variable failure in GH CI, RT #141125 by PhilterPaper
OBS-URL: https://build.opensuse.org/request/show/1097627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=50
- updated to 2.76
see /usr/share/doc/packages/perl-GD/ChangeLog
2.76 * fix broken TIFF and AVIF support, PR #43 by Paul Howarth
* re-enable XBM support (always on)
* provide xbm magic support (a hack, for GD::Graph)
2.75 * add experimental support for TIFF and RAQM (with freetype)
* improve GD2 tests (GH #42, RT #140856)
* also list the unsupported image formats in the GD::Image pod
* fix copyRotated pod (it rotates CCW) PR #36 by LorenzoTo
* fix GD::Simple->fontMetrics docs and implementation GH #37 by Ben Crowell.
fix lineheight calculation according to the docs. You might need to
fix your code!
* add image methods tiff, webp, heif, avif, and its documentation.
* fix the fix for the poly->transform documentation RT #140043
2.74 * add experimental support for WEBP, HEIF and AVIF
* document all supported Image formats in the GD::Image lib
* added Github actions (for PR's)
* fix poly->transform documentation RT #140043
* fix GD,GD2 detection and tests RT #139399 (since libgd 2.3.3)
fixed tests by Håkon Hægland.
* POD: Remove indirect object constructors from example code snippet (PR #39)
* patch from Ben Crowell that fixes incorrect behaviour of GD::Simple->fontMetrics
* fix cross-compilation if gdlib.pc has no cflags by Fabrice Fontaine
OBS-URL: https://build.opensuse.org/request/show/954206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=46
- updated to 2.69
see /usr/share/doc/packages/perl-GD/ChangeLog
2.69 * little spelling error, GH #29 Xavier Guimard
2.68 * fix GD::Polygon->clear, RT #124463 Michael Cain
2.67 * fix thread-safety for GD::Simple %COLORS (#26 melak)
* fix arc start-angle docs, RT #123277 Andrew G Gray
* improve setBrush docs, RT #123194 Andrew G Gray
* improve StringFT docs, RT #123193
* replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
in PR #24
* add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
also the helper GD::supportsFileType
- Cleaned with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/635328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=34
- updated to 2.56
see /usr/share/doc/packages/perl-GD/ChangeLog
2.56 * Fix Makefile.PL so that it works again.
2.55 * Great simplification of regression framework ought to fix make test problems.
* Replace ExtUtils::MakeMaker script with Module::Build system
(just in time for Module::Build to be deprecated).
* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
2.53 Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
2.52 Fix regression tests to run on Ubuntu 12.04 64bit.
OBS-URL: https://build.opensuse.org/request/show/297009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=27