summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-04-12 19:05:59 -0500
committerFederico Mena Quintero <federico@gnome.org>2021-04-12 19:05:59 -0500
commit256e3543806f82a8e68870e497e1812935a68c39 (patch)
tree76687fb01ce197682e4d1040db121a644579cab7
parent6e0848e8aab236c111a7cf3c527ad9411a5d568d (diff)
downloadlibrsvg-256e3543806f82a8e68870e497e1812935a68c39.tar.gz
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6aa01e3d..03f8bc14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+===============
+Version 2.48.10
+===============
+
+Update dependent crates that had security vulnerabilities:
+
+ futures-util to 0.3.14 - RUSTSEC-2020-0059
+ futures-task to 0.3.14 - RUSTSEC-2020-0060
+ generic-array to 0.13.3 - RUSTSEC-2020-0146
+ smallvec to 1.6.1 - RUSTSEC-2021-0030
+
+There are no changes to the library code.
+
+
+
Version 2.48.9
- #642 - Fix dx/dy offsets in nested <tspan> elements.