summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2019-10-14 14:11:49 -0500
committerFederico Mena Quintero <federico@gnome.org>2019-10-14 14:11:49 -0500
commite5bb85871bf24fe7f01ea3f1749474054d11eecc (patch)
treec51b3fe31f86fefe26ab87a1505717357ea5fb98 /NEWS
parentebfa252991a49e6206038290df64e6a660db1900 (diff)
downloadlibrsvg-e5bb85871bf24fe7f01ea3f1749474054d11eecc.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b993a68..2fd72255 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 2.47.0
+
+- Patterns and gradients reused across more than one element will only
+ get resolved once now; this should make things marginally faster for
+ patterns or gradients with fallbacks.
+
+- #515 - Librsvg now has limits on the number of loaded XML elements,
+ and the number of referenced elements within an SVG document. This
+ is to mitigate malicious SVGs which try to consume all memory, and
+ those which try to consume an exponential amount of CPU time.
+
+- #506 - Fix empty patterns which reference a fallback pattern with
+ children.
+
Version 2.46.0
- The following are highlights compared to the 2.44.x series. For