]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.5.93 2.5.93
authorKeith Packard <keithp@keithp.com>
Sun, 25 May 2008 00:52:41 +0000 (17:52 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 25 May 2008 00:52:41 +0000 (17:52 -0700)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index bab8eb19de440926e41f009994500efb225b890d..f012a0c79c04ec14a00aba248e8647e3a641ffef 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,42 @@
                               Fontconfig
              Font configuration and customization library
-                       Version 2.5.92 (2.6 RC2)
-                              2008-05-03
+                       Version 2.5.93 (2.6 RC3)
+                              2008-05-24
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.5.93 (2.6 RC3)
+
+Alexey Khoroshilov (1):
+      Fix FcStrDirname documentation. (bug 16068)
+
+Behdad Esfahbod (1):
+      Persian conf update. (bug 16066).
+
+Evgeniy Stepanov (1):
+      Fix index/offset for 'decorative' matcher. Bug 15890.
+
+Glen Low (1):
+      Fix Win32 build error: install tries to run fc-cache locally (bug 15928).
+
+Keith Packard (8):
+      Call FcFini to make memory debugging easier
+      Fix a few memory tracking mistakes.
+      Add extended, caps, dunhill style mappings.
+      Freetype 2.3.5 (2007-jul-02) fixes indic font hinting. re-enable (bug 15822)
+      Add a copy of dolt.m4 to acinclude.m4.
+      Libs.private needs freetype libraries
+      Oops. Fix for bug 15928 used wrong path for installed fc-cache.
+      Ignore empty <dir></dir> elements
+
+Neskie Manuel (1):
+      Add Secwepemctsin Orthography. Bug 15996.
+
+Sayamindu Dasgupta (1):
+      FcConfigUptoDate breaks if directory mtime is in the future. Bug 14424.
+
 2.5.92 (2.6 RC2)
 
 Carlo Bramini (1):
index c6e33111344567b75389897407a0b399b79025c8..29f109b43ea54b4a830ada43629b2b424bdcae26 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.92)
+AM_INIT_AUTOMAKE(fontconfig, 2.5.93)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 23e82f92d0b6691c7c55c1b7e68fc707d7cebcc1..425fc2d316c18ee5bc74e6a6def101bcce021211 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       5
-#define FC_REVISION    92
+#define FC_REVISION    93
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))