]> git.wh0rd.org - fontconfig.git/commitdiff
Updates for version 2.2.97
authorKeith Packard <keithp@keithp.com>
Sun, 5 Dec 2004 06:38:54 +0000 (06:38 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 5 Dec 2004 06:38:54 +0000 (06:38 +0000)
ChangeLog
README
configure.in
fontconfig/fontconfig.h

index 96dcdf51cd20e39b1cb7161dcccdfdd361cd041c..4e00009d24b992e20164e554fc22ca4c65d5a793 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Updates for version 2.2.97
+
 2004-12-04  Owen Taylor  <otaylor@redhat.com>
 
        reviewed by: Keith Packard  <keithp@keithp.com>
diff --git a/README b/README
index c0c7b52c79c2edf221286e297781adfdf4455bc9..2a8c30b0687016ad9e6c6534057b400efdf1ae3f 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,33 @@
                        Fontconfig
        Font configuration and customization library
-                     Version 2.2.96
-                       2004-6-30
+                     Version 2.2.97
+                       2004-12-04
+
+2.2.97
+
+Fc-cache sleeps before exiting to ensure filesystem timestamps are well
+ordered.
+
+Added Punjai orthography.
+
+The timestamp in fonts.conf is gone now.  Too many problems.
+
+The default font path includes all of the X fonts; use selectfont/rejectfont
+to eliminate bitmaps, as shown in the sample local.conf file.
+
+<include> configuration elements may now reference a directory.  Files
+in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
+
+<selectfont> configuration added to control which fonts are used.
+
+fontformat font pattern elements built from the FT_Get_X11_Font_Format
+function in newer versions of FreeType.
+
+'capability' list constructed from gsub/gpos and silf values in TrueType
+files.
+
+Multi-lingual names (style, family, fullname) extracted and stored with
+parallel <foo>lang properties marking language.
 
 2.2.96
 
index 540abe4c1d57e744c3f6d5f0914995a1102302c2..336000699e5869d45d02ac684df882db6c03b2d5 100644 (file)
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
 dnl version.  This same version number must appear in fontconfig/fontconfig.h
 dnl Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 dnl not possible to extract the version number here from fontconfig.h
-AM_INIT_AUTOMAKE(fontconfig, 2.2.96)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.97)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index fbccbbf8e3e8dedb883ca7129f970b58fd8c7fb7..7d8245fbee575f5525e2fc07c7d1dfaf7c3e5974 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    96
+#define FC_REVISION    97
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))