summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-03-17 13:54:06 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-03-17 13:54:06 -0600
commitef30ddb1bca9d69344ab30dffb5f101ea1cf3eae (patch)
tree712795cb0a02dab4073e142b44278f34fa30d36b
parent593dbc3c2096265d9e07a219bb2d633ed2215cfa (diff)
downloadlibrsvg-ef30ddb1bca9d69344ab30dffb5f101ea1cf3eae.tar.gz
NEWS: Copy the release notes from the 2.55 stable series
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/814>
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be5ad67e..45921ddf 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,36 @@ The minimum supported Rust version (MSRV) is 1.63.
- 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.2
+==============
+
+- #942: Fix crash when XML files get recursively included through
+ XInclude. Thanks to Stefan Schiller for catching this.
+
+- The Minimum Supported Rust Version (MSRV) is now Rust 1.60. Several
+ dependencies have bumped their MSRV on their own, unfortunately.
+
+Version 2.55.1
+==============
+
+As an experiment, I'll move librsvg from even-odd versioning (odd
+minor version is unstable, even minor version is stable), to the
+versioning scheme that GNOME uses these days. So, 2.55.x is the new
+stable series.
+
+* 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
+
+* 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).
+
Version 2.55.0-alpha
====================