PNG re-work: prepare for merge
authorTony Cook <tony@develop-help.com>
Sun, 29 Apr 2012 04:53:35 +0000 (14:53 +1000)
committerTony Cook <tony@develop-help.com>
Sun, 29 Apr 2012 04:53:35 +0000 (14:53 +1000)
Changes

diff --git a/Changes b/Changes
index dfbe19119d4ff676614b61631b8f211ccb9dbca0..48470985d22ed97f129332a32997cf0fbfbc3d07 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,22 +1,5 @@
 Imager release history.  Older releases can be found in Changes.old
 
- - PNG rework
-   - improve error reporting
-   - add png_interlace, png_bits tags
-   - read paletted images as paletted images, including transparency
-   - read 1 bit greyscale images as a type suitable for other file
-     handlers to write as bilevel
-   - read 16 bit/sample PNG as 16-bit/sample Imager images
-   - write "bilevel" paletted images as 1 bit grayscale images
-   - write paletted images as paletted images
-   - write 16-bit (or higher)/sample images as 16-bit/sample PNG
-     images
-
-  TODO:
-    - documentation in C code
-    - documentation of new tags, behaviour
-    - output tags
-
 Imager 0.90 - unreleased
 ===========
 
@@ -86,6 +69,20 @@ Other changes:
  - the i_get_file_background() and i_get_file_backgroundf() APIs now
    return int to indicate whether the i_background tag was found.
 
+ - PNG rework
+   - improve error reporting
+   - add png_interlace, png_bits tags
+   - read paletted images as paletted images, including transparency
+   - read 1 bit greyscale images as a type suitable for other file
+     handlers to write as bilevel
+   - read 16 bit/sample PNG as 16-bit/sample Imager images
+   - write "bilevel" paletted images as 1 bit grayscale images
+   - write paletted images as paletted images
+   - write 16-bit (or higher)/sample images as 16-bit/sample PNG
+     images
+   - improved metadata support
+   https://rt.cpan.org/Ticket/Display.html?id=29268
+
 Imager 0.89 - 18 Mar 2012
 ===========