update revision control urls in Makefile.PL, update Changes
authorTony Cook <tony@develop-help.com>
Mon, 17 Jan 2011 07:36:52 +0000 (18:36 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 17 Jan 2011 07:36:52 +0000 (18:36 +1100)
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 88e6634835a18e8505226f96453d20b37379481a..1669206a011da85d624d3131ac06fb8f1ad23d3f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,12 @@ Imager release history.  Older releases can be found in Changes.old
 Imager 0.80 - unreleased
 ===========
 
+ - added coverage tests for Imager::Fountain and Imager::Color::Float
+
+ - Imager is now maintained in git
+   http://git.imager.perl.org/imager.git
+   git://git.imager.perl.org/imager.git
+
 Bug fixes:
 
  - images with an translucent alpha channel were not scaled correctly
@@ -12,7 +18,9 @@ Bug fixes:
  - Imager::Color::Float now translates "#FFFFFF" to white instead of
    just a little darker.
 
- - make the default color map build algorithm "mediancut".
+ - make the default color map build algorithm "mediancut".  This
+   changes the default color map builder for writing GIFs back to what
+   it was in 0.77, reverting a performance regression.
    https://rt.cpan.org/Ticket/Display.html?id=64785
 
 Imager 0.79 - 10 Dec 2010
index 42d20ae50bda2cb8f4c03f6e8c9d6b946e760347..40677cca78698c787c2ad6fb1248ad5225e1a457 100644 (file)
@@ -219,9 +219,9 @@ if ($MM_ver >= 6.46) {
       homepage => "http://imager.perl.org/",
       repository =>
       {
-       url => "http://imager.perl.org/svn/trunk/Imager",
-       web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager",
-       type => "svn",
+       url => "git://git.imager.perl.org/imager.git",
+       web => "http://git.imager.perl.org/imager.git",
+       type => "git",
       },
       bugtracker =>
       {