summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-12-17 12:29:20 -0600
committerFederico Mena Quintero <federico@gnome.org>2021-12-17 12:29:20 -0600
commit15ee361dd1afeccfd7161c334edbb0803fa2b1ae (patch)
treea2ec26e87f09da04eb16077cd7872f5eff38ad2c /NEWS
parent10cfbff01c01538fd6e6b7401093e89551f26df1 (diff)
downloadlibrsvg-15ee361dd1afeccfd7161c334edbb0803fa2b1ae.tar.gz
Update NEWS
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/643>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c8da1209..8c1ac941 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
==============
+Version 2.52.5
+==============
+
+Just bugfixes this time:
+
+- #812 - Fix mangled output in rsvg-convert when redirecting output to
+ a pipe on Windows (Michael Howell).
+
+- #766 - When outputting to SVG, rsvg-convert now uses the
+ width/height units specified in the command line; it always used
+ pixels before (Daniel Petri Rocha).
+
+- #814 - Fix incorrect top/left margins for SVG/PS/EPS/PDF output
+ (Daniel Petri Rocha).
+
+- #599 - Fix incorrect placement of glyphs when text has non-uniform
+ scaling in the X/Y axes. This is not a librsvg bug, but is fixed by
+ Pango 1.49.3 and later. Hopefully Pango 1.48.11 will be released
+ soon with this fix as well. Note that this release of librsvg
+ cannot increase the minimum Pango version to 1.48.11 because it is
+ not released yet.
+
+Miscellaneous:
+
+- Updated crate dependencies: assert_cmd, cast, clap cssparser,
+ float-cmp, itertools, nalgebra, png, proptest, rctree, selectors,
+ system-deps.
+
+==============
Version 2.52.4
==============