README | 36 ++++++++++++++++++++++++++++++++++-- configure.ac | 2 +- fontconfig/fontconfig.h | 2 +- its/Makefile.am | 5 +++++ 4 files changed, 41 insertions(+), 4 deletions(-) New commits: commit 2fc42310cdc679bdc1f2f8f11ababad167c97fdd Author: Akira TAGOH <akira@xxxxxxxxx> Date: Thu Feb 15 22:01:54 2018 +0900 Bump version to 2.12.93 diff --git a/README b/README index 92d7f60..af8fca9 100644 --- a/README +++ b/README @@ -1,12 +1,44 @@ Fontconfig Font configuration and customization library - Version 2.12.92 (2.13 RC2) - 2018-01-04 + Version 2.12.93 (2.13 RC3) + 2018-02-15 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.12.93 (2.13 RC3) + +Akira TAGOH (12): + trivial fix + Add files to enable ITS support in gettext + Use the native ITS support in gettext + Remove POTFILES.in until new release of gettext is coming... + export GETTEXTDATADIR to refer the local .its/.loc file instead of using --its option + clean up + Do not add cflags and libs coming from pkg-config file. + Revert some removal from 7ac6af6 + Take effects on dir, cachedir, acceptfont, and rejectfont only when loading + Do not mix up font dirs into the list of config dirs + Ensure the user config dir is available in the list of config dirs on the fallback config + Add missing files to ship + +Alexander Larsson (1): + FcHashTableAddInternal: Compare against the right key + +Behdad Esfahbod (5): + Remove hack for OS/2 weights 1..9 + Support FC_WIDTH as double as well + Fix leak + Use FT_Done_MM_Var if available + Fix undefined-behavior signed shifts + +Olivier Crête (1): + Fix cross-compilation by passing CPPFLAGS to CPP + +Tom Anderson (1): + Allow overriding symbol visibility. + 2.12.92 (2.13 RC2) Akira TAGOH (13): diff --git a/configure.ac b/configure.ac index 51b64c4..2adf843 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -AC_INIT([fontconfig], [2.12.92], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig]) +AC_INIT([fontconfig], [2.12.93], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig]) AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index b70ce9e..e019d9a 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -53,7 +53,7 @@ typedef int FcBool; #define FC_MAJOR 2 #define FC_MINOR 12 -#define FC_REVISION 92 +#define FC_REVISION 93 #define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION)) commit 147b083851bd5ba97a17de4496c484c9609a8f52 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Thu Feb 15 22:01:45 2018 +0900 Add missing files to ship diff --git a/its/Makefile.am b/its/Makefile.am index 87e77a1..1774fe7 100644 --- a/its/Makefile.am +++ b/its/Makefile.am @@ -1,3 +1,8 @@ +NULL = +EXTRA_DIST = \ + $(gettextits_DATA) \ + $(NULL) + gettextitsdir = $(datadir)/gettext/its gettextits_DATA = \ fontconfig.its \ _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig