Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-07 | zlib/minizip: Update to version 1.2.13, remove zlib from freetype | DeeJayLSP | |
Security update, fixes CVE-2022-37434 in zlib. Only applications exposing/using `inflateGetHeader()` seem to be affected, which is not our case, so this is not critical for Godot. Remove duplicated copy of zlib in freetype sources to force using the updated version in `thirdparty/zlib/`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-06-08 | Fix FreeType crashing in GCC + LTO builds. | bruvzg | |
2022-05-17 | FreeType: Cleanup some unused files | Rémi Verschelde | |
2022-05-17 | Update HarfBuzz, ICU and FreeType. | bruvzg | |
HarfBuzz: Update to version 4.2.1 FreeType: Update to version 2.12.1 ICU: Update to version 71.1 | |||
2022-01-13 | freetype: Update to upstream version 2.11.1 | Rémi Verschelde | |
2020-10-22 | Update freetype to 2.10.4 | volzhs | |
2020-05-09 | freetype: Update to upstream version 2.10.2 | Rémi Verschelde | |
2019-07-11 | freetype: Update to upstream version 2.10.1 | Rémi Verschelde | |
2019-03-31 | Update freetype to 2.10.0 | volzhs | |
2018-12-18 | Disable gzip and lzw support for freetype | Arjen van Staalduinen | |
This resolves #24287 that causes linking issues when using the debug target for platform iOS. | |||
2018-05-10 | Update FreeType to 2.9.1 | volzhs | |
close #15660 | |||
2017-10-10 | Update freetype to 2.8.1 | volzhs | |
2017-06-25 | Update freetype to 2.8 | volzhs | |
2016-10-15 | freetype: Make it a module and split thirdparty library | Rémi Verschelde | |
Comment out the weird workaround for building on Windows at it might not be needed anymore. Testing needed to confirm. |