]> git.imager.perl.org - imager.git/commitdiff
update sub-module READMEs
authorTony Cook <tony@develop-help.com>
Mon, 18 Feb 2013 04:48:51 +0000 (15:48 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 18 Feb 2013 04:48:51 +0000 (15:48 +1100)
- they point at the -dev or -devel package

- they point at Imager::Install

- other minor changes

16 files changed:
FT2/Changes
FT2/FT2.pm
FT2/README
GIF/Changes
GIF/GIF.pm
GIF/README
JPEG/README
PNG/Changes
PNG/PNG.pm
PNG/README
T1/Changes
T1/README
T1/T1.pm
TIFF/Changes
TIFF/README
TIFF/TIFF.pm

index 8757f413bc44e81d60bfc7441b1b83f6a9a4d302..fbfb1e6a7eec31c68c10a44ea2554d50ffbc3dcc 100644 (file)
@@ -1,3 +1,8 @@
+Imager-Font-FT2 0.89
+====================
+
+ - update README
+
 Imager-Font-FT2 0.88
 ====================
 
 Imager-Font-FT2 0.88
 ====================
 
index de9c8083569e45c70a60a73b3b2f87118958cb22..d8d471ff567b0a9e2b6c6187a160fff72aec45ec 100644 (file)
@@ -6,7 +6,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.88";
+  $VERSION = "0.89";
 
   require XSLoader;
   XSLoader::load('Imager::Font::FT2', $VERSION);
 
   require XSLoader;
   XSLoader::load('Imager::Font::FT2', $VERSION);
index a035dc139e98ad99ad992e9219b1a0a3811c1765..320f4cdaf622e930cb56a87a1a358df1b526f192 100644 (file)
@@ -4,7 +4,12 @@ library.
 It requires libfreetype and its development header files to be
 installed.
 
 It requires libfreetype and its development header files to be
 installed.
 
-This is currently shipped as part of Imager, but but Imager may
-install with out installing Imager::Font::FT2, if your module or
-application requires FreeType 2 support then add Imager::Font::FT2 as
-a prerequisite.
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::Font::FT2 is currently shipped as part of Imager, but but
+Imager may install with out installing Imager::Font::FT2.  If your
+module or application requires FreeType 2 support then add
+Imager::Font::FT2 as a prerequisite.
index 373822ca48d9e1a6a8dc944f77f529cd4e113767..8b4c626fee46beef13174739f5a277b88c3a187d 100644 (file)
@@ -1,3 +1,15 @@
+Imager-File-GIF 0.87
+====================
+
+ - add the missing 0.86 changes list
+
+ - update README
+
+Imager-File-GIF 0.86
+====================
+
+ - avoid re-entrancy to giflib using the mutex API
+
 Imager-File-GIF 0.85
 ====================
 
 Imager-File-GIF 0.85
 ====================
 
index 05fb1f95f5a3dd39455e61b50c189c4f5f474c46..738ead45f61c87162f36dddf17e2910cbc272a67 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.86";
+  $VERSION = "0.87";
 
   require XSLoader;
   XSLoader::load('Imager::File::GIF', $VERSION);
 
   require XSLoader;
   XSLoader::load('Imager::File::GIF', $VERSION);
index b7640cdeef434b387001d41362172003635a745b..31603d46c528cb60c79fc7650ccd10205fffd2b0 100644 (file)
@@ -2,6 +2,14 @@ Imager::File::GIF provides GIF file format support for Imager.
 
 It requires libgif to be installed, including development headers.
 
 
 It requires libgif to be installed, including development headers.
 
-This is currently shipped as part of Imager, but Imager may install
-with out installing Imager::File::GIF, so if you need GIF support, add
-a dependency on Imager::File::GIF.
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::File::GIF is currently shipped as part of Imager, but Imager
+may install with out installing Imager::File::GIF, so if you need GIF
+support, add a dependency on Imager::File::GIF.
+
+Makefile.PL will reject libgif 4.2.0 and 5.0.0 due to bugs in those
+releases.
\ No newline at end of file
index 57f6668629eb0ba8f4370c0be34555dad8bc7148..1f5d9802667e472fd7caad4e6dc19d0b822929fa 100644 (file)
@@ -1,6 +1,12 @@
 Imager::File::JPEG provides JPEG file format support for Imager.
 
 Imager::File::JPEG provides JPEG file format support for Imager.
 
-It requires libjpeg to be installed.
+It requires libjpeg to be installed, any version from jpeg6b or later.
+libjpeg-turbo is also supported.
+
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
 
 This is currently shipped as part of Imager, but Imager may install
 with out installing Imager::File::JPEG, so if you need JPEG support,
 
 This is currently shipped as part of Imager, but Imager may install
 with out installing Imager::File::JPEG, so if you need JPEG support,
index 916f46f325f088eb14e65ec0384826ddba0e7105..c30716d85a126e24d6543adf3034c5edb12fc12c 100644 (file)
@@ -1,3 +1,8 @@
+Imager-File-PNG 0.87
+====================
+
+ - update README
+
 Imager-File-PNG 0.86
 ====================
 
 Imager-File-PNG 0.86
 ====================
 
index 7e5313b0b38acfda41390489984731359ec02e79..d0433ba3e5d8f9324eeb500f90cd971e7220dae2 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.86";
+  $VERSION = "0.87";
 
   require XSLoader;
   XSLoader::load('Imager::File::PNG', $VERSION);
 
   require XSLoader;
   XSLoader::load('Imager::File::PNG', $VERSION);
index 7b3dab9ae8f843242759c9ff570e1d5971648469..d786557896cd08d694a7290cb3fec0bd35ff7cdf 100644 (file)
@@ -1,7 +1,12 @@
 Imager::File::PNG provides PNG file format support for Imager.
 
 Imager::File::PNG provides PNG file format support for Imager.
 
-It requires libpng to be installed.
+It requires libpng, including development files, to be installed.
 
 
-This is currently shipped as part of Imager, but Imager may install
-with out installing Imager::File::PNG, so if you need PNG support,
-add a dependency on Imager::File::PNG.
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::File::PNG is currently shipped as part of Imager, but Imager
+may install without installing Imager::File::PNG, so if you need PNG
+support, add a dependency on Imager::File::PNG.
index fb79fa6d060e3425b4b4803a3a9e6ef3e1fce850..92870d8837162d46c27a05c93843d04e63ff1d85 100644 (file)
@@ -1,3 +1,20 @@
+Imager::Font::T1 1.020
+======================
+
+ - add the 1.019 changes list
+
+ - update README
+
+Imager::Font::T1 1.019
+======================
+
+ - slightly improve control over anti-aliasing, this is now recorded
+   per thread
+
+ - use a mutex to avoid re-entering t1lib, which isn't thread safe.
+
+ - avoid a paralled testing race condition.
+
 Imager::Font::T1 1.018
 ======================
 
 Imager::Font::T1 1.018
 ======================
 
index cc6a5b54c800f1c52d14525ec2fd59fe6ac9123c..8069f07e735dd99d8b9b20c734b4e32c18056eaf 100644 (file)
--- a/T1/README
+++ b/T1/README
@@ -1,4 +1,18 @@
-This module provides Type 1 font support for Imager via T1Lib.
+Imager::Font::T1 provides Type 1 font support for Imager via T1Lib.
 
   http://imager.perl.org/
   http://www.t1lib.org/
 
   http://imager.perl.org/
   http://www.t1lib.org/
+
+This requires that t1lib is installed, including any development files.
+
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
+
+Imager::Font::T1 is shipped as part of Imager, but if the libraries
+required aren't found it won't be installed.  If you require T1
+support via libt1 then add a dependency on Imager::Font::T1.
+
+Imager::Font::FT2 provides most of the functionality of
+Imager::Font::T1 and more.
\ No newline at end of file
index edb0b58115d0ab1b0f7af1bb7a2fc80f8a74bad6..8c64a53f6dd6f172054768bc7622861dea71a846 100644 (file)
--- a/T1/T1.pm
+++ b/T1/T1.pm
@@ -6,7 +6,7 @@ use vars qw(@ISA $VERSION);
 use Scalar::Util ();
 
 BEGIN {
 use Scalar::Util ();
 
 BEGIN {
-  $VERSION = "1.019";
+  $VERSION = "1.020";
 
   require XSLoader;
   XSLoader::load('Imager::Font::T1', $VERSION);
 
   require XSLoader;
   XSLoader::load('Imager::Font::T1', $VERSION);
index 76ff342f64e80a4d18cf146a5401cb29b7f4d476..8acd43af9132beb6d5a593d7f3a6c1c79929ea1d 100644 (file)
@@ -1,3 +1,8 @@
+Imager-File-TIFF 0.86
+=====================
+
+ - update README
+
 Imager-File-TIFF 0.85
 =====================
 
 Imager-File-TIFF 0.85
 =====================
 
index 6db9d19de747e8dcf04be1363f7872ac58c3a7bc..557174f8d4d39a3f92dd9558ff28993a3d9ba6bf 100644 (file)
@@ -1,6 +1,11 @@
 Imager::File::TIFF provides TIFF file format support for Imager.
 
 Imager::File::TIFF provides TIFF file format support for Imager.
 
-It requires libtiff to be installed.
+It requires libtiff to be installed, including development files.
+
+For Linux distributions this typically requires installation of the
+associated -dev or -devel package.
+
+See Imager::Install for more information.
 
 This is currently shipped as part of Imager, but Imager may install
 with out installing Imager::File::TIFF, so if you need TIFF support,
 
 This is currently shipped as part of Imager, but Imager may install
 with out installing Imager::File::TIFF, so if you need TIFF support,
index 680e4579390c0a5dde1520de4430234562488c51..d7c3678e908edc868e7d20f9830ee20b98aefb35 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.85";
+  $VERSION = "0.86";
 
   require XSLoader;
   XSLoader::load('Imager::File::TIFF', $VERSION);
 
   require XSLoader;
   XSLoader::load('Imager::File::TIFF', $VERSION);