summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-11-25 13:23:40 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-11-25 13:26:45 -0600
commitb85222dda3c594bdbb12daab837b6dedde9bfb30 (patch)
tree45de3587f7e5d7dc0933b82a61b4f9e578fd3ee0
parentc6f3fa4e72315cca92a00f30c7448029ba50d1ce (diff)
downloadlibrsvg-b85222dda3c594bdbb12daab837b6dedde9bfb30.tar.gz
Update NEWS
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/775>
-rw-r--r--FEATURES.md1
-rw-r--r--NEWS57
2 files changed, 52 insertions, 6 deletions
diff --git a/FEATURES.md b/FEATURES.md
index 09765812..9e9570ea 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -346,6 +346,7 @@ which properties are not available as presentation attributes.
| text-rendering | |
| transform | SVG2; different syntax from the `transform` attribute. |
| unicode-bidi | |
+| vector-effect | Only `non-scaling-stroke` is supported for paths. |
| visibility | |
| writing-mode | |
diff --git a/NEWS b/NEWS
index b8586582..347922da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,55 @@
-Version 2.55.1
-==============
+Version 2.55.90
+===============
+
+The minimum supported Rust version (MSRV) is 1.63.
+
+- #878 - rsvg-convert now supports Tab completion for bash, elvish,
+ fish, powershell, and zsh. Please run "rsvg-convert --completion bash"
+ to generate the completion file. You can use the other shells' names
+ as an argument to the --completion option. (Marcos Simental)
+
+- #885 - Support vector-effect="non-scaling-stroke" for paths (Michael Howell).
+
+- #875 - Apply width, height when `<use>`ing an `<svg>` (Michael Howell).
+
+- There is a new development guide for librsvg, for people who want to
+ help in its development. I hope this will be especially useful to
+ Outreachy and Summer of Code interns:
+ https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/index.html
+
+- #92 - In the use element, honor the overflow:hidden property of a
+ referenced symbol.
+
+- #737 - Treat property and attribute parse errors / invalid values as
+ if they were not present, per the specs. Previously this would
+ cause the offending element's subtree to not be rendered.
+
+- #913 - Make feGaussianBlur work as a pass-through filter if the stdDeviation is invalid.
+
+- Define missing crate metadata for Cargo.toml (Guillaume Desmottes).
+
+- Add some tests that were missing for the C API.
+
+- Fix the basic test suite in Windows.
+
+- Miscellaneous fixes for the build and CI (Jürg Billeter).
+
+- Plenty of internal refactoring to enable more consistent logging.
+
+- Slight reductions in memory consumption for elements with
+ context-stroke and context-fill.
+
+- Experimental gdk-pixbuf loader in Rust (Alberto Ruiz). This is not
+ installed yet.
+
+- Update the gtk-rs crates to 0.16.0 (Bilal Elmoussaoui).
+
+- Port rsvg-convert's argument parsing to the clap4 crate (Lukáš Tyrychtr).
+
+- Updates to the dependencies (Kalev Lember, Christoph Reiter, Jordan Petridis).
-- #878 - rsvg-convert now supports shell completion for bash, elvish,
- fish, powershell, and zsh. Please run "rsvg-convert --completion
- bash" to generate the completion file. You can use the other
- shells' names as an argument to the --completion option. (Marcos Simental)
+- The CI now has a cargo-deny step, which should help us notice when
+ there are security advisories for dependencies (Neetu Mehta).
Version 2.55.0-alpha
====================