Keith Packard
2008-Jan-10 19:11 UTC
[Fontconfig] fontconfig: Changes to ''refs/tags/2.5.91''
Tag ''2.5.91'' created by Keith Packard <keithp at keithp.com> at 2008-01-10 18:58 -0800 Version 2.5.91 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHhmrRQp8BWwlsTdMRAkC8AJ4wX9cZ5uYfNZhAh75Nq6yk2Fvc+gCgkw7P fkO69zm+IwM+UH28RCgsxJM=qSGr -----END PGP SIGNATURE----- Changes since 2.5.0: Hongbo Zhao (1): Not_contain should use strstr, not strcmp on strings. (bug 13632) Keith Packard (12): Move conf.avail/README to conf.d/README (bug 13392) Fix OOM failure case in FcPStackPush. Remove freetype requirement for build-time applications. Include fcftaliastail.h so that the freetype funcs are exported. Eliminate references to freetype from utility Makefile.am''s Distribute new fcftint.h file Create new-version.sh to help with releases, update INSTALL instructions Distribute khmer font aliases Add more files to .gitignore new-version.sh was mis-editing files git-tag requires space after -m flag Bump version to 2.5.91 --- .gitignore | 7 +- INSTALL | 36 +++----------- README | 26 ++++++++-- conf.d/65-khmer.conf | 16 ++++++ conf.d/Makefile.am | 8 ++- configure.in | 2 fc-arch/Makefile.am | 2 fc-cache/Makefile.am | 4 - fc-case/Makefile.am | 2 fc-cat/Makefile.am | 4 - fc-glyphname/Makefile.am | 2 fc-lang/Makefile.am | 2 fc-list/Makefile.am | 4 - fc-match/Makefile.am | 4 - fontconfig/fontconfig.h | 2 new-version.sh | 118 +++++++++++++++++++++++++++++++++++++++++++++++ src/Makefile.am | 15 ++++- src/fccfg.c | 2 src/fcfreetype.c | 2 src/fcftint.h | 54 +++++++++++++++++++++ src/fcint.h | 18 ------- src/fclang.c | 2 src/fcpat.c | 2 src/fcxml.c | 5 + src/makealias | 6 +- 25 files changed, 273 insertions(+), 72 deletions(-) ---