aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-06-01 21:33:58 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-06-01 21:40:51 +0200
commitf02cc54c84efcea6ee4c65b64853d8c5671090e9 (patch)
tree8c9454833a39beccb4adfe926720fdd84ced4d6f /ChangeLog
parentc96cd51fe73fddb4e9188e4f857938d33f386664 (diff)
Handle PNG warnings as non-fatal
The libpng library may emit warnings when decoding a PNG image, which are non-fatal. So far we were handling them as errors and stopping the decoding process, which prevents Dillo from decoding some images. In particular, images that emit the warning: > iCCP: known incorrect sRGB profile Fixes: https://github.com/dillo-browser/dillo/issues/179 Authored-by: dogma
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f073f389..f2a25047 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@ dillo-3.1.1 [not released yet]
Patches: Rodrigo Arias Mallo <rodarima@gmail.com>
+- Add HTML tests to the distributed tarball.
Patches: Matt Jolly
++- Gracefully handle warnings from PNG images.
+ Patches: dogma
dillo-3.1.0 [May 4, 2024]