]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.7.2 2.7.2
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 31 Aug 2009 21:32:36 +0000 (17:32 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 31 Aug 2009 21:32:36 +0000 (17:32 -0400)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index 1106dbaa5f89a2bb6f7a27a6f60f78cae874aedf..f97b39e7778cc9d0442caf59de9ee62562ca5c38 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,27 @@
                               Fontconfig
              Font configuration and customization library
-                             Version 2.7.1
-                              2009-07-27
+                             Version 2.7.2
+                              2009-08-31
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.7.2
+
+Behdad Esfahbod (6):
+      Improve charset printing
+      [ja.orth] Comment out FULLWIDTH YEN SIGN (#22942)
+      Bug 22037 - No Fonts installed on a default install on Windows Server 2003
+      Bug 23419 - "contains" expression seems not working on the fontconfig rule
+      Revert "Fix FcNameUnparseLangSet()" and redo it
+      Bump libtool version for release
+
+Tor Lillqvist (3):
+      Fix MinGW compilation
+      Fix heap corruption on Windows in FcEndElement()
+      Use multi-byte codepage aware string function on Windows
+
 2.7.1
 
 Behdad Esfahbod (16):
index 051eab20beca1b53bee4d9807f5138834e34ef65..a418516db300caa227f5552b06b917b05e56c39d 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.7.1)
+AM_INIT_AUTOMAKE(fontconfig, 2.7.2)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index c36b8f58b3ef2252898b27336d33a9cfe9bb2b97..24a50708342d4142e18d922bef5d6a71ee024dfe 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       7
-#define FC_REVISION    1
+#define FC_REVISION    2
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))