summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2015-02-13 14:49:11 -0600
committerFederico Mena Quintero <federico@gnome.org>2015-02-13 14:49:11 -0600
commitaadbf6968df5fa93e182b7e7c93dc5cc076d44ce (patch)
tree5670cbab1c04c90c3ce1e5f96454c3d3595f1b6f
parent00e75a916e5cfce7bb98d87d98688d86289f8142 (diff)
downloadlibrsvg-aadbf6968df5fa93e182b7e7c93dc5cc076d44ce.tar.gz
Update NEWS2.40.7
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9374610b..bc3604b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
Version 2.40.7
-- Bugs fixed from fuzz testing: #703102, #738050, #738169, #744299
+- Bugs fixed from fuzz testing: #703102, #738050, #738169, #744270, #744299
- Fixed unfiled bug from fuzz testing, where the convolution filter
had an integer multiplication overflow.
-- Fix build of rsvg-convert on Windows
+- Fix build of rsvg-convert on Windows.
+- Fix a bunch of compiler warnings.
Version 2.40.6
- MinGW build fixes