summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2016-08-05 14:47:02 +0900
committerAkira TAGOH <akira@tagoh.org>2016-08-05 14:47:02 +0900
commit6b222c52cdede497ffed629853f947948052dfc7 (patch)
tree99215c309cee9e03f6b7f9a0665e2a8ce2286e70
parent68869149e36ae546ec428f345a552a6ad093e953 (diff)
Bump version to 2.12.12.12.1
-rw-r--r--README17
-rw-r--r--configure.ac2
-rw-r--r--fontconfig/fontconfig.h2
3 files changed, 17 insertions, 4 deletions
diff --git a/README b/README
index 6ebca65..bf840a5 100644
--- a/README
+++ b/README
@@ -1,12 +1,25 @@
Fontconfig
Font configuration and customization library
- Version 2.12
- 2016-06-15
+ Version 2.12.1
+ 2016-08-05
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
+2.12.1
+
+Akira TAGOH (6):
+ Add --with-default-hinting to configure
+ Update CaseFolding.txt to Unicode 9.0
+ Check python installed in autogen.sh
+ Fix some errors related to python3
+ Bug 96676 - Check range of FcWeightFromOpenType argument
+ Update libtool revision
+
+Tobias Stoeckmann (1):
+ Properly validate offsets in cache files.
+
2.12
Akira TAGOH (8):
diff --git a/configure.ac b/configure.ac
index a048ba6..4948816 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.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.12.1], [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 e760402..5c72b22 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,7 +52,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 12
-#define FC_REVISION 0
+#define FC_REVISION 1
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))