[Fontconfig] fontconfig: Changes to 'refs/tags/2.11.95'
Akira TAGOH
tagoh at kemper.freedesktop.org
Wed Apr 6 12:07:45 UTC 2016
Tag '2.11.95' created by Akira TAGOH <akira at tagoh.org> at 2016-04-06 13:05 -0700
Version 2.11.95
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJXBPuQAAoJEGV1WXmzThKUtwgH/1AIP1CK/qy926agGa3kEZx+
CBZtYYBgf4YD0vrcML1D1ba+ngqzCvx42cHDtmjZTBir385bMf8WIsbILr0ET7zG
FetBIt2pkaf3natvpVclcduMjIPBJSF5ob11c3Md/QBOoOuzOLR50jGMAtNUWr5Z
L5m4bYJVTd1PctobKBdlNsfb3pnU8uryZHDu215LKu7BIG/AeDOqBvbPz9ptKvhf
7RCQlZ324O9YLMylghpgVC+ftn5lx23Vw0vEOzs6J8W+zPZ9qAXZKQOrvXmfG00b
eMv+qoau92Et5nt/6DoAMTrb+5XhZPej+xoQSbwjKz4GQIblSSIhpqmg7po3UFA=
=u8iv
-----END PGP SIGNATURE-----
Changes since 2.11.94:
Akira TAGOH (23):
Add one more debugging option to see transformation on font-matching
Fix a crash when no objects are available after filtering
No need to be public
mark as private at this moment
Don't return FcFalse even when no fonts dirs is configured
Add a warning for blank in fonts.conf
Fix a memory leak in FcFreeTypeQueryFace
Update CaseFolding.txt to Unicode 8.0
Bug 90867 - Memory Leak during error case in fccharset
Fix the broken cache more.
Fail on make runtime as needed instead of configure if no python installed
Use long long to see the same size between LP64 and LLP64
Fix build issue on MinGW
Use int64_t instead of long long
Fix compiler warnings on MinGW
Fix assertion on 32bit arch
remomve unnecessary code
Bug 93075 - Possible fix for make check failure on msys/MinGW...
Avoid an error message on testing when no fonts.conf installed
Add hintstyle templates and make hintslight default
Revert "Workaround another race condition issue"
Update libtool revision
Bump version to 2.11.95
Behdad Esfahbod (6):
Revert changes made to FcConfigAppFontAddDir() recently
Call FcFreeTypeQueryFace() from fcdir.c, instead of FcFreeTypeQuery()
[GX] Support instance weight, width, and style name
[GX] Enumerate all named-instances in TrueType GX fonts
Improve OpenType to Fontconfig weight mapping
[GX] Improve weight mapping
Patrick Haller (1):
Optimizations in FcStrSet
---
README | 41 +++++++++++
conf.d/10-hinting-full.conf | 13 +++
conf.d/10-hinting-medium.conf | 13 +++
conf.d/10-hinting-none.conf | 13 +++
conf.d/10-hinting-slight.conf | 13 +++
conf.d/Makefile.am | 5 +
configure.ac | 10 ++
doc/fcconfig.fncs | 2
doc/fontconfig-user.sgml | 6 +
fc-blanks/Makefile.am | 5 +
fc-cache/fc-cache.c | 75 +++++++--------------
fc-case/CaseFolding.txt | 147 +++++++++++++++++++++++++++++++++++++++++-
fc-case/Makefile.am | 3
fontconfig/fontconfig.h | 4 -
src/fcarch.c | 2
src/fccache.c | 139 +++++++++++++++++++++++++++++++--------
src/fccfg.c | 31 +++-----
src/fccharset.c | 24 +++++-
src/fcdbg.c | 78 ++++++++++++++++++++++
src/fcdefault.c | 1
src/fcdir.c | 83 ++++++++++++++---------
src/fcfreetype.c | 85 ++++++++++++++++++++++--
src/fcint.h | 34 +++++++--
src/fcmatch.c | 41 +++++++++++
src/fcpat.c | 6 +
src/fcstr.c | 47 +++++++++----
src/fcweight.c | 25 +++++--
src/fcxml.c | 9 ++
test/run-test.sh | 13 ++-
test/test-bz89617.c | 6 -
30 files changed, 784 insertions(+), 190 deletions(-)
---
More information about the Fontconfig
mailing list