Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 93066188 | 2025-11-11 03:07:51 | don't set .so.version for android target | ||
| f238830d | 2025-10-16 22:35:53 | * src/truetype/ttgload.c (tt_loader_init): Reset compatibility. This may fix #1262, credits to Honnesh Ramachandra. https://lists.nongnu.org/archive/html/freetype-devel/2025-10/msg00004.html | ||
| 4334f009 | 2025-09-28 08:09:48 | [autofit] Prevent signed integer overflow. * src/autofit/aflatin.c (af_latin_stretch_top_tilde, af_latin_stretch_bottom_tilde, af_latin_align_top_tilde, af_latin_align_bottom_tilde, af_glyph_hints_apply_vertical_separation_adjustments): Use `ADD_LONG` and `SUB_LONG` for values that involve `FT_LONG_MAX` and `FT_LONG_MIN`. Fixes issue #1363. | ||
| 7955c9b8 | 2025-09-24 05:56:34 | * src/bdf/bdfdriver.c (BDF_Glyph_Load): Use `bdf->bdffont->bpp` directly. Fixes issue #1362. | ||
| 41eab7e6 | 2025-09-17 16:30:55 | * tests/README.md: Fix a script name. | ||
| 03acd892 | 2025-09-14 11:34:21 | [build] Don't use non-POSIX escapes in sed regexp. * builds/unix/configure.raw (ftoption_set, ftoption_unset): Avoid `\>`. Fixes issue #1358. | ||
| 66e1ec84 | 2025-09-14 11:05:41 | Typo. | ||
| 7e14994b | 2025-09-12 12:57:50 | * include/freetype/internal/ftobjs.h (ft_default_raster): Relic removed. | ||
| 526ec5c4 | 2025-09-11 13:16:53 | * Version 2.14.1 released. ========================== Tag sources with `VER-2-14-1'. * docs/VERSION.TXT: Add entry for version 2.14.1. * docs/CHANGES: Updated. * docs/release, docs/README, builds/macs/README: Updated. * README, src/base/ftver.rc, builds/windows/vc2010/index.html, builds/windows/visualc/index.html, builds/windows/visualce/index.html, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html, docs/freetype-config.1: s/2.14.0/2.14.1/, s/2140/2141/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 26:4:20. * CMakeLists.txt (VERSION_PATCH): Set to 1. | ||
| 566f8805 | 2025-09-10 14:22:49 | [base] Fix return values of two Font Variation functions. * src/base/ftmm.c (FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): Do it. Fixes issue #1355. |