[librsvg] Update NEWS



commit f1a09cecd86686ef301a0e44754f66bca53d356c
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 2 15:59:29 2019 -0500

    Update NEWS

 NEWS | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2bb93b41..aa21d5b8 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,22 @@ Version 2.45.7
   isolating a test case and to Evgeniy Reizner for providing a more
   minimal one.
 
+- Fix #481: Don't ignore the first x/y/dx/dy in text/tspan elements if
+  there is more than one position specified.
+
 - #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.
 
+- Replaced the Visual Studio build infrastructure for NMake
+  (Chun-wei Fan).
+
+- This version no longer contains the rsvg-view program, so librsvg no
+  longer depends on GTK.  Please see
+  https://people.gnome.org/~federico/blog/removing-rsvg-view.html for
+  the rationale behind this change.
+
 - 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.
@@ -24,10 +35,18 @@ Version 2.45.7
   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).
+- Lots and lots of refactoring and cleanups:  use the rctree crate
+  instead of our own tree representation; remove interior mutability
+  in element structs; make the gradients and patterns code less
+  repetitive (Paolo Borelli).
 
 - Update some dependencies (Bastien Orivel).
 
+- New section in COMPILING.md about cross-compilation to Windows using
+  mingw (Takuro Ashie)
+
+- Fix static linking and Windows builds (Kleis Auke Wolthuizen).
+
 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]