[Fontconfig] fontconfig: Changes to 'refs/tags/2.11.1'
Akira TAGOH
tagoh at kemper.freedesktop.org
Sun Mar 23 23:18:52 PDT 2014
Tag '2.11.1' created by Akira TAGOH <akira at tagoh.org> at 2014-03-24 07:03 -0700
Version 2.11.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBTL8qg/PbdRTnM8McRAt7pAJ0byMbAvwk2g14BXhdEAKnBXltFiQCfQjtS
/k9v5Xh5hQj6mZygtur3hqI=
=n08s
-----END PGP SIGNATURE-----
Changes since 2.11.0:
Akira TAGOH (32):
do not build test-migration for Win32
Fix build issue on Debian/kFreeBSD 7.0
Update ax_pthread.m4 to the latest version
Fix the dynamic loading issue on NetBSD
Use stat() if there are no d_type in struct dirent
Fix a build issue on Solaris 10
Change the default weight on match to FC_WEIGHT_NORMAL
Warn if no <test> nor <edit> elements in <match>
Correct DTD
Re-scan font directories only when it contains subdirs
Fix typo
Bug 72086 - Check for gperf in autogen.sh
Simplify to validate the availability of posix_fadvise
Simplify to validate the availability of scandir
Fix a typo
Fix a build issue on platforms where doesn't support readlink()
Improve the performance issue on rescanning directories
Bug 73686 - confdir is not set correctly in fontconfig.pc
Update zh_hk.orth
clean up the unused files
Add missing license headers
Update the use of autotools' macro
Fix a crash issue when empty strings are set to the BDF properties
Add a doc for FcDirCacheRescan
Add missing #include <sys/statvfs.h> in fcstat.c
Fix incompatible API on AIX with random_r and initstate_r
Fallback to lstat() in case the filesystem doesn't support d_type in struct dirent
Update doc to include the version info of `since when'
Bug 73291 - poppler does not show fl ligature
Add README describes the criteria to add/modify the orthography files
Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
Bump version to 2.11.1
Alan Coopersmith (3):
Leave room for null terminators in arrays
Avoid memory leak when NULL path passed to FcStrBuildFilename
Avoid null pointer dereference in FcNameParse if malloc fails
Behdad Esfahbod (1):
Bug 72380 - Never drop first font when trimming
Frederic Crozat (2):
Fix inversion between Tinos and Cousine in the comment
Add metric aliases for additional Google ChromeOS fonts
Jehan (1):
Defaulting <cachedir> to LOCAL_APPDATA_FONTCONFIG_CACHE for Win32 build
Ross Burton (1):
fc-cache: --sysroot option takes an argument
---
README | 57 +
autogen.sh | 31
conf.d/10-no-sub-pixel.conf | 2
conf.d/30-metric-aliases.conf | 53
config/Makedefs.in | 76 -
config/config-subst | 10
config/config.guess | 1497 ---------------------------
config/config.sub | 1608 ------------------------------
config/install.sh | 240 ----
configure.ac | 114 --
doc/fccache.fncs | 2
doc/fccharset.fncs | 1
doc/fcconfig.fncs | 2
doc/fcdircache.fncs | 11
doc/fcformat.fncs | 1
doc/fclangset.fncs | 6
doc/fcstrset.fncs | 1
doc/func.sgml | 9
fc-cache/fc-cache.c | 38
fc-glyphname/fc-glyphname.c | 2
fc-lang/README | 28
fc-lang/fc-lang.c | 2
fc-lang/zh_hk.orth | 2249 ++++++++++--------------------------------
fontconfig.pc.in | 2
fontconfig/fontconfig.h | 5
fonts.dtd | 2
m4/ac_check_symbol.m4 | 48
m4/ax_pthread.m4 | 76 -
new-version.sh | 21
src/fccache.c | 16
src/fccompat.c | 35
src/fcdefault.c | 6
src/fcdir.c | 46
src/fcfreetype.c | 4
src/fcfs.c | 22
src/fcint.h | 6
src/fcmatch.c | 5
src/fcname.c | 2
src/fcobjs.h | 23
src/fcobjshash.gperf.h | 23
src/fcpat.c | 2
src/fcstat.c | 15
src/fcstr.c | 8
src/fcxml.c | 9
test/Makefile.am | 5
test/run-test.sh | 21
test/test-migration.c | 57 +
test/test-pthread.c | 26
48 files changed, 1265 insertions(+), 5260 deletions(-)
---
More information about the Fontconfig
mailing list