]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.7.3 2.7.3
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 8 Sep 2009 15:45:26 +0000 (11:45 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 8 Sep 2009 15:45:26 +0000 (11:45 -0400)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index f97b39e7778cc9d0442caf59de9ee62562ca5c38..4ea9147d712c66eda1ae7cd9b121eaab94f788cc 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,22 @@
                               Fontconfig
              Font configuration and customization library
-                             Version 2.7.2
-                              2009-08-31
+                             Version 2.7.3
+                              2009-09-08
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.7.3
+
+Behdad Esfahbod (2):
+      Use default config in FcFileScan() and FcDirScan()
+      Bump libtool version in preparation for release
+
+Roozbeh Pournader (2):
+      Correct Ewe (ee) orthography to use U+025B (bug #20711)
+      Updated Arabic, Persian, and Urdu orthographies
+
 2.7.2
 
 Behdad Esfahbod (6):
index 928f7a7007e8566bf3d65d6006bec6d140b878a1..750a19bcb3e64f99ad25e4557a5421148a00fea8 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.2)
+AM_INIT_AUTOMAKE(fontconfig, 2.7.3)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 24a50708342d4142e18d922bef5d6a71ee024dfe..a0f8de51c205a5772a66fff5ac5ccca6315abcc0 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       7
-#define FC_REVISION    2
+#define FC_REVISION    3
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))