summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-01-23 13:57:05 -0600
committerFederico Mena Quintero <federico@gnome.org>2018-01-23 13:57:05 -0600
commit00e064575cd3fde407f826f0aa1fbc950c515307 (patch)
treec5b114cd7df3419ccf99ba221119dc54bb024205 /NEWS
parent7899b2f14d7e8f4db0478bbca7d8f1636435a5f0 (diff)
downloadlibrsvg-00e064575cd3fde407f826f0aa1fbc950c515307.tar.gz
Update NEWS for 2.42.12.42.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d47d063b..614a8abf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 2.42.1
+- gitlab#182 - Parse the transform attribute in a faster/simpler way.
+ We now use rust-cssparser instead of lalrpop. This is especially
+ noticeable on SVGs with lots of "transform" attributes.
+- gitlab#187 - Don't crash when setting a gradient on a zero-sized object.
+- gitlab#184 - (Windows) Don't use PangoFT2 if not available (Chun-wei Fan).
+- gitlab#181 - Inherit attributes in the <svg> element properly.
+- gitlab#160 - rsvg-convert - fix error reporting when reading from
+ stdin (Phlip Withnall).
+- gitlab#152 - Fix detection of image type in "data:" URIs when they
+ don't specify a MIME type (Andreas Smas).
+- gitlab#117 - (Windows) rsvg-convert - Set stdout to O_BINARY
+ (Bakhtiar Hasmanan).
+- gitlab#133 - More stringent parsing of path data; better tests.
+- (Windows/MSVC) Fix linking of the Rust internals library (Chun-wei Fan).
+- Fix typos and links in the .md files.
+
Version 2.42.0
- Fix a memory leak in rsvg_handle_new_from_file() (Lovell Fuller).
- Optimize the xml:space normalization function (Jordan Petridis).