summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2015-08-08 03:22:05 -0500
committerFederico Mena Quintero <federico@gnome.org>2015-08-08 03:22:05 -0500
commit25d5f8b7076535fecb972d6454807ba56452991a (patch)
treef397260c8d0299551aafe9147efb251d3c68a792
parent0559382e4d8fa17ce8acef081fbc5ce1afb6ad02 (diff)
downloadlibrsvg-25d5f8b7076535fecb972d6454807ba56452991a.tar.gz
Update NEWS2.40.10
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0edfa916..c0a52da4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
Version 2.40.10
+- Fixed bgo#748608 - Memory leak when Gaussian-blurring. Thanks to
+ Carlos Garnacho for fixing my leaky code.
- Fixed bgo#739329 - font-family attributes with singly-quoted names
were not handled correctly, yielding incorrect fonts. Patch by Menner.
- Fixed bgo#476507 - Path start/end markers didn't have the correct angle
if the path was a curve with coincident control points. Patch by Menner.
+- Fixed bgo#688689 - Support font-style="normal" within a non-normal
+ styled text block. Patch by Paolo.
- Fixed builddir != srcdir. Patch by Matthias Clasen.
- Remove a bunch of deprecated GTK+ calls.
- This version of librsvg requires GTK+ 3.10.0, which is, ahem, only two years old.