diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d54ad87e772..b0a940292e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-03-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * image.c (pbm_load): Allow color values up to 65535. | ||
| 4 | Throw an error if max_color_idx is outside the supported range. | ||
| 5 | Report an error when image size is invalid. | ||
| 6 | Read two bytes at a time when raw images have max_color_idx above 255. | ||
| 7 | |||
| 1 | 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change) | 8 | 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change) |
| 2 | 9 | ||
| 3 | * regex.c (EXTEND_BUFFER): Change order of pointer addition | 10 | * regex.c (EXTEND_BUFFER): Change order of pointer addition |