]> git.wh0rd.org - fontconfig.git/commitdiff
Update for version 2.4.1 2.4.1
authorKeith Packard <keithp@neko.keithp.com>
Fri, 15 Sep 2006 17:12:15 +0000 (10:12 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Fri, 15 Sep 2006 17:12:15 +0000 (10:12 -0700)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index bd80cbb293d4f39e5cac472ca02666885bcd023c..2c2fe0a0cbdddf616002d61c733826ff181b12a2 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,21 @@
                        Fontconfig
        Font configuration and customization library
-                     Version 2.4.0
-                       2006-09-09
+                     Version 2.4.1
+                       2006-09-15
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.4.1
+
+Keith Packard:
+      Update installation notes for 2.4 base.
+      Add ppc64 signature. Bug 8227
+      Add signatures for m68k and mipsel (thanks debian buildd)
+      Add warning flags to fc-cache build. Clean up warnings in fc-cache.
+      Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.
+
 2.4.0
 
 David Turner:
index 4511113de4a4a0e9dfd556b278b4da74791b63b3..9cebc9f2f9559c4aa9c00181bb298df307e788de 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.4.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.4.1)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 0df38aab5add8755e10b5f866ea5c5cc55bbf7da..26412a36e0a83ca6dbe04ed037e9e2b4483af86b 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       4
-#define FC_REVISION    0
+#define FC_REVISION    1
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))