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

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Nov 18 15:50:59 PST 2009


 README                  |   32 ++++++++++++++++++++++++++++++--
 configure.in            |    4 ++--
 fontconfig/fontconfig.h |    4 ++--
 3 files changed, 34 insertions(+), 6 deletions(-)

New commits:
commit 4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Nov 18 18:45:19 2009 -0500

    Bump version to 2.8.0

diff --git a/README b/README
index 4ea9147..adbaf36 100644
--- a/README
+++ b/README
@@ -1,12 +1,40 @@
                               Fontconfig
              Font configuration and customization library
-                             Version 2.7.3
-                              2009-09-08
+                              Version 2.8
+                              2009-11-18
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.8
+
+Behdad Esfahbod (24):
+      Clarify default confdir and cachedir better.
+      Move FcAlign to fcint.h
+      [fc-arch] Add FcAlign to arch signature
+      [int] Define MIN/MAX/ABS macros
+      Bump cache version up from 2 to 3 and fix FcLangSet caching/crash
+      Remove unused macros
+      [int] Remove fc_storage_type() in favor of direct access to v->type
+      [int] Remove fc_value_* macros that did nothing other than renaming
+      Enable automake silent rules
+      [int] Remove more unused macros
+      [xml] Remove unused code
+      [arch] Try to ensure proper FcLangSet alignment in arch
+      [lang] Fix serializing LangSet from older versions
+      Make sure fclang.h and fcarch.h are built
+      Remove bogus comment
+      [fc-glyphname] Cleanup Makefile.am
+      [src] Create fcglyphname.h automatically
+      [fc-glyphname] Rename internal arrays to prefix with _fc_
+      Clean up Makefile's a bit
+      [fc-glyphname] Remove Adobe glyphlist
+      [fc-case] Update CaseFolding.txt to Unicode 5.2.0
+      [fc-arch] Beautify the arch template
+      [fc-arch] Rename architecture names to better reflect what they are
+      Bump libtool revision in preparation for release
+
 2.7.3
 
 Behdad Esfahbod (2):
diff --git a/configure.in b/configure.in
index b7749bf..589b0c4 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.3)
+AM_INIT_AUTOMAKE(fontconfig, 2.8.0)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE
 
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 7b36056..4efa450 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,8 +52,8 @@ typedef int		FcBool;
  */
 
 #define FC_MAJOR	2
-#define FC_MINOR	7
-#define FC_REVISION	3
+#define FC_MINOR	8
+#define FC_REVISION	0
 
 #define FC_VERSION	((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
commit 2e44cbe1b9bf466718167e9e05077743df36ab21
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Nov 18 18:45:06 2009 -0500

    Bump libtool revision in preparation for release

diff --git a/configure.in b/configure.in
index b804064..b7749bf 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,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=3
+LIBT_REVISION=4
 AC_SUBST(LIBT_CURRENT)
 AC_SUBST(LIBT_REVISION)
 LIBT_AGE=4


More information about the Fontconfig mailing list