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

freetype2: Update to v2.13.3 and add monitoring.yml #4624

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

Staudey
Copy link
Member

@Staudey Staudey commented Dec 19, 2024

Summary

Changes:

  • Some fields in the FT_Outline structure have been changed from signed to unsigned type
  • Rare double-free crashes in the cache subsystem have been fixed
  • Excessive stack allocation in the autohinter has been fixed
  • The B/W rasterizer has received a major upkeep that results in large performance improvements
  • If the new configuration option TT_CONFIG_OPTION_GPOS_KERNING is defined, FT_Get_Kerning understands rudimentary GPOS kerning
  • The internal structures PS_DesignMap and PS_Blend related to parsing of old Multiple Masters fonts have been removed

Full release notes available here

Test Plan

  • Rebooted
  • Confirmed fonts looked okay Firefox, LibreOffice, gnome-terminal, Element, various other apps

Checklist

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

**Summary**

Changes:
- Some fields in the `FT_Outline` structure have been changed from signed  to unsigned type
- Rare double-free crashes in the cache subsystem have been fixed
- Excessive stack allocation in the autohinter has been fixed
- The B/W rasterizer has received a major upkeep that results in large performance improvements
- If the new configuration option `TT_CONFIG_OPTION_GPOS_KERNING` is defined, `FT_Get_Kerning` understands rudimentary GPOS kerning
- The internal structures `PS_DesignMap` and `PS_Blend` related to parsing of old Multiple Masters fonts have been removed

Full release notes available [here](https://sourceforge.net/projects/freetype/files/freetype2/2.13.3/)

Signed-off-by: Thomas Staudinger <[email protected]>
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 ea699b3 into getsolus:main Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants