progit2
                                
                                 progit2 copied to clipboard
                                
                                    progit2 copied to clipboard
                            
                            
                            
                        Update asciidoctor requirement from 2.0.22 to 2.0.23
Updates the requirements on asciidoctor to permit the latest version.
Release notes
Sourced from asciidoctor's releases.
v2.0.23
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.
Distribution
Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux, OpenSUSE, and Homebrew. You can use the system's package manager to install the package named asciidoctor.
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)
Release meta
Released on: 2024-05-17 Released by:
@mojavelinuxRelease beer: Marmot Passage by Two 22 BrewLogs: resolved issues | source diff | gem diff
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.
Changelog
Sourced from asciidoctor's changelog.
== 2.0.23 (2024-05-17) -
@mojavelinuxCompliance::
- 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)
=== Details
{url-repo}/releases/tag/v2.0.23[git tag] | {url-repo}/compare/v2.0.22...v2.0.23[full diff] // end::compact[]
== 2.0.22 (2024-03-08) -
@mojavelinuxImprovements::
- Set
cloaked-contextattribute on source block when context is not:listing(#4556)Compliance::
- Remove use of base64 library to prevent warning in Ruby >= 3.3 (#4561)
=== Details
{url-repo}/releases/tag/v2.0.22[git tag] | {url-repo}/compare/v2.0.21...v2.0.22[full diff]
== 2.0.21 (2024-02-20) -
@mojavelinuxCompliance::
- Turn off system-dependent newline conversion when writing files; don't convert line feeds to system-dependent newline (#4550)
- Support logger in Ruby 3.3 by instantiating super class (#4493) (
@mtasaka)- Add support for
scaledwidthandscaleattributes on inline image macro in DocBook output (#4552)- Update latest Ruby to 3.3 in CI workflows
Improvements::
- Change title to doctitle in warning message about use of abstract to make subject more clear
... (truncated)
Commits
- 2c03d22release 2.0.23
- a7c7a7brevise CHANGELOG entry [skip ci]
- 62a00bfreally fix test for old JRuby
- 669e6eafix test for old version of JRuby
- 765cd85backport fix for #3583 preserve repeating spaces in verbatim content in manpa...
- 76f99eebackport fix for #4573 log error when incomplete row is detected at end of table
- 40e5a7ebackport fix for #4571 pass cursor to preprocessor when processing first line...
- 1b1172abackport fix for #4576 encode spaces in mailto links as %20, in accordance wi...
- 5cf3834add test for link macro inside xref shorthand
- 09e150arestore dropped sentence about multi-file editing on GitLab
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.