Changelog for
perl-GD-2.66-39.1.x86_64.rpm :
Mon Apr 24 14:00:00 2017 cooloAATTsuse.com
- updated to 2.66
see /usr/share/doc/packages/perl-GD/ChangeLog
2.66
* throw proper error on newFrom
* with not-existing file
* add t/transp.t from RT #40525
* Improve RT #54366 multiple gd.h warning
* better doc for GD::Simple->arc
* fix ANIMGIF with libgd 2.3.0-dev
2.65
* fix --gdlib_config_path to accept an argument (fperrad)
2.64
* Update doc for LIBGD_VERSION()
* Fix 5.6.2, which does not have float in its typemap
2.63
* renamed VERSION() to LIBGD_VERSION(), RT #121307.
It was treated magically by \"use GD 2.18\"
2.62
* fixed wrong <5.14 code generated with ExtUtils::Constants
RT #121297. Don\'t generate const-xs.inc, only when missing.
* add -liconv on hpux also (our pkgconfig parser cannot handle it)
2.61
* add CONFIGURE_REQUIRES META
* add --gdlib_config_path
* add Image Filters: scatter, pixelate, negate, grayscale, brightness,
contrast, color, selectiveBlur, edgeDetectQuick, gaussianBlur, emboss,
meanRemoval, smooth, copyGaussianBlurred
* add palette methods: createPaletteFromTrueColor,
neuQuant (but discouraged), colorMatch.
* add interpolation methods: copyScale, copyRotateInterpolated,
interpolationMethod.
* add double GD::VERSION
* add all gd.h constants
2.60
* add missing methods newFromWBMP, newFromXbm,
(RT #68784) and some missing docs
* Add --lib_fontconfig_path, --fcgi options
* rewrote most of the XS code
* cleanup Makefile.PL #20
2.59
* error on failing libgd calls
* fix colorClosestAlpha, colorAllocateAlpha
* add missing documentation
2.58
* fix VERSION_STRING for 2.0.x
* honor --lib_gd_path specific gdlib-config
* Loosen the comparison tests with GDIMAGETYPE ne gd2
* Improve gdlib-config parsing (PR #17), esp. with 2.0.34
2.57
* fix Jpeg magic number detection RT #26146
* fix RGB - HSV roundtrips: RT #120572 by J2N-FORGET
* fix -print-search-dirs errors RT #106265
* co-maint to rurban
* add hv_fetchs, CI smokers
* add GD::VERSION_STRING api
2.56_03
* add alpha method
* improve option handling
* fix meta data
2.56_02
* fix feature extraction >= 2.2 [RT #119459]
2.56_01
* rm Build.PL, fix permissions, fix for missing gdlib-config
Sat Apr 18 14:00:00 2015 cooloAATTsuse.com
- move /usr/bin/bdftogd to bdftogd.perl-gd to avoid conflict with
gd package
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- 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 yurlyAATTunet.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.
Thu Oct 30 13:00:00 2014 darinAATTdarins.net
- Added libtiff-devel and libvpx-devel to fix builds on SLE_12
Sun Feb 9 13:00:00 2014 cooloAATTsuse.com
- updated to 2.51
Fix misleading warning message about location of gd.h file.
Tue Dec 31 13:00:00 2013 cooloAATTsuse.com
- disable test suite - comparing the bits of pngs is not good enough,
debian and fedora have the same problem and no reaction upstream
(RT#85789)
Sat Jul 27 14:00:00 2013 cooloAATTsuse.com
- updated to 2.50
Fix gdUseFontConfig so that it can be called as a class method.
Add GitHub information to README.
Fix compile crash on windows and strawberry (https://rt.cpan.org/Public/Bug/Display.html?id=67990).
Fix compilation on older perl\'s without the Newxz macros.
- rebased GD-cflags.patch
Thu May 26 14:00:00 2011 cooloAATTnovell.com
- do not add break perl structures in overwriting CCFLAGS with invalid
flags
- regenerate with cpanspec 1.78.04
Tue May 3 14:00:00 2011 vcizekAATTnovell.com
- update to 2.46
Added a basic \"use\" test for GD::Simple
Corrected license to GPL+ or Artistic
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Jul 19 14:00:00 2010 anickaAATTsuse.cz
- update to 2.45
* Clarified the GD license. There is now a formal LICENSE file
in the package.
Tue Apr 6 14:00:00 2010 cooloAATTnovell.com
- replace tests.tar with test10.png to fix only the test currently
broken (relying on old libjpeg and libpng behaviour)
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Tue Jul 21 14:00:00 2009 chrisAATTcomputersalat.de
- update to 2.44
* GD::Group now installed properly.
* Quenched compiler warning caused by Newxs() calls.
- 2.43
* Added \"transparent\" color to GD::Simple.
* Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS and .config.cache
- 2.42
* Fixed magic number detection to autodetect certain missed jpeg files (thanks to Mike Walker)
- added perl-macros
o autogen filelist with perl_gen_filelist