Skip to content

Commit

Permalink
updated 2.0.11.1 changes log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 25, 2020
1 parent 8642e6d commit e31d11a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES
@@ -1,3 +1,19 @@
2.0.11.1:
- Added new functions for optional DPI-scaling of fonts (bug #2951),
namely TTF_OpenFontDPI, TTF_OpenFontDPIRW, TTF_OpenFontIndexDPI and
TTF_OpenFontIndexDPIRW.
- Fixed invalid memory read & write by TTF_RenderUTF8* with specific
input (bug #2749)
- Fixed TTF_RenderGlyph_Shaded (bug #1433, archlinux bug #28674.)
- Fixed bug where each occurance of a specific characters in a string
appears clipped horizontally (Use the correct rounding of character
width calculation.)
- Fixed a wrong use of FT_Set_Pixel_Sizes().
- Fixed file not getting closed in TTF_OpenFontIndexRW in error cases
(bug #1531)
- Build fixes / updates.
- Updated external libraries with multiple bug/security fixes.

2.0.11:
Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
* SDL_ttf is now under the zlib license
Expand Down

3 comments on commit e31d11a

@AMDmi3
Copy link

@AMDmi3 AMDmi3 commented on e31d11a Oct 5, 2021

Choose a reason for hiding this comment

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

Will there be a official release or at least a tag?

@sezero
Copy link
Contributor Author

@sezero sezero commented on e31d11a Oct 5, 2021

Choose a reason for hiding this comment

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

AFAIK, not from the SDL-1.2 branch.

@AMDmi3
Copy link

@AMDmi3 AMDmi3 commented on e31d11a Oct 5, 2021

Choose a reason for hiding this comment

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

What's the point in this change log entry then? IMO if there are fixes, there should be a release to propagate them to package repositories.

Please sign in to comment.