librsvg 2.49.4

2020-08-21 Thread Federico Mena Quintero
News - Support ARM64 Windows builds (Chun-wei Fan). - #165 - Draw zero-length paths with square caps correctly (Bastien Orivel). - #568 - Support href attribute in addition to xlink:href per SVG2. - #560 - Ignore missing filter references per SVG2. - #609 - Support the transform attribute

Re: GNOME 3.29.3 unstable tarballs due (responsible: mcatanzaro)

2018-06-14 Thread Federico Mena Quintero
On Fri, 2018-06-15 at 00:00 +, Release Team wrote: > For more information about 3.29, the full schedule, the official > module lists and the proposed module lists, please see our colorful > 3.29 > page: This: http://ftp.gnome.org/pub/GNOME/teams/releng/3.29.2/versions has librsvg 2.40.20, wh

librsvg 2.42.3

2018-03-05 Thread Federico Mena Quintero
News - gitlab#205 - The configure script now checks for Rust 1.20.0 - previously this minimum requirement was not well-defined. - gitlab#204 - New feature: If an SVG has an link element, we now generate the corresponding link when outputting to a Cairo PDF surface. If you use rsvg-con

librsvg 2.42.2

2018-02-01 Thread Federico Mena Quintero
News - gitlab#193 - Don't crash when feConvolveMatrix doesn't specify orderx/ordery attributes. - gitlab#136 - Parse stroke-dasharray property correctly. This code is in Rust now; yay! (Jordan Petridis). - Don't render markers if they are zero-sized, per the spec. - Performance: eliminat

librsvg 2.42.1

2018-01-23 Thread Federico Mena Quintero
News - gitlab#182 - Parse the transform attribute in a faster/simpler way. We now use rust-cssparser instead of lalrpop. This is especially noticeable on SVGs with lots of "transform" attributes. - gitlab#187 - Don't crash when setting a gradient on a zero-sized object. - gitlab#184 - (W

Librsvg 2.42 is the new stable series

2018-01-08 Thread Federico Mena Quintero
Dear everyone, Librsvg 2.42.0 is out today, and the 2.42.x series is the new stable one. When I have unstable stuff to commit I'll put it in a 2.43 series. Please use 2.42.x for GNOME 3.28 if possible. Thanks! Federico ___ release-team@gnome.org ht

Re: librsvg 2.42.0

2018-01-08 Thread Federico Mena Quintero
On Mon, 2018-01-08 at 18:44 -0600, mcatanz...@gnome.org wrote: > > Can you clarify if you're going to stick to even/odd stable/unstable > numbering, or if distros should now take every release as a stable > release? I released 2.42.0 because you asked for even = stable. I'll mail distributor-l

librsvg 2.42.0

2018-01-08 Thread Federico Mena Quintero
News - Fix a memory leak in rsvg_handle_new_from_file() (Lovell Fuller). - Optimize the xml:space normalization function (Jordan Petridis). - gitlab#179 - fix a runtime warning in the feMergeNode code. - gitlab#175 - Clarify documentation about the rsvg_*_sub() APIs. - Stylistic fixes from ca

librsvg 2.40.20

2017-12-15 Thread Federico Mena Quintero
News - Except for emergencies, this will be the LAST RELEASE of the librsvg-2.40.x series. We are moving to 2.41, which is vastly improved over the 2.40 series. The API/ABI there remain unchaged, so we strongly encourage you to upgrade your sources and binaries to librsvg-2.41.x. -

Re: librsvg 2.40.7 issues

2015-02-26 Thread Federico Mena Quintero
On Thu, 2015-02-26 at 10:07 -0500, Matthias Clasen wrote: > you probably expected this since you've touched it, it broke. Actually, 2.40.7 is fine. My buggy commit happened after that. I'll make a release anyway, since there is a fuzz-testing fix and a few optimizations now. Federico __

Re: librsvg 2.40.7 issues

2015-02-26 Thread Federico Mena Quintero
On Thu, 2015-02-26 at 10:07 -0500, Matthias Clasen wrote: > you probably expected this since you've touched it, it broke. > > https://bugzilla.gnome.org/show_bug.cgi?id=745097 > https://bugzilla.gnome.org/show_bug.cgi?id=745177 > > are the two instances that have shown up so far. Oops. Tha