changeset 80383:112755bcbedd

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Fri, 28 Mar 2008 14:59:22 +0000
parents 296f5c781a2b
children 7c4dd8e082ee
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 28 14:57:32 2008 +0000
+++ b/src/ChangeLog	Fri Mar 28 14:59:22 2008 +0000
@@ -1,3 +1,10 @@
+2008-03-28  Jason Rumney  <jasonr@gnu.org>
+
+	* image.c (pbm_load): Allow color values up to 65535.
+	Throw an error if max_color_idx is outside the supported range.
+	Report an error when image size is invalid.
+	Read two bytes at a time when raw images have max_color_idx above 255.
+
 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
 
 	* regex.c (EXTEND_BUFFER): Change order of pointer addition