[Fontconfig] fontconfig: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Aug 31 14:37:56 PDT 2009


 README                  |   19 +++++++++++++++++--
 configure.in            |    4 ++--
 fontconfig/fontconfig.h |    2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit e52fdbd2bc1b9589ca0adc4b0c143034ff60dd18
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 31 17:32:36 2009 -0400

    Bump version to 2.7.2

diff --git a/README b/README
index 1106dba..f97b39e 100644
--- 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):
diff --git a/configure.in b/configure.in
index 051eab2..a418516 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.7.1)
+AM_INIT_AUTOMAKE(fontconfig, 2.7.2)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index c36b8f5..24a5070 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -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))
 
commit a74cfb63cb6af3c357b9c33d9f28b9cea5ff3e72
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 31 17:32:13 2009 -0400

    Bump libtool version for release

diff --git a/configure.in b/configure.in
index a28a7f0..051eab2 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ dnl bump revision when fixing bugs
 dnl bump current and age, reset revision to zero when adding APIs
 dnl bump current, leave age, reset revision to zero when changing/removing APIS
 LIBT_CURRENT=5
-LIBT_REVISION=1
+LIBT_REVISION=2
 AC_SUBST(LIBT_CURRENT)
 AC_SUBST(LIBT_REVISION)
 LIBT_AGE=4


More information about the Fontconfig mailing list