summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-05-20 17:42:34 +0900
committerAkira TAGOH <akira@tagoh.org>2013-05-20 17:42:34 +0900
commit8d54091513c00905457e0ee49ba6ea2c4aacddd7 (patch)
treeb354ba766dc8e41844569cb9e91ca8d86a68b5ad /README
parent1cad82cde29ea488ea22541b46ed347d10952557 (diff)
Bump version to 2.10.932.10.93
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 19 insertions, 2 deletions
diff --git a/README b/README
index a855f28..8120585 100644
--- a/README
+++ b/README
@@ -1,12 +1,29 @@
Fontconfig
Font configuration and customization library
- Version 2.10.92 (2.11 RC2)
- 2013-03-29
+ Version 2.10.93 (2.11 RC3)
+ 2013-05-20
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
+2.10.93 (2.11 RC3)
+
+Akira TAGOH (10):
+ Bug 62980 - matching native fonts with even :lang=en
+ Ensure closing fp on error
+ Obtain fonts data via FT_Face instead of opening a file directly
+ Revert the previous change and rework to not export freetype API outside fcfreetype.c
+ documented FC_HASH and FC_POSTSCRIPT_NAME
+ Bug 63329 - make check fails: .. contents:: :depth: 2
+ Use the glob matching for filename
+ Bug 63452 - conf.d/README outdated
+ Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
+ Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memory
+
+Sebastian Freundt (1):
+ build-chain, replace INCLUDES directive by AM_CPPFLAGS
+
2.10.92 (2.11 RC2)
Akira TAGOH (33):