summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-01-29 00:42:37 +0000
committerKeith Packard <keithp@keithp.com>2005-01-29 00:42:37 +0000
commitafca783626534477f07b03d173bbe9f51e03b53b (patch)
tree5c504bdf61f02af9b7168139cb0824e87d22046b
parent845a0bf37a6f8f16fe40f3037fa727cc9c5569f3 (diff)
Update for version 2.2.99fc-2_2_99
-rw-r--r--ChangeLog11
-rw-r--r--README16
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h2
4 files changed, 25 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e8244e8..ff45495 100644
--- 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 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))