* Tue Sep 06 2022 Bjørn Lie - Update to 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. + Add some tests that were missing for the C API. + Fix the basic test suite in Windows. + Miscellaneous fixes for the build and CI. * Mon Aug 29 2022 Bjørn Lie - Update of vendored dependencies. * Fri Aug 26 2022 Bjørn Lie - Update to version 2.55.0: + The Minimum Supported Rust Version (MSRV) is now Rust 1.58. + The release tarball no longer contains vendored Rust dependencies. Most distributions now have infrastructure to pull these themselves, so let\'s make the tarball smaller. + Accept patterns with userSpaceOnUse units for the stroke of axis-aligned lines. + Small reductions in memory consumption of the DOM tree. + Updates for the gtk-rs API. * Fri Aug 26 2022 Bjørn Lie - Update to version 2.54.5: + Accept patterns with userSpaceOnUse units for the stroke of axis-aligned lines. * Fri Jul 08 2022 William Brown - Replace dependency on unmaintained rust-packaging with cargo-packaging. * Mon Jun 20 2022 William Brown - Automatic update of vendored dependencies * Fri Jun 17 2022 Bjørn Lie - Update to version 2.54.4: + Support CSS Color 4 syntax for . Opacities can be specified as numbers or percentages now, e.g. 0.5 or 50%. + Roll back minimum required version of Pango to 1.46.0. + Fix Windows NMake install when documentation is not built. * Sun May 15 2022 Bjørn Lie - Update to version 2.54.3: + Fix detection of gi-docgen. + Install the generated documentation in the correct place so that Devhelp can find it.- Changes from version 2.54.2: + Fix regressions when computing element geometries. + Add a --disable-gtk-doc option for the configure script, so people can disable generating documentation for cross-compiling. + MSVC: Support generating documentation, and passing introspection paths. * Mon Apr 25 2022 Dominique Leuenberger - Update to version 2.54.1: + Fix oversight in the Minimum Supported Rust Version (MSRV): this release requires Rust 1.56 or later. + Make rst2man and gi-docgen optional. + Fix documentation comments. * Fri Mar 18 2022 Bjørn Lie - Update to version 2.54.0: + Librsvg now supports SVG2 geometry properties for these elements: rect, circle, ellipse, image, svg. + Catch circular references when rendering patterns. + The C API documentation now uses gi-docgen instead of gtk-doc. Rsvg-convert\'s man page is now converted to reStructuredText instead of troff. + The \"Recommendations for applications\" chapter in the documentation is much improved. * Fri Mar 18 2022 Bjørn Lie - Update to version 2.53.2: + Output filled text as text for PDF; fixes regression due to outputting all text as paths. + Fix taller-than-wide proportional scaling and size limiting in rsvg-convert. + Implement SVG2 geometry properties for these elements: rect, circle, ellipse, image, svg. + Fix potential unaligned accesses in surface iterators. + Actually use GDK_PIXBUF_MODULEDIR when calling gdk-pixbuf-query-loaders. + Add links to functions and types throughout the C API documentation. * Fri Mar 18 2022 Bjørn Lie - Switch to gitcheckout of released tag.- Switch to rust-packaging: + Add rust-packaging and libtool BuildRequires. + Drop cargo and rust BuildRequires. + Pass NOCONFIGURE=1 ./autogen.sh, bootstrap build. + Add rust config to _service + Add vendor.tar.xz and cargo_config as sources + macro.- Enable testsuite again for x86_64, as it now passes. * Fri Mar 18 2022 Bjørn Lie - Update to version 2.53.1: + Fix incorrect text rendering when text has different scales in the X/Y axes. This regressed after librsvg 2.52.5, when Pango had to revert its fix for the same bug. Now librsvg renders all text as paths, and does the scaling itself. Please file a bug if you have evidence that this presents a performance problem for you. + Update to the latest gtk-rs release. * Fri Mar 18 2022 Bjørn Lie - Update to version 2.53.0: + This is the first release in the new development series. There are no new features, just changes to how the documentation is built. + The man page for rsvg-convert is now generated from a reStructuredText document, and the C API reference is generated using gi-docgen. + Please make sure you install python3-docutils (for rst2man) and gi-docgen before compiling librsvg from a tarball.- Add python3-docutils and pkgconfig(gi-docgen) BuildRequires following upstream changes. * Fri Mar 18 2022 Luciano Santos - Update to version 2.52.8: + Catch circular references when rendering patterns (glgo#GNOME/librsvg#721). * Sat Mar 12 2022 Bjørn Lie - Update to version 2.52.7: + Backport a fix for the regression that was introduced in the last release: Output filled text as text for PDF; fixes regression due to outputting all text as paths. * Thu Feb 17 2022 Bjørn Lie - Update to version 2.52.6: + Fix incorrect text rendering when text has different scales in the X/Y axes. This regressed after librsvg 2.52.5, when Pango had to revert its fix for the same bug. Now librsvg renders all text as paths, and does the scaling itself. Please file a bug if you have evidence that this presents a performance problem for you. * Fri Dec 17 2021 Bjørn Lie - Update to version 2.52.5: + Fix mangled output in rsvg-convert when redirecting output to a pipe on Windows. + When outputting to SVG, rsvg-convert now uses the width/height units specified in the command line; it always used pixels before. + Fix incorrect top/left margins for SVG/PS/EPS/PDF output. + Fix incorrect placement of glyphs when text has non-uniform scaling in the X/Y axes. This is not a librsvg bug, but is fixed by Pango 1.49.3 and later. Hopefully Pango 1.48.11 will be released soon with this fix as well. Note that this release of librsvg cannot increase the minimum Pango version to 1.48.11 because it is not released yet. + Miscellaneous: Updated crate dependencies: assert_cmd, cast, clap cssparser, float-cmp, itertools, nalgebra, png, proptest, rctree, selectors, system-deps. * Thu Dec 02 2021 Federico Mena Quintero - Remove librsvg-s390x-cairo-has-current-point.patch - it is included in the upstream tarball now. * Thu Nov 18 2021 Bjørn Lie - Disable testsuite for now, let upstream figure out the issue with harfbuzz 3.1.1. * Sat Nov 13 2021 Bjørn Lie - Update to version 2.52.4: + New features: - Support the isolation property from the Compositing and Blending Level 1 specification. - Support Visual Studio 2022. + Bug fixes: - The opacity and mix-blend-mode properties were not being applied when an element has a mask. - Fix panic when an empty group has a pattern fill and filters. - Fix the tests on Windows; the still only work when Fontconfig is present. - Work around a bug in the cairo-rs bindings in the test suite, that only manifests itself in s/390x due to its calling convention. See https://github.com/gtk-rs/gtk-rs-core/issues/335 * Sat Nov 06 2021 Federico Mena Quintero - Add librsvg-s390x-cairo-has-current-point.patch for https://github.com/gtk-rs/gtk-rs-core/issues/335 - otherwise the test suite fails on s390x due to a bug in the cairo-rs bindings. * Tue Nov 02 2021 William Brown - Add cargo audit obs service * Wed Oct 27 2021 Bjørn Lie - Update to version 2.52.3: + Bugfixes, mostly for text layout. Also, text links in PDF! - Support text-decoration=overline. - Basic support for the unicode-bidi property. Librsvg still considers each tspan independently of others, which is incorrect, but at least bidi-override works now for a single embedding level. - Fix placement of tspan that changes the text direction. - :lang() selector should now match lang attribute from an element\'s parent. - Fix the text-anchor property for right-to-left text. - PDF now includes links inside text elements. * Sat Oct 16 2021 Bjørn Lie - Update to version 2.52.2: + New features: - rsvg-convert now supports generating multi-page PDFs in a sensible way. - With one SVG document per page, each page with the SVG\'s natural size: - rsvg-convert --format=pdf -o out.pdf a.svg b.svg c.svg - With all pages sized as portrait US Letter, and each SVG scaled to fit so that there is a 1in margin around each page: rsvg-convert --format=pdf -o out.pdf \\ - -page-width=8.5in --page-height=11in \\ - -width=6.5in --height=8.5in --keep-aspect-ratio \\ - -top=1in --left=1in a.svg b.svg c.svg Please see the man page for details. - Support elements inside . Also, support the CSS :link pseudo-class for matching against links. - Support the CSS :lang() pseudo-class for matching against an element\'s xml:lang attribute. - Support the mask-type property from SVG2. + Bugs fixed: - Don\'t panic when a shorthand property is set to inherit. - Fix regression with the viewport size of interior