diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-12 08:37:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-12 08:37:36 (GMT) |
commit | 3a855135e0cea5671e8677540fd81e5aaf1cb103 (patch) | |
tree | 48a97b7e230aa4f16b8f615dffb589f39b2a453b /ChangeLog | |
parent | 4899fc756de94240fdea6c427c1767309d427e09 (diff) | |
download | tk-3a855135e0cea5671e8677540fd81e5aaf1cb103.zip tk-3a855135e0cea5671e8677540fd81e5aaf1cb103.tar.gz tk-3a855135e0cea5671e8677540fd81e5aaf1cb103.tar.bz2 |
* generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct
flushing semantics when handling the last data from the image. Without
this, many PNG readers (notably including Firefox) refuse to show the
image and instead complain about errors.
(ReadIDAT): Added sanity checks to ensure that when we've got bad data
of the sorts of forms we were previously generating, we detect it and
error out rather than silently failing.
(WriteExtraChunks): New function to write in some basic metadata.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -1,3 +1,14 @@ +2010-04-12 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct + flushing semantics when handling the last data from the image. Without + this, many PNG readers (notably including Firefox) refuse to show the + image and instead complain about errors. + (ReadIDAT): Added sanity checks to ensure that when we've got bad data + of the sorts of forms we were previously generating, we detect it and + error out rather than silently failing. + (WriteExtraChunks): New function to write in some basic metadata. + 2010-04-09 Jan Nijtmans <nijtmans@users.sf.net> * doc/photo.n: Follow-up to [Bug 2983824]: update doc. @@ -15,10 +26,10 @@ 2010-04-06 Jan Nijtmans <nijtmans@users.sf.net> - * win/tcl.m4 Sync with Tcl version - * unix/tcl.m4 - * win/configure (regenerate with autoconf-2.59) - * unix/configure [Bug 2982540]: configure and install* script + * win/tcl.m4: Sync with Tcl version + * unix/tcl.m4: + * win/configure: (regenerate with autoconf-2.59) + * unix/configure: [Bug 2982540]: configure and install* script files should always have LF 2010-03-29 Jan Nijtmans <nijtmans@users.sf.net> |