Path to this page:
Subject: CVS commit: pkgsrc/textproc/ruby-asciidoctor
From: Takahiro Kambe
Date: 2024-05-26 17:50:14
Message id: 20240526155015.08BC8FA2C@cvs.NetBSD.org
Log Message:
textproc/ruby-asciidoctor: update to 2.0.23
2.0.23 (2024-05-17)
This is a patch release in the 2.0.x release line to fix bugs and deal with
compliance issues.
The primary bug fix in this release is to not duplicate the block attribute
line above a detached block that breaks a dlist, which fixes the duplicate
role warning on that detached block. The main compliance improvement is to
encode spaces in mailto links using %20, in accordance with RFC 3986,
instead of +.
This release introduces several fixes and improvements related to parsing a
table that has jagged rows. If the colspan of the last cell in a row,
including the last row, exceeds the specified number of columns, only that
row is dropped. On the other hand, if the last row is missing cells, an
error message is logged to notify the author.
If a URL is used as the target of an xref shorthand, the processor now
treats the URL as a fragment identifier instead of crashing.
Finally, repeating spaces in verbatim content in the manpage output are
preserved.
Changelog
Compliance
* Encode spaces in mailto links as %20, in accordance with RFC 3986, instead
of + (#4576)
Improvements
* Log error when an incomplete row is detected at the end of a table (#4573)
Bug Fixes
* Don't leave behind empty line inside skipped preprocessor conditional
(#4580)
* Don't duplicate block attribute line above detached block that breaks a
dlist; fixes duplicate role on detached block (#4565)
* Don't crash when parsing xref shorthand if target starts with URL protocol
and text is offset by space (#4570)
* Only drop current row if colspan of last cell exceeds specified number of
columns (#4587)
* Drop last row if colspan of last cell in table exceeds specified number of
columns (#4587)
* Preserve repeating spaces in verbatim content in manpage output (#3583)
Credits
A very special thanks to all the awesome supporters of the Asciidoctor
OpenCollective campaign, who provide critical funding for the ongoing
development of this project.
Files: