]> git.imager.perl.org - imager.git/commitdiff
Imager is moving to github
authorTony Cook <tony@develop-help.com>
Sat, 13 Jun 2020 04:42:10 +0000 (14:42 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 13 Jun 2020 04:42:10 +0000 (14:42 +1000)
22 files changed:
FT2/Changes
FT2/Makefile.PL
GIF/Changes
GIF/GIF.pm
GIF/Makefile.PL
Imager.pm
JPEG/Changes
JPEG/JPEG.pm
JPEG/Makefile.PL
Makefile.PL
PNG/Changes
PNG/Makefile.PL
PNG/PNG.pm
T1/Changes
T1/Makefile.PL
T1/T1.pm
TIFF/Changes
TIFF/Makefile.PL
TIFF/TIFF.pm
W32/Changes
W32/Makefile.PL
W32/W32.pm

index dd9aead4b999dce915a7760688f2fa580b0ad96e..d44a23884453f3d6f1e13fa297e38c4c64614004 100644 (file)
@@ -2,6 +2,7 @@ Imager-Font-FT2 0.98
 ====================
 
  - use pkg-config to find freetype2 if available.
+ - Imager has moved to github
 
 Imager-Font-FT2 0.97
 ====================
index f48876d3c2f69f56c1ae0601646c83bcc6936174..7ae33037ed096308b501e423a26131803bbb58b5 100644 (file)
@@ -40,7 +40,7 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       repository =>
       {
        type => "git",
-       url => "git://github.com/tonycozimager.git",
+       url => "git://github.com/tonycoz/imager.git",
        web => "https://github.com/tonycoz/imager.git",
       },
       bugtracker =>
index e5020977b28c55fb0bb823887d89239ad49790be..c409ef9edc0d4e88cfff050366eff7d9dc171cfd 100644 (file)
@@ -1,3 +1,8 @@
+Imager-File-GIF 0.96
+====================
+
+ - Imager has moved to github.
+
 Imager-File-GIF 0.95
 ====================
 
index 9ddeaa1f413811562b275b687a4a60607cc3255d..f5646a066081b982c325ff3dcb301d59979f0530 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.95";
+  $VERSION = "0.96";
 
   require XSLoader;
   XSLoader::load('Imager::File::GIF', $VERSION);
index bc3841638eb42ede75cbba27aa065597e5fd72c8..079ca41d180203a7856b7f60479908e1f526bd4c 100644 (file)
@@ -40,8 +40,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
       {
index 84e0ab3362c488127ecdc9508539c9abd81de91d..430e263550d97646224d59c54ecf773128a84214 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -5211,7 +5211,15 @@ L<http://www.molar.is/en/lists/imager-devel/>
 
 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
 
@@ -5231,29 +5239,13 @@ Please remember to include the versions of Imager, perl, supporting
 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.
@@ -5269,13 +5261,16 @@ it will be delayed until I get a chance to write them.
 
 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:
 
index 61e425ee1e040c920dfb333dcc72e0f27cc196b6..ab6f006372e7121e0241bb2e37e739694a39c15d 100644 (file)
@@ -1,3 +1,8 @@
+Imager-File-JPEG 0.94
+=====================
+
+ - Imager has moved to github
+
 Imager-File-JPEG 0.93
 =====================
 
index 8444890ffa10cf738bf24c17516bcee9988daea8..11171a9d9aa723218940d9864fdb45484ab1b689 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.93";
+  $VERSION = "0.94";
 
   require XSLoader;
   XSLoader::load('Imager::File::JPEG', $VERSION);
index ab5a8615d9b73f97a573a4743b18ce915d7d0399..385dbc96b47c7bd99967b95c1dc3fe0d3c538848 100644 (file)
@@ -40,8 +40,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
       {
index 80ceb9944c332bd473cff3b5d8733607c0145921..c2c774e79fe4aaa4a16d9a761284afb756c38395 100644 (file)
@@ -301,8 +301,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
index d30c52081d6dbf043efb6482b3180da7b2816d51..87b82d16703722ac7eb2dce6f5e518f05de67669 100644 (file)
@@ -1,3 +1,8 @@
+Imager-File-PNG 0.95
+====================
+
+ - Imager has moved to github
+
 Imager-File-PNG 0.94
 ====================
 
index dc17470e929dcbbbaa7c71c7898fe10d2c3e8a03..38ed07faa3c26f22515bb5927c03d4d140189585 100644 (file)
@@ -40,8 +40,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
       {
index c7ece8f2a948a6fb6316f70de9f96d4fb69aefbc..4ad6edd8a9d04afa60925e848dc7767887e04e34 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.94";
+  $VERSION = "0.95";
 
   require XSLoader;
   XSLoader::load('Imager::File::PNG', $VERSION);
index 9e32cca1f99ba41c79b96ae2ce2779c7347efcc6..80c387e034c3d0bc24b8d19679f4bfda4ea939cb 100644 (file)
@@ -1,3 +1,8 @@
+Imager::Font::T1 1.027
+======================
+
+ - Imager has been moved to github.
+
 Imager::Font::T1 1.026
 ======================
 
index 0d326971f12c5a875a8df3757c8cb4e818a55dc6..19e61fa371ecb8f0719acce342b710b747b3b896 100644 (file)
@@ -42,8 +42,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
       {
index 09297c986363dca792493f284e2b68f0f63b06f1..74877b96734f6263cbb737a6a395f91c0b939c28 100644 (file)
--- a/T1/T1.pm
+++ b/T1/T1.pm
@@ -6,7 +6,7 @@ use vars qw(@ISA $VERSION);
 use Scalar::Util ();
 
 BEGIN {
-  $VERSION = "1.026";
+  $VERSION = "1.027";
 
   require XSLoader;
   XSLoader::load('Imager::Font::T1', $VERSION);
index e36e0092d62213d30260b841771bae2c0d50dac5..29437af89c2827daf019730dfe6ad0b05d2a5f4d 100644 (file)
@@ -1,3 +1,13 @@
+Imager-File-TIFF 0.91
+=====================
+
+ - Imager has moved to github.
+
+Imager-File-TIFF 0.90
+=====================
+
+ - skipped this version somehow
+
 Imager-File-TIFF 0.89
 =====================
 
index 86270259c1499b91335a26e1bc2c0a4ac0f87d2b..1d53c55825943661514138258422f2d1122b49e1 100644 (file)
@@ -47,8 +47,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
       {
index 48bcca8ab1c0d357ffa42811998665d83d10ed93..f1cfd8744b4e1cf553d842cba7345fe8a1142f8a 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.91";
+  $VERSION = "0.92";
 
   require XSLoader;
   XSLoader::load('Imager::File::TIFF', $VERSION);
index c3c5e927c13045f0ecfe1bc9440e3872a6c1ecfe..90dd6cccab19cabacbd0552a4bf16b49887f58d9 100644 (file)
@@ -1,3 +1,13 @@
+Imager-Font-W32 0.91
+====================
+
+ - Imager has moved to github.
+
+Imager-Font-W32 0.90
+====================
+
+ - improved META.yml generation
+
 Imager-Font-W32 0.89
 ====================
 
index 07a6609e089f8f8c5d2c9c2250e0906bcee74a4b..48b95c2dc577dde3e193a8749411d254475a34c0 100644 (file)
@@ -40,8 +40,8 @@ if (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 }) {
       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 =>
       {
index 331006bc1a7eb0a606c08adcc7e9320605947971..45780f7cf68fcf83939d0ea7655788d17f790b9d 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.90";
+  $VERSION = "0.91";
 
   require XSLoader;
   XSLoader::load('Imager::Font::W32', $VERSION);