Skip to content

Commit

Permalink
Build/admin file updates for 2.232 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjray committed May 29, 2012
1 parent 1c28d0b commit c235708
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
3 changes: 2 additions & 1 deletion Build.PL
Expand Up @@ -40,7 +40,7 @@ my $builder = $class->new(
license => 'perl',
dist_author => 'Randy J. Ray <rjray@blackperl.com>',
dist_abstract => 'A library to extract height/width from images',
dist_version => '3.231',
dist_version => '3.232',
autosplit => 'lib/Image/Size.pm',
build_requires =>
{
Expand All @@ -63,6 +63,7 @@ my $builder = $class->new(
MANIFEST
MANIFEST.bak
META.yml
META.json
Makefile.PL) ],
meta_merge =>
{
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.xml
Expand Up @@ -13,6 +13,15 @@
information from files in a wide variety of common (and not-so-common)
formats.
</description>
<release version="3.232" sc:tag="3.232" date="2012-05-28T17:20:00-07:00">
<change git:commit="330406f70b677b6ed71309d49c381b61738328b0">
<file path="lib/Image/Size.pm" />
<description>
Removed the "!" flag in pack template for EMF. It was not needed and it
broke on earlier Perls.
</description>
</change>
</release>
<release version="3.231" sc:tag="3.231" date="2012-05-23T23:30:00-07:00">
<change git:commit="aadafa29c310a2a467ba5b5a3bb7bbdfd7da2fe1">
<file path="lib/Image/Size.pm" />
Expand Down
25 changes: 2 additions & 23 deletions README.textile
@@ -1,6 +1,6 @@
h1. Image::Size - Determine the size of images in several common formats

Version: 3.231 (See CHANGES below)
Version: 3.232 (See CHANGES below)

h2. WHAT IS IT

Expand Down Expand Up @@ -71,25 +71,4 @@ h2. CHANGES

* lib/Image/Size.pm

p{margin-bottom:2em}. Small change to swfmxsize for short-buffer issues.

* lib/Image/Size.pm

p{margin-bottom:2em}. Multiple changes in this commit: Abandoned AutoLoader; moved POD to the end of the file now that all the per-format subroutines are part of the file-proper; fixed cases where lack of ImageMagick would cause the error message to be overwritten.

* t/all.t
* t/kazeburo-bar.jpg (added)

p{margin-bottom:2em}. New test (and image) for JPG tag-offset issue.

* lib/Image/Size.pm

p{margin-bottom:2em}. Applied patch from github user kazeburo: bug fix for some jpeg files

* imgsize

p{margin-bottom:2em}. Fixed so that default output now catches errors. Previously, you would get an "undefined" warning if there was an error in parsing/sizing the input file.

* lib/Image/Size.pm

p{margin-bottom:2em}. Turns out the 4 bounding-box ints for EMF are signed.
p{margin-bottom:2em}. Removed the "!" flag in pack template for EMF. It was not needed and it broke on earlier Perls.

0 comments on commit c235708

Please sign in to comment.