summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-06-01 13:39:13 -0500
committerFederico Mena Quintero <federico@gnome.org>2018-06-01 13:39:13 -0500
commit497c925593e41c12cec4a55e4365655a29c3fe59 (patch)
tree7599b0b10880714d54316366ea6b2bc57f88958f
parente0f9ea86480ca9563c4bcb927e04506c438fb17c (diff)
downloadlibrsvg-497c925593e41c12cec4a55e4365655a29c3fe59.tar.gz
Update NEWS2.42.5
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca276e4b..2042dc5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
Version 2.42.5
+- #266 - Don't render filter primitives that have invalid attributes.
+ This was causing a crash in feColorMatrix.
- #276 - rsvg_handle_render_cairo() will now refuse to render if the
cairo_t passed to it is in an error state. Fixes a panic in the
cairo-dock program.