[Fontconfig] fontconfig: Branch 'master' - 2 commits
Akira TAGOH
tagoh at kemper.freedesktop.org
Tue Mar 6 04:05:07 UTC 2018
README | 12 ++++++++++--
configure.ac | 4 ++--
fontconfig/fontconfig.h | 4 ++--
3 files changed, 14 insertions(+), 6 deletions(-)
New commits:
commit f075ca1aeaedbc288d42a70df5cf2fd069ea0d10
Author: Akira TAGOH <akira at tagoh.org>
Date: Tue Mar 6 12:31:12 2018 +0900
Bump version to 2.13.0
diff --git a/README b/README
index af8fca9..c5e605d 100644
--- a/README
+++ b/README
@@ -1,12 +1,20 @@
Fontconfig
Font configuration and customization library
- Version 2.12.93 (2.13 RC3)
- 2018-02-15
+ Version 2.13
+ 2018-03-06
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
+2.13
+
+Akira TAGOH (4):
+ Add Simplified Chinese translations
+ Fix a build issue on MinGW with enabling nls
+ Initialize an array explicitly
+ Bump the libtool revision
+
2.12.93 (2.13 RC3)
Akira TAGOH (12):
diff --git a/configure.ac b/configure.ac
index 18986f0..85f113f 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.93], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.13.0], [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 e019d9a..a89b22f 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,8 +52,8 @@ typedef int FcBool;
*/
#define FC_MAJOR 2
-#define FC_MINOR 12
-#define FC_REVISION 93
+#define FC_MINOR 13
+#define FC_REVISION 0
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
commit 24b4a57193f89d348402de0f7bf4630ae3b5f5e7
Author: Akira TAGOH <akira at tagoh.org>
Date: Tue Mar 6 12:31:09 2018 +0900
Bump the libtool revision
diff --git a/configure.ac b/configure.ac
index 2adf843..18986f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,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=12
-LIBT_REVISION=0
+LIBT_REVISION=1
AC_SUBST(LIBT_CURRENT)
AC_SUBST(LIBT_REVISION)
LIBT_AGE=11
More information about the Fontconfig
mailing list