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

Keith Packard keithp at kemper.freedesktop.org
Sat Dec 2 16:18:26 PST 2006


Tag '2.4.2' created by Keith Packard <keithp at neko.keithp.com> at 2006-12-03 00:10 -0800

Version 2.4.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBFchXbQp8BWwlsTdMRAvjNAJ4yQJL479gCUFTnoOEko7H8kzyCLgCfXDFX
x3oeBjSC5TYoqQgV5jQR8B0=
=s0o/
-----END PGP SIGNATURE-----

Changes since 2.4.1:
Han-Wen Nienhuys:
      FcStrCanonFileName buggy for mingw. (bug 8311)
      More fixes for Win32 building (bug 8311)

Kean Johnston:
      Don't use varargs CPP macros in fccache.c. (bug 8733)

Keith Packard:
      Remove documentation for non-existant FcConfigNormalizeFontDir.
      Build fontconfig.def from header files when needed.
      Detect and use available random number generator (bug 8308)
      Add sparc64 architecture string.
      FcStrCanonAbsoluteFilename should be static.
      Use explicit platform/nameid order when scanning ttf files.
      Warn (and recover) from config file without <cachedir> elements.
      Avoid writing uninitialized structure pad bytes to cache files.
      Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).
      Add FcFreeTypeQueryFace external API. Bug #7311.
      Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)
      Add space between type and formal in devel man pages (bug 8935)
      Update for version 2.4.2

Mike FABIAN:
      Do not clean cache files for different architectures

Peter Breitenlohner:
      A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
      Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.
      Fix fc-cat documentation (bug 8935).

---
 INSTALL                  |    2 
 README                   |   36 +++++
 autogen.sh               |    7 +
 configure.in             |   11 -
 doc/Makefile.am          |   14 +-
 doc/edit-sgml.c          |    5 
 doc/fcblanks.fncs        |    4 
 doc/fccharset.fncs       |    8 -
 doc/fcconfig.fncs        |   23 ---
 doc/fcconstant.fncs      |    4 
 doc/fcfile.fncs          |    4 
 doc/fcfreetype.fncs      |   25 +++
 doc/fcmatrix.fncs        |   12 -
 doc/fcobjectset.fncs     |    2 
 doc/fcobjecttype.fncs    |    4 
 doc/fcpattern.fncs       |   32 ++--
 doc/fcstring.fncs        |   16 +-
 doc/fcvalue.fncs         |    4 
 doc/fontconfig-user.sgml |   87 ++++++-------
 fc-arch/fcarch.tmpl.h    |    1 
 fc-cache/fc-cache.c      |    9 +
 fc-cat/fc-cat.c          |    9 +
 fc-cat/fc-cat.sgml       |   26 +++-
 fontconfig/fcfreetype.h  |    6 
 fontconfig/fontconfig.h  |    2 
 src/Makefile.am          |   18 ++
 src/fccache.c            |   34 ++++-
 src/fcdir.c              |    2 
 src/fcfreetype.c         |  287 +++++++++++++++++++++++++++-----------------
 src/fcinit.c             |   19 ++
 src/fcint.h              |    1 
 src/fcpat.c              |   17 ++
 src/fcstr.c              |   90 +++++++++++--
 src/fcxml.c              |    6 
 src/fontconfig.def.in    |  303 -----------------------------------------------
 src/makealias            |    2 
 36 files changed, 560 insertions(+), 572 deletions(-)
---


More information about the Fontconfig mailing list