From 3bfae75d44db5ceae394194d2e6c7b81201ea685 Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Wed, 21 Dec 2005 03:31:19 +0000 Subject: Bump version to 2.3.93. Use open instead of fopen (requested by Phil Race for Sun). src/fccache.c (FcDirCacheWrite); Fix GCC4 warning and Makefile brokenness for /var/cache/fontconfig dir. --- README | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 9008d5e..81b6bc6 100644 --- a/README +++ b/README @@ -1,11 +1,24 @@ Fontconfig Font configuration and customization library - Version 2.3.92 - 2005-11-04 + Version 2.3.93 + 2005-12-12 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.3.93 + +Create cache files in /var/cache/fontconfig with hashed filenames, if +possible, for added FHS compliance. +Make fc-cat read both per-directory and global cache files. +Add config file for Persian fonts from Sharif FarsiWeb, Inc. +Major performance improvements by Dirk Mueller, Stephen Kulow, and Michael Matz at SuSE: in particular, speed up FcFontSetMatch, and inline many functions. +Fix treatment of globs in config files, broken since 2.3.2 and discovered by Mathias Clasen. +Don't use freetype internal headers (patch by Matthias Clasen). +Further space improvements: create langsets statically, so that they can live in .rodata. +Properly align mmapped data structures to make e.g. ia64 happy. +Bug fixes. + 2.3.92 Fix corrupted caches bugs from 2.3.91 (reported by Mike Fabian). -- cgit v1.2.3