]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.5.91 2.5.91
authorKeith Packard <keithp@keithp.com>
Thu, 10 Jan 2008 18:58:25 +0000 (10:58 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 10 Jan 2008 18:58:25 +0000 (10:58 -0800)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index 67241870c00418b33f9ed315e8d21e30e9b6dd30..2bedf5abe7946499a1fdbd55446eef5815ecf4b1 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,30 @@
-                       Fontconfig
-       Font configuration and customization library
-                       Version 2.5
-                       2007-11-13
+                              Fontconfig
+             Font configuration and customization library
+                       Version 2.5.91 (2.6 RC1)
+                              2008-01-10
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.5.91 (2.6 RC1)
+
+Hongbo Zhao (1):
+      Not_contain should use strstr, not strcmp on strings. (bug 13632)
+
+Keith Packard (11):
+      Move conf.avail/README to conf.d/README (bug 13392)
+      Fix OOM failure case in FcPStackPush.
+      Remove freetype requirement for build-time applications.
+      Include fcftaliastail.h so that the freetype funcs are exported.
+      Eliminate references to freetype from utility Makefile.am's
+      Distribute new fcftint.h file
+      Create new-version.sh to help with releases, update INSTALL instructions
+      Distribute khmer font aliases
+      Add more files to .gitignore
+      new-version.sh was mis-editing files
+      git-tag requires space after -m flag
+
 2.5
 
 Keith Packard (4):
index ffc01173a921a35eadc896179bebce67b9eb7434..6b0b96fa2ea8434c8007635c1c9e0c2181954898 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.5.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.5.91)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 46b4305abfb46844715d2cea32a5bdfe85157641..36e4ccc87b1726060a06bc734a332b9977d881c0 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       5
-#define FC_REVISION    0
+#define FC_REVISION    91
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))