Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
0dffe625
Commit
0dffe625
authored
Jan 10, 2008
by
Keith Packard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 2.5.91
parent
b2cbf483
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
6 deletions
+24
-6
README
README
+22
-4
configure.in
configure.in
+1
-1
fontconfig/fontconfig.h
fontconfig/fontconfig.h
+1
-1
No files found.
README
View file @
0dffe625
Fontconfig
Font configuration and customization library
Version 2.5
200
7-1
1-1
3
Fontconfig
Font configuration and customization library
Version 2.5
.91 (2.6 RC1)
200
8-0
1-1
0
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
2.5.91 (2.6 RC1)
Hongbo Zhao (1):
Not_contain should use strstr, not strcmp on strings. (bug 13632)
Keith Packard (11):
Move conf.avail/README to conf.d/README (bug 13392)
Fix OOM failure case in FcPStackPush.
Remove freetype requirement for build-time applications.
Include fcftaliastail.h so that the freetype funcs are exported.
Eliminate references to freetype from utility Makefile.am's
Distribute new fcftint.h file
Create new-version.sh to help with releases, update INSTALL instructions
Distribute khmer font aliases
Add more files to .gitignore
new-version.sh was mis-editing files
git-tag requires space after -m flag
2.5
Keith Packard (4):
...
...
configure.in
View file @
0dffe625
...
...
@@ -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.5.
0
)
AM_INIT_AUTOMAKE(fontconfig, 2.5.
91
)
AM_MAINTAINER_MODE
dnl libtool versioning
...
...
fontconfig/fontconfig.h
View file @
0dffe625
...
...
@@ -53,7 +53,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 5
#define FC_REVISION
0
#define FC_REVISION
91
#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