Skip to content

Commit

Permalink
0.56 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cook committed Apr 2, 2007
1 parent 19dac3d commit 1225d27
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions Changes
Expand Up @@ -17,6 +17,8 @@ Imager 0.56 -
- switched from the svn log Changes to a manual Changes to reduce
noise

- new sample code - samples/flasher.pl

Bug fixes:

- CRITICAL: the "Imager" typemap entry (not used by Imager itself)
Expand All @@ -35,6 +37,20 @@ Bug fixes:
- previously, reading ASCII PBM files required spaces between samples,
even though the format doesn't require that

- improved documentation of the unsharpmask filter (I hope)
http://rt.cpan.org/Ticket/Display.html?id=25531

- force flushing of the output from i_tt_dump_names() and test output
in t/t35ttfont.t to prevent output from being mixed up.
https://rt.cpan.org/Ticket/Display.html?id=24859

- rewrite a conditional expression as an if() to hopefully work around
a bug in the pre-4.0 GCC Apple shipped with OS X 10.4.
https://rt.cpan.org/Ticket/Display.html?id=25561

- avoid Data::Dumper in regops.perl to support older releases of perl
https://rt.cpan.org/Ticket/Display.html?id=24391

Imager 0.55 - 16 Dec 2006
===========

Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Expand Up @@ -155,7 +155,7 @@ my %attempted_to_load;
BEGIN {
require Exporter;
@ISA = qw(Exporter);
$VERSION = '0.55';
$VERSION = '0.56';
eval {
require XSLoader;
XSLoader::load(Imager => $VERSION);
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Imager
version: 0.55
version: 0.56
version_from: Imager.pm
author: Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson
abstract: Perl extension for Generating 24 bit Images
Expand All @@ -15,4 +15,4 @@ distribution_type: module
meta-spec:
version: 1.3
url: http://module-build.sourceforge.net/META-spec-v1.3.html
generated_by: Imager version 0.55
generated_by: Imager version 0.56

0 comments on commit 1225d27

Please sign in to comment.