[librsvg] Update NEWS



commit 16b588a83a6bceac36f7745d21e713a23a217e4b
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jun 18 13:06:49 2019 -0500

    Update NEWS

 NEWS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
---
diff --git a/NEWS b/NEWS
index 32573d32..2bb93b41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,33 @@
 Version 2.45.7
+- Fix #463 - Don't panic if an SVG has character data outside the
+  first element.
+
+- Fix #467: Don't panic when there's an xi:include fallback with no
+  parent element.  Thanks to Bastien Orivel for running afl-fuzz
+  on librsvg.
+
+- Fix #471: Fix blurry semi-opaque objects when rendering with a
+  scaled transformation.  Thanks to the gnome-games people for
+  isolating a test case and to Evgeniy Reizner for providing a more
+  minimal one.
+
+- #452 - In librsvg_crate, SvgHandle now has a ::has_element_with_id()
+  method.
+
+- rsvg-convert now catches the case where the SVG has no dimensions.
+
 - The poly element no longer supports "verts" as an alias for the
   "points" attribute.  The "verts" name was only used in SVG pre-1.0,
   and we had been cargo-culting that name ever since.
 
+- We now use more machinery from Mozilla Servo, in this case the
+  markup5ever and rust-selectors crates.  This is in line with
+  gradually replacing libcroco with a Rust-only CSS machinery.
+
+- Lots and lots of refactoring and cleanups (Paolo Borelli).
+
+- Update some dependencies (Bastien Orivel).
+
 Version 2.45.6
 - Librsvg now requires Rust 1.30.0 or later.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]