====================
- use pkg-config to find freetype2 if available.
+ - Imager has moved to github
Imager-Font-FT2 0.97
====================
repository =>
{
type => "git",
- url => "git://github.com/tonycozimager.git",
+ url => "git://github.com/tonycoz/imager.git",
web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
+Imager-File-GIF 0.96
+====================
+
+ - Imager has moved to github.
+
Imager-File-GIF 0.95
====================
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.95";
+ $VERSION = "0.96";
require XSLoader;
XSLoader::load('Imager::File::GIF', $VERSION);
repository =>
{
type => "git",
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
{
where you can also find the mailing list archive.
-You can report bugs by pointing your browser at:
+You can report bugs either via github at:
+
+=over
+
+L<https://github.com/tonycoz/imager/issues>
+
+=back
+
+or at:
=over
libraries, and any relevant code. If you have specific images that
cause the problems, please include those too.
-If you don't want to publish your email address on a mailing list you
-can use CPAN::Forum:
-
- http://www.cpanforum.com/dist/Imager
-
-You will need to register to post.
-
=head1 CONTRIBUTING TO IMAGER
=head2 Feedback
I like feedback.
-If you like or dislike Imager, you can add a public review of Imager
-at CPAN Ratings:
-
- http://cpanratings.perl.org/dist/Imager
-
-=for stopwords Bitcard
-
-This requires a Bitcard account (http://www.bitcard.org).
-
-You can also send email to the maintainer below.
+You can send email to the maintainer below.
If you send me a bug report via email, it will be copied to Request
Tracker.
To browse Imager's git repository:
- http://git.imager.perl.org/imager.git
+ https://github.com/tonycoz/imager.git
To clone:
- git clone git://git.imager.perl.org/imager.git
+ git clone git://github.com/tonycoz/imager.git
+
+Or you can create a fork as usual on github and submit a github pull
+request.
-My preference is that patches are provided in the format produced by
+Patches can either be submitted as a github pull request or by using
C<git format-patch>, for example, if you made your changes in a branch
from master you might do:
+Imager-File-JPEG 0.94
+=====================
+
+ - Imager has moved to github
+
Imager-File-JPEG 0.93
=====================
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.93";
+ $VERSION = "0.94";
require XSLoader;
XSLoader::load('Imager::File::JPEG', $VERSION);
repository =>
{
type => "git",
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
{
homepage => "http://imager.perl.org/",
repository =>
{
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
type => "git",
},
bugtracker =>
+Imager-File-PNG 0.95
+====================
+
+ - Imager has moved to github
+
Imager-File-PNG 0.94
====================
repository =>
{
type => "git",
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
{
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.94";
+ $VERSION = "0.95";
require XSLoader;
XSLoader::load('Imager::File::PNG', $VERSION);
+Imager::Font::T1 1.027
+======================
+
+ - Imager has been moved to github.
+
Imager::Font::T1 1.026
======================
repository =>
{
type => "git",
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
{
use Scalar::Util ();
BEGIN {
- $VERSION = "1.026";
+ $VERSION = "1.027";
require XSLoader;
XSLoader::load('Imager::Font::T1', $VERSION);
+Imager-File-TIFF 0.91
+=====================
+
+ - Imager has moved to github.
+
+Imager-File-TIFF 0.90
+=====================
+
+ - skipped this version somehow
+
Imager-File-TIFF 0.89
=====================
repository =>
{
type => "git",
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
{
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.91";
+ $VERSION = "0.92";
require XSLoader;
XSLoader::load('Imager::File::TIFF', $VERSION);
+Imager-Font-W32 0.91
+====================
+
+ - Imager has moved to github.
+
+Imager-Font-W32 0.90
+====================
+
+ - improved META.yml generation
+
Imager-Font-W32 0.89
====================
repository =>
{
type => "git",
- url => "git://git.imager.perl.org/imager.git",
- web => "http://git.imager.perl.org/imager.git",
+ url => "git://github.com/tonycoz/imager.git",
+ web => "https://github.com/tonycoz/imager.git",
},
bugtracker =>
{
@ISA = qw(Imager::Font);
BEGIN {
- $VERSION = "0.90";
+ $VERSION = "0.91";
require XSLoader;
XSLoader::load('Imager::Font::W32', $VERSION);