[Fontconfig] fontconfig: Changes to 'refs/tags/2.11.93'

Akira TAGOH tagoh at kemper.freedesktop.org
Sun Mar 8 20:49:39 PDT 2015


Tag '2.11.93' created by Akira TAGOH <akira at tagoh.org> at 2015-03-09 04:49 -0700

Version 2.11.93
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQBU/Rg8/PbdRTnM8McRAhz8AJ0fDFfH+i2QcqVOFzFpd1L1OeDBgwCfTXpT
gMv3BUZP6NtDYveHHC3BpDw=
=B8FK
-----END PGP SIGNATURE-----

Changes since 2.11.92:
Akira TAGOH (19):
      Fix a typo in docs
      Add pkg.m4 to git
      Fix a build fail on some non-POSIX platforms
      ifdef'd the unnecessary code for win32
      Fix pointer cast warning on win32
      filter can be null
      Copy the real size of struct dirent
      Rework again to copy the struct dirent
      Hardcode the blanks in the library
      Update the script to recognize the escaped space
      Fix a build issue when $(srcdir) != $(builddir)
      Don't add FC_LANG when it has "und"
      Fix the array allocation
      Improve the performance on searching blanks
      Fix a segfault when OOM happened.
      Fix a bug in the previous change forFcBlanksIsMember()
      Fix an infinite loop in FcBlanksIsMember()
      Fix a trivial bug for dist
      Bump version to 2.11.93

Alan Coopersmith (1):
      Fix configure to work with Solaris Studio compilers

Behdad Esfahbod (3):
      Fix symbol cmap handling
      Remove dead code after previous commit
      Simplify some more

Michael Haubenwallner (1):
      Ensure config.h is included first, bug#89336.

---
 Makefile.am               |    2 
 README                    |   37 ++++
 configure.ac              |   49 +-----
 doc/fontconfig-user.sgml  |    2 
 fc-blanks/Makefile.am     |   41 +++++
 fc-blanks/fc-blanks.py    |  132 +++++++++++++++++
 fc-blanks/fcblanks.tmpl.h |   25 +++
 fc-cache/fc-cache.sgml    |    2 
 fc-cat/fc-cat.sgml        |    2 
 fontconfig/fontconfig.h   |    2 
 fonts.conf.in             |   68 --------
 m4/pkg.m4                 |  214 +++++++++++++++++++++++++++
 src/fcarch.c              |    3 
 src/fcblanks.c            |   27 +++
 src/fccfg.c               |   12 +
 src/fcfreetype.c          |  355 +---------------------------------------------
 src/fcinit.c              |    2 
 src/fclist.c              |    2 
 src/fcstat.c              |   82 +++++++++-
 src/fcxml.c               |    4 
 20 files changed, 592 insertions(+), 471 deletions(-)
---


More information about the Fontconfig mailing list