Package Changes
Version (2.9.0.02) (January 13th, 2020)
Version (2.9.0.01) (February 2nd, 2018)
- Fixes build error on ps4 and xb1 around getenv usage.
Version (2.9.0.00) (January 12th, 2018)
- Upgraded Freetype to 2.9.0.
Version (2.5.2.03) (May 12th, 2017)
- Suppressed MSVC warnings regarding the usage of relative path includes.
- Added bulk build support.
- Fixed runtime assert on XB1 about uninitialized variable usage.
Version (2.5.2.02) (February 26th, 2016)
- Suppressed additional warnings generated by VS2015 Update 1.
Version (2.5.2.01) (January 21st, 2016)
- Suppressed warnings generated by VS2015 Update 1.
Version (2.5.2.00-2) (Sept 15th, 2014)
- Modified an include directive define for fttypes.h to avoid a potential compilation issue on PC.
- Fixed a warning with clang 3.4 about the deprecated 'register' keyword.
- Added a warning suppression to resolve warning errors on iphone-arm64 configurations.
Version (2.5.2.00) (May 12th, 2014)
- Initial release of FreeType-2.5.2
Version (2.4.8.07) (April 3rd, 2013)
- GCC warning fix.
- Code Stripper directory name fix.
Version (2.4.8.06) (Janurary 2th, 2013)
- Resolving compiler warnings.
Version (2.4.8.05) (November 5th, 2012)
- Fixed winrt compile error - getenv not available on non desktop Microsoft platforms.
- Resolving winrt build errors due to name colliding with a VC keyword 'generic'.
- Resolving build break on unix platforms
Version (2.4.8.04) (July 3rd, 2012)
- Only use the -fno-tree-vectorize option with gcc compiler to remove warnings with clang.
Version (2.4.8.03) (May 7, 2012)
- Updated supported plateforms list.
Version (2.4.8.02) (February 29, 2012)
Version (2.4.8.01) (February 18, 2102)
- Fixed a problem with loading OpenType (.otf) files. Previously freetype would crash upon doing this.
Version (2.3.9.03) (November 21, 2011)
- Fixed an inline asm problem under ARM for FT_MulFix_arm.