summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-09-27 13:24:30 -0500
committerFederico Mena Quintero <federico@gnome.org>2018-09-27 13:24:30 -0500
commit06cb222009ea7048e6fc345592218dfc3c5d16ca (patch)
tree41ae24518096739ea38cff0113e9d1d219bfd2dc
parentaac9e28226adb829b20fcbf2a0cd5cde50d25bc5 (diff)
downloadlibrsvg-2.44.5.tar.gz
Update NEWS2.44.5
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c3a13e49..431c4fd4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,13 @@ Version 2.44.5
- Fix #343 - Handle child being in error in feComponentTransfer.
- Fix #346 - Handle filter primitives producing errors.
- Fix #347 - Regression in computation of text element extents.
+- Fix #348 - Fix incorrect font sizing.
+- Fix #349 - Don't panic when loading an external image that is bigger
+ than Cairo's limits.
- Fix - rsvg_handle_get_dimensions_sub() no longer panics if passed a
nonexistent fragment identifier.
+- CSS processing code is now in Rust, although it still calls libcroco
+ to do the parsing.
Version 2.44.4
- Fix #341 - Don't infinite-loop with cyclic pattern references.