summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-12-21 03:31:19 +0000
committerPatrick Lam <plam@MIT.EDU>2005-12-21 03:31:19 +0000
commit3bfae75d44db5ceae394194d2e6c7b81201ea685 (patch)
tree838b64c487ab94fbc8df2bd21b8b9d22e1fda715 /README
parent6f767cec491d354150a11491905ba59cc77a2659 (diff)
downloadfontconfig-3bfae75d44db5ceae394194d2e6c7b81201ea685.tar.gz
Bump version to 2.3.93.fc-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.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
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).