summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2015-07-02 19:33:53 -0500
committerFederico Mena Quintero <federico@gnome.org>2015-07-02 19:33:53 -0500
commitca0ef340d8b091084deedd59e0faec7202f820d7 (patch)
tree330fc8e8b425548b723135e9b820f8c02e0589b6
parent99805d95a0459190d60339540f0fa6824d266435 (diff)
downloadlibrsvg-ca0ef340d8b091084deedd59e0faec7202f820d7.tar.gz
Update NEWS
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05dccb40..0edfa916 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 2.40.10
+- 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 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.
+ We previously required a version of GTK+ which is four years old. Out with
+ the old, in with the old.
+
Version 2.40.9
- Fixed bgo#738367 - V/v/H/h commands in path elements were not
working. Patch by Andrea Griffini.