r2348 - in packages/libimage-librsvg-perl/branches/upstream/current: . lib/Image

Krzysztof Krzyzaniak eloy at costa.debian.org
Wed Mar 15 14:07:29 UTC 2006


Author: eloy
Date: 2006-03-15 14:07:28 +0000 (Wed, 15 Mar 2006)
New Revision: 2348

Removed:
   packages/libimage-librsvg-perl/branches/upstream/current/Changes~
Modified:
   packages/libimage-librsvg-perl/branches/upstream/current/Changes
   packages/libimage-librsvg-perl/branches/upstream/current/lib/Image/LibRSVG.pm
Log:
Load /tmp/tmp.pZZSgE/libimage-librsvg-perl-0.07 into
packages/libimage-librsvg-perl/branches/upstream/current.


Modified: packages/libimage-librsvg-perl/branches/upstream/current/Changes
===================================================================
--- packages/libimage-librsvg-perl/branches/upstream/current/Changes	2006-03-14 16:09:20 UTC (rev 2347)
+++ packages/libimage-librsvg-perl/branches/upstream/current/Changes	2006-03-15 14:07:28 UTC (rev 2348)
@@ -1,5 +1,7 @@
 Revision history for Perl extension Image::LibRSVG.
 
+0.07   - cpan release of 0.06 holds wrong version
+
 0.06   - fixed loading of gz files with new version (RT 18146)
        - removed DEFINE from Makefile-call (old librvg installations can use 0.05)
 

Deleted: packages/libimage-librsvg-perl/branches/upstream/current/Changes~
===================================================================
--- packages/libimage-librsvg-perl/branches/upstream/current/Changes~	2006-03-14 16:09:20 UTC (rev 2347)
+++ packages/libimage-librsvg-perl/branches/upstream/current/Changes~	2006-03-15 14:07:28 UTC (rev 2348)
@@ -1,22 +0,0 @@
-Revision history for Perl extension Image::LibRSVG.
-
-0.06   - fixed loading of gz files with new version
-       - removed DEFINE from Makefile-call (old librvg installations can use 0.05)
-
-0.05   - enabled new function "getBitmap" which returns the bitmap into a scalar
-       - added new function "isGzCompressionSupported" to check if gzipped files can be passed
-       - added some new tests
-
-0.04   
-       - fixed typo in POD (cpan-bug-id 6187)
-       - fixed problems with detecting zlib support 
-         (now default is on and can be turned off by perl Makefile.PL-Param 
-         as shown in read me)
-0.03
-       - added loading from string
-
-0.02 
-       - corrected wrong Modulenames in examples in POD
-       - corrected typo in loadImage dimesion => dimension
-0.01  
-       - added support 4 librsvg 2

Modified: packages/libimage-librsvg-perl/branches/upstream/current/lib/Image/LibRSVG.pm
===================================================================
--- packages/libimage-librsvg-perl/branches/upstream/current/lib/Image/LibRSVG.pm	2006-03-14 16:09:20 UTC (rev 2347)
+++ packages/libimage-librsvg-perl/branches/upstream/current/lib/Image/LibRSVG.pm	2006-03-15 14:07:28 UTC (rev 2348)
@@ -34,7 +34,7 @@
 	
 );
 
-our $VERSION = '0.05';
+our $VERSION = '0.07';
 
 require XSLoader;
 XSLoader::load('Image::LibRSVG', $VERSION);




More information about the Pkg-perl-cvs-commits mailing list