Correct the bKGD chunk reading (scaling was incorrect)
diff --git a/ChangeLog b/ChangeLog
index 628440a..6a423c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,18 @@
-2010-05-31 6.6.2-2 Cristy <quetzlzacatenango@image...>
- * Add x:silent option to prevent beeps when reading the X image format.
- * Recognize TTF for GetMagicInfo().
- * Ensure the +set option deletes the image artifact.
+2010-06-01 6.6.2-2 Glenn Randers-Pehrson <glennrp@image...>
+ * Properly scale color components of the PNG bKGD chunk.
* Prevent MNG divide by zero in calculation of frame_timeout. Set
both frame_delay and frame_timeout to infinite when ticks_per_second
is zero, as required by the MNG spec.
-2010-05-28 6.6.2.1 Glenn Randers-Pehrson <glennrp@image...>
+2010-05-31 6.6.2-2 Cristy <quetzlzacatenango@image...>
+ * Add x:silent option to prevent beeps when reading the X image format.
+ * Recognize TTF for GetMagicInfo().
+ * Ensure the +set option deletes the image artifact.
+
+2010-05-28 6.6.2-1 Glenn Randers-Pehrson <glennrp@image...>
* Prevent coders/png.c from attempting to write an empty tRNS chunk.
-2010-05-25 6.6.2.1 Anthony Thyssen <A.Thyssen@griffith...>
+2010-05-25 6.6.2-1 Anthony Thyssen <A.Thyssen@griffith...>
* Finish for Square Array Rotates (off center origin rotate)
* Added HitAndMiss kernel Ridges2 to find 2 pixel thick ridges
* Added FreiChen:0,{angle} FreiChen:{angle} and FreiChen:-1 variations
@@ -26,7 +29,7 @@
* Prevent MNG divide by zero in calculation of frame_delay (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320).
-2010-05-23 6.6.2.0 Anthony Thyssen <A.Thyssen@griffith...>
+2010-05-23 6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
* Third Re-write of MorphologyApply() to better handle compound methods.
* Implemented -set option:morphology:compose for merging results of
multiple kernels. "None" means re-iterate results with next kernel.
@@ -40,7 +43,7 @@
* ExpandKernelInfo() (rotation expand) now groks symmetrical kernels.
So the above will only produce a list of 2 kernels, not 4 kernels
-2010-05-18 6.6.2.0 Anthony Thyssen <A.Thyssen@griffith...>
+2010-05-18 6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
* Separation of internal function MorphologyAppy() from
MorphologyImageChannel() to calls to convolve without user settings.
* Rewrite of MorphologyApply() to output better 'verbose' messages