]> git.wh0rd.org - fontconfig.git/blobdiff - README
Bump so revision for 2.3.2
[fontconfig.git] / README
diff --git a/README b/README
index d5d0f6465ec4cd28eda28f858b91d07907a1f08a..831613e2dcd11d5e2d7a117b13b4bbe350313fb7 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,36 @@
                        Fontconfig
        Font configuration and customization library
-                     Version 2.2.99
-                        2005-1-28
+                     Version 2.3.2
+                        2005-4-23
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.3.2
+
+Patch memory leaks in using iconv.  (keithp)
+Fetch bitmap glyphs to get widths during font evaluation. (keithp)
+Share strings through FcObjectStaticName (Ross Burton)
+Windows build updates (Tor Lillqvist)
+
+2.3.1
+
+Be more careful about broken GSUB/GPOS tables (Manish Singh)
+Include debian packaging stuff in CVS (Josselin Mouette)
+Add more conf.d examples (Keith Packard)
+Make manuals build again (Keith Packard)
+Johap -> Johab (Funda Wang)
+
+2.3.0
+
+Fix memory leak of patterns rejected by configuration (#2518)
+
+Create prototype /etc/fonts/conf.d directory and populate it with a few
+sample files.  These samples are unused as the file names don't start with
+numbers.
+
+Update documentation.
+
 2.2.99
 
 Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)