summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-06-01 12:14:53 -0500
committerFederico Mena Quintero <federico@gnome.org>2018-06-01 12:14:53 -0500
commit915a15b5f34b75eac03ad2ebcb7982b8750e2f7a (patch)
treeacc99c4c3bdfb5db085459716ab475a43cb6a424
parent248e9942e171023256afeba58da584ee6b96d5aa (diff)
downloadlibrsvg-915a15b5f34b75eac03ad2ebcb7982b8750e2f7a.tar.gz
Update NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5924266f..ca276e4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 2.42.5
+- #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.
+- #206 - The test suite now writes test artifacts to tests/output
+ instead of /tmp (Saurav Sachidanand).
+
Version 2.42.4
- Fix: elements with systemLanguage attributes without variants now
work better (Paolo Borelli).