]> git.wh0rd.org - fontconfig.git/commitdiff
Update for version 2.2.99 fc-2_2_99
authorKeith Packard <keithp@keithp.com>
Sat, 29 Jan 2005 00:42:37 +0000 (00:42 +0000)
committerKeith Packard <keithp@keithp.com>
Sat, 29 Jan 2005 00:42:37 +0000 (00:42 +0000)
ChangeLog
README
configure.in
fontconfig/fontconfig.h

index e8244e8766507e9d4552ff16a28b2f3bd7b390df..ff4549568a8c1062e8d8a9f7028f405954cafac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
 2005-01-28  Keith Packard  <keithp@keithp.com>
 
        * README:
-       Add a few pointers
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for version 2.2.99
+
+2005-01-28  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       Add a few pointers (#2284, #2285)
 
 2005-01-28  Keith Packard  <keithp@keithp.com>
 
@@ -11,7 +18,7 @@
        (FcTestCreate), (FcEditCreate), (FcConfigLexBool), (FcParseBool),
        (FcParseAlias), (FcParseInclude), (FcParseTest), (FcParseEdit):
        Polite typechecking for test and edit expressions.  Helps
-       catch errors in the font configuration.
+       catch errors in the font configuration. (bug 229)
 
 2005-01-15  Alan Coopersmith <alan.coopersmith@sun.com>
 
diff --git a/README b/README
index 029148aad16d6a44555b5ca77be41d75ac63a0a9..d5d0f6465ec4cd28eda28f858b91d07907a1f08a 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,23 @@
                        Fontconfig
        Font configuration and customization library
-                     Version 2.2.98
-                       2004-12-29
+                     Version 2.2.99
+                        2005-1-28
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.2.99
+
+Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
+
+Update blanks list from recent Unicode docs (#86)
+
+Various small build fixes (#280, #2278, 
+
+Documentation fixes (#2085, #2284, #2285)
+
+Add polite typechecking to config file loader (#229)
+
 2.2.98
 
 Share object name strings (Michael Meeks)
index c18a9f3a1b2b8b3c55662adf020464075582f539..22d8bc6dc44d28b3ad650f53ffbf6655622c639b 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.98)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.99)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 0b9dccf8d14cab14e85243cff4323141a4ac2708..c470dd9bb9c50fd7c2b2a74187b3df2f22c59a93 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    98
+#define FC_REVISION    99
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))