+2004-06-30 Keith Packard <keithp@keithp.com>
+
+ * README:
+ * configure.in:
+ * fontconfig/fontconfig.h:
+ Update for 2.2.96
+
2004-06-30 Keith Packard <keithp@keithp.com>
Provided by: Lubos Lunak <l.lunak@suse.cz>
Fontconfig
Font configuration and customization library
- Version 2.2.95
- 2004-5-29
+ Version 2.2.96
+ 2004-6-30
+
+2.2.96
+
+Fix FcConfigUpToDate to actually check all font directories and eliminate
+a typo which completely prevented it from working (Lubos Lunak
+<l.lunak@suse.cz>)
+
+Remove comma at end of FcResult enum definition for picky compilers.
2.2.95
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.95)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.96)
AM_MAINTAINER_MODE
dnl libtool versioning
#define FC_MAJOR 2
#define FC_MINOR 2
-#define FC_REVISION 95
+#define FC_REVISION 96
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))