summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-05 17:21:07 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-05 17:21:07 -0500
commitd0949299299b3cec08f2b840ef19532208a5b8f3 (patch)
tree36c13a22ece040a58340749cd63e2bccaa5d990e
parent4245a4180207815d3670f73232e92ecb4342fe03 (diff)
downloadlibrsvg-d0949299299b3cec08f2b840ef19532208a5b8f3.tar.gz
Update NEWS
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4119561f..233c6ed0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+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
====================