Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fontconfig
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
133
Issues
133
List
Boards
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fontconfig
fontconfig
Commits
4a3bef8a
Commit
4a3bef8a
authored
Nov 18, 2009
by
Behdad Esfahbod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 2.8.0
parent
2e44cbe1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
5 deletions
+33
-5
README
README
+30
-2
configure.in
configure.in
+1
-1
fontconfig/fontconfig.h
fontconfig/fontconfig.h
+2
-2
No files found.
README
View file @
4a3bef8a
Fontconfig
Font configuration and customization library
Version 2.7.3
2009-
09-0
8
Version 2.8
2009-
11-1
8
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):
...
...
configure.in
View file @
4a3bef8a
...
...
@@ -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
...
...
fontconfig/fontconfig.h
View file @
4a3bef8a
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
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