]> git.imager.perl.org - imager.git/commitdiff
re-arrange for priority
authorTony Cook <tony@develop=help.com>
Sat, 25 Jun 2005 03:47:27 +0000 (03:47 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 25 Jun 2005 03:47:27 +0000 (03:47 +0000)
TODO

diff --git a/TODO b/TODO
index 68ad11e91ff6f7173a481b3d2c947b6cf264c17c..71ac3a9434e57d243a308bb8b8696db97b602450 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,10 +8,35 @@ not commitments.
 
 0.46: (September 2005)
 
 
 0.46: (September 2005)
 
+- check remaining memory allocation calls for integer overflows
+  http://rt.cpan.org/NoAuth/Bug.html?id=8213
+
+- fix Imager::Color warning when $ENV{HOME} isn't set from
+  _get_gimp_color()
+  http://rt.cpan.org/NoAuth/Bug.html?id=13143
+
+- module version numbers
+  http://rt.cpan.org/NoAuth/Bug.html?id=13047
+
+- rework handling of antialiasing and other transparency against
+  transparent images
+
+  Places to check:
+   - text AA rendering
+   - AA line drawing
+   - anything that uses combine (fills in particular)
+  http://rt.cpan.org/NoAuth/Bug.html?id=11972
+
 - allow limits to be set on the size of an image read from a file.  This is
   to prevent an attacker supplying huge images that consume all of 
   memory causing a denial of service attack.
 
 - allow limits to be set on the size of an image read from a file.  This is
   to prevent an attacker supplying huge images that consume all of 
   memory causing a denial of service attack.
 
+- implement gsamp()/gsampf()/plin() etc methods for those low level image
+  interfaces which don't yet have methods.
+   - code
+   - test
+   - document
+
 - add Imager::Tutorial (see Tk::UserGuide for a structure)
   don't cover installation - belongs in README or INSTALL
   it doesn't need to cover everything - read/write/create/simple drawing
 - add Imager::Tutorial (see Tk::UserGuide for a structure)
   don't cover installation - belongs in README or INSTALL
   it doesn't need to cover everything - read/write/create/simple drawing
@@ -19,9 +44,6 @@ not commitments.
 
 - add 5 more recipes to Imager::Cookbook
 
 
 - add 5 more recipes to Imager::Cookbook
 
-- implement gsamp()/gsampf()/plin() etc methods for those low level image
-  interfaces which don't yet have methods.
-
 - implement i_incomplete for png and gif files.
 
 - documentation audit, check:
 - implement i_incomplete for png and gif files.
 
 - documentation audit, check:
@@ -32,17 +54,6 @@ not commitments.
   - check POD sections (SEE ALSO in particular)
   (#1521, #5608, #8231, #11429, #13058)
 
   - check POD sections (SEE ALSO in particular)
   (#1521, #5608, #8231, #11429, #13058)
 
-- rework handling of antialiasing and other transparency against
-  transparent images (#11972)
-
-  Places to check:
-   - text AA rendering
-   - AA line drawing
-   - anything that uses combine (fills in particular)
-
-- module version numbers
-  http://rt.cpan.org/NoAuth/Bug.html?id=13047
-
 Speculation
 -----------
 
 Speculation
 -----------