Opened 2 years ago

Closed 2 years ago

#16244 closed enhancement (fixed)

librsvg-2.54.0

Reported by: Bruce Dubbs Owned by: Xi Ruoyao
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (7)

comment:1 by Xi Ruoyao, 2 years ago

==============
Version 2.54.0
==============

This is a summary of the 2.53.x release notes; you can also read them
for more detail.  Not many new features; we've been working on
infrastructure and documentation.

- Librsvg now supports SVG2 geometry properties for these elements:
  rect, circle, ellipse, image, svg (Jeremias Ortega).

- #721 - 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!

comment:2 by Xi Ruoyao, 2 years ago

docutils (Python module) is now required.

comment:3 by Xi Ruoyao, 2 years ago

gi-docgen is required. We'll need to install following Python modules:

  • MarkupSafe
  • Jinja
  • Pygments
  • Markdown
  • toml
  • typogrify
  • smartypants

The latter 4 ones are not in BLFS now. They can be installed via python3 setup.py build; python3 setup.py install -O1.

comment:4 by Bruce Dubbs, 2 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:5 by Xi Ruoyao, 2 years ago

Owner: changed from Bruce Dubbs to Xi Ruoyao
Status: assignednew

reassign to me (discussed in IRC), we'll use pyvenv for gi-docgen.

comment:6 by Xi Ruoyao, 2 years ago

Status: newassigned

comment:7 by Xi Ruoyao, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at 6783d06.

Note: See TracTickets for help on using tickets.