From: Keith Packard Date: Sat, 29 Jan 2005 00:42:37 +0000 (+0000) Subject: Update for version 2.2.99 X-Git-Tag: fc-2_2_99 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=afca783626534477f07b03d173bbe9f51e03b53b Update for version 2.2.99 --- diff --git a/ChangeLog b/ChangeLog index e8244e8..ff45495 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ 2005-01-28 Keith Packard * README: - Add a few pointers + * configure.in: + * fontconfig/fontconfig.h: + Update for version 2.2.99 + +2005-01-28 Keith Packard + + * README: + Add a few pointers (#2284, #2285) 2005-01-28 Keith Packard @@ -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 diff --git a/README b/README index 029148a..d5d0f64 100644 --- 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) diff --git a/configure.in b/configure.in index c18a9f3..22d8bc6 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 0b9dccf..c470dd9 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -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))