Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texinfo: Update to v7.1.1 #4635

Merged
merged 1 commit into from
Dec 21, 2024
Merged

texinfo: Update to v7.1.1 #4635

merged 1 commit into from
Dec 21, 2024

Conversation

malfisya
Copy link
Member

@malfisya malfisya commented Dec 20, 2024

Summary

Full news:

  • texi2any
    • fix potential crash when @include is used inside a table
    • do not complain about presence of @anchor inside @item in a table
    • C source files that are generated from *.xs files are no no longer distributed, so xsubpp from Perl is needed to build XS modules.
    • fix bug that led to memory alignment error on SPARC
    • performance improvement and fixes for MinGW
    • test failures due to floating point rounding error fixed (observed on IBM POWER9 processor)
  • info
    • crash when setting style to invalid value fixed
    • potential call of memcpy with null argument fixed

Test Plan

Run info nano

Checklist

  • Package was built and tested against unstable
  • This change could gainfully be listed in the weekly sync notes once merged

**Summary**

Full news:
- `texi2any`
  - fix potential crash when `@include` is used inside a table
  - do not complain about presence of `@anchor` inside `@item` in a table
  - C source files that are generated from `*.xs` files are no no longer
    distributed, so xsubpp from Perl is needed to build XS modules.
  - fix bug that led to memory alignment error on SPARC
  - performance improvement and fixes for MinGW
  - test failures due to floating point rounding error fixed (observed
    on IBM POWER9 processor)
- `info`
  - crash when setting style to invalid value fixed
  - potential call of memcpy with null argument fixed
@malfisya malfisya marked this pull request as ready for review December 21, 2024 11:29
Copy link
Member

@davidjharder davidjharder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@davidjharder davidjharder merged commit 0403e9c into main Dec 21, 2024
1 check passed
@davidjharder davidjharder deleted the texinfo branch December 21, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants