Version 2.62.3 ============== librsvg crate version 2.62.3 librsvg-rebind crate version 0.3.0 - #1093 - Remove loading limits from image-rs. This means that raster images, when embedded in SVG documents, have no limits for their size or memory consumption. The idea, for now, is that security-sensitive applications that use librsvg should do their own sandboxing if they want to impose memory limits. - Fix the logic for whether gdk-pixbuf-query-loaders should be run during cross-compilation. Native builds can of course use it; cross builds can use it if they can run host binaries *and* an executable wrapper has been set *and* the target sysroot contains the corresponding gdk-pixbuf-query-loaders executable (Ross Burton). Version 2.62.2 ============== librsvg crate version 2.62.2 librsvg-rebind crate version 0.3.0 - #1142: Fix blurry embeded SVG images by rasterizing them at device resolution (Dylan Sechet). - #1229: Fix build when gobject-introspection is enabled but gdk-pixbuf is disabled. Version 2.62.1 ============== librsvg crate version 2.62.1 librsvg-rebind crate version 0.3.0 - There are no changes from 2.62.0, just an update of the image-rs crate to align it with the rest of GNOME 50's versions for dependencies. Version 2.62.0 ============== librsvg crate version 2.62.0 librsvg-rebind crate version 0.3.0 - The minimum supported Rust version (MSRV) is 1.92.0. - The librsvg and librsvg-rebind crates now use Rust/Cargo edition=2024. - #1218: Fix rendering of markers at the end of open subpaths. - #1216: Small optimization for userLanguage so regexes only get compiled if needed (Adetoye Anointing). - Update gtk-rs-core crates to 0.22.0. Version 2.61.92 =============== librsvg crate version 2.62.0-beta.2 librsvg-rebind crate version 0.3.0-beta.0 - #1218: Fix rendering of markers at the end of open subpaths. - #1216: Small optimization for userLanguage so regexes only get compiled if needed (Adetoye Anointing). - #1225: Update the time crate to 0.3.47 for RUSTSEC-2026-0009 - #1226: Switch to Rust/Cargo edition=2024. Version 2.61.91 =============== librsvg crate version 2.62.0-beta.1 librsvg-rebind crate version 0.3.0-beta.0 - Fix linking to the native library in librsvg-rebind (Maximiliano Sandoval). - #1216 - Fix path used for the gdk-pixbuf-query-loaders binary when compiling with spack. - Update dependencies (Sophie Herold). - Sanitize the Markdown files and add CI checks for them (Jordan Petridis). Version 2.61.90 =============== librsvg crate version 2.62.0-beta.0 librsvg-rebind crate version 0.3.0-beta.0 - #1211 - librsvg-rebind's constructors now return Result instead of Result