Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
## RMagick 2.15.4
- Improved C extension building process - @u338steven
## RMagick 2.15.3
- Fixed ImageMagick version detection on Windows - @maisumakun
## RMagick 2.15.2
- GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky
## RMagick 2.15.1
- Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven
RMagick 2.15.0
o Ability to remove alpha channel - @ollie
o C local variables guarded against GC to avoid segfaults - @u338steven
o trace_proc protected with a mutex to avoid segfaults - @u338steven
RMagick 2.14.0
o RMagick.rb moved to deprecated directory - @mockdeep
o Better ImageMagick feature detection - @bf4
o Prevent compilation failures if prefix is an empty string - @voxik
o SplineInterpolatePixel preprocessor check removed - @joshk
o Make error format a string literal - @mtasaka
o Automatically set ARCHFLAGS on OS X - @u338steven
o Fixed 'rmagick/version' require failure - @u338steven
o Fixed escaping of '%' in Draw#get_type_metrics - @mkluczny
o Silence warnings on Ruby 2.2 when comparing Enums - @meanphil
o Multiple test suite improvements - @mockdeep, @bf4
o Ruby source code formatting with RuboCop - @vassilevsky
RMagick 2.13.4
#129 from @theschoolmaster
proof of concept for using pkg-config in place of Magick-config on debian based systems
#127 from @u338steven
Changed Image#resample to calling ResampleImage (related #29, #45)
#124 from @u338steven
Fixed#122: lib/RMagick.rb is overwritten by lib/rmagick.rb on case-insensitive systems
#123 from @prijutme4ty
New class SolidFill in order to fill image with monochromatic background
#121 from @markotom
Quotes for correct path of font file
#120 from @chulkilee
Allow MagickCore6 from Magick-config
#112 from @u338steven/
Fixed: build error with ImageMagick 6.8.9 (when deprecated functions are excluded)
#102 from @u338steven
Fixed: related x_resolution, y_resolution
from @u338steven
Lots of test fixes
#95 from @ioquatix
Fix pixel hash test
#94 from @u338steven
Fixed: build error on Windows Ruby x64 (with ImageMagick 6.8.0-10 or Ima...
#91 from @vassilevsky
Do not test machine and OS-specific integers
Fix initial memory limit test
RMagick 2.13.3
#90 from @bricef
Fix installation error on systems with HRDI enabled RMagick
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
RMagick 2.13.2
o Fixed issues preventing RMagick from working with version 6.8 or higher
o Fixed issues preventing RMagick from working with ruby 1.9.3
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
RMagick 2.13.1
o Fixed bug preventing RMagick from working with version 6.5.9 or higher
RMagick 2.13.0
o Added Doxygen documentation, for automatic documentation
o Fixed bug #27467, get RMagick to compile witH ImageMagick 6.5.7
o Fixed bug #27607, switch Pixel#from_hsla and Pixel#to_hsla to use ranges
0-255 instead of 0-100 for saturation and lightness (range used by
ImageMagick 6.5.6-5 and higher). Also added ability to specify all
arguments to these functions as percentages (bug report by Arthur Chan).
RMagick 2.12.2
o Add feature tests for SinusoidFunction and PolynomialFunction enum
values to allow compiling with ImageMagick 6.4.8-7 (bug report by Mark
Richman)
RMagick 2.12.1
o Fix bug #27239, allow 2.12.0 to compile with older releases of ImageMagick
(bug report by Sam Lown)
RMagick 2.12.0
o Added Image#function_channel (available in ImageMagick 6.4.8-8)
o Added Image#auto_level_channel, Image#auto_gamma_channel (available in
ImageMagick 6.5.5-1)
o Added Draw#interline_spacing, #interline_spacing= (available in
ImageMagick 6.5.5-8)
Changes:
RMagick 2.11.1
o Applied Alexey Borzenkov's mingw patches to extconf.rb.
o Fixed a bug in Magick.trace_proc that could cause a segv at program exit
with Ruby 1.9.1 (bug report by Larry Young)
o Added new CompressionType enum values ZipSCompression, PixCompression,
Pxr24Compression, B44Compression, B44ACompression (available in
ImageMagick 6.5.5-4)