Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ryan Schmidt
fontconfig
Commits
6b222c52
Commit
6b222c52
authored
Aug 05, 2016
by
Akira TAGOH
Browse files
Bump version to 2.12.1
parent
68869149
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
6b222c52
Fontconfig
Font configuration and customization library
Version 2.12
2016-0
6-1
5
Version 2.12
.1
2016-0
8-0
5
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):
...
...
configure.ac
View file @
6b222c52
...
...
@@ -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])])
...
...
fontconfig/fontconfig.h
View file @
6b222c52
...
...
@@ -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))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment