Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 007c46eb | 2025-09-06 15:55:12 | * Version 2.14.0 released. ========================== Tag sources with `VER-2-14-0'. * docs/VERSION.TXT: Add entry for version 2.14.0. * 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.13.3/2.14.0/, s/2133/2140/. * include/freetype/freetype.h (FREETYPE_MINOR): Set to 14. (FREETYPE_PATCH): Set to 0. * builds/unix/configure.raw (version_info): Set to 26:3:20. * CMakeLists.txt (VERSION_MINOR): Set to 14. (VERSION_PATCH): Set to 0. | ||
| 8cbabc47 | 2025-08-21 07:30:29 | * subprojects/*.wrap: Updated. | ||
| 8fc8b131 | 2024-08-11 18:37:48 | * subprojects/*.wrap: Updated. | ||
| aa5f0018 | 2023-08-24 20:46:48 | * subprojects/*.wrap: Updated. | ||
| e4586d96 | 2023-06-24 05:18:54 | * Version 2.13.1 released. ========================== Tag sources with `VER-2-13-1'. * docs/VERSION.TXT: Add entry for version 2.13.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.13.0/2.13/1/, s/2130/2131/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 26:0:20. * CMakeLists.txt (VERSION_PATCH): Set to 1. * subprojects/libpng.wrap, subprojects/zlib.wrap, subprojects/dlg: Updated. | ||
| 9c23b89d | 2023-01-30 17:16:34 | * subprojects/harfbuzz.wrap, subprojects/libpng.wrap: Updated. | ||
| b405fc5c | 2022-12-07 17:05:17 | * subprojects/zlib.wrap: Micro-update from upstream. | ||
| 0ec85f71 | 2022-10-20 13:55:41 | * subprojects/zlib.wrap: Update to zlib version 1.2.13. | ||
| b861b241 | 2022-05-27 11:26:30 | [meson] Disable FreeType in HarfBuzz fallback. This avoids cyclic subproject configuration when the 'harfbuzz' feature is enabled, or `--wrap-mode=forcefallback` is used, but HarfBuzz is built as a subproject. HarfBuzz does the same and disables HarfBuzz support when configuring FreeType as a subproject. * meson.build (harfbuzz_dep): Implement it. * subprojects/harfbuzz.wrap: New file. * .gitlab-ci.yml [windows meson]: Use latest version of the meson 0.59 series, which has a necessary bug fix to make CI work. | ||
| b4b7c3f6 | 2022-05-18 16:02:21 | * subprojects/zlib.wrap: Update to zlib version 1.2.12. |