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
Kevin Degeling
fontconfig
Commits
4afc00ca
Commit
4afc00ca
authored
Mar 01, 2005
by
Keith Packard
Browse files
Update for 2.3.0
parent
0c009d2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4afc00ca
2005-03-01 Keith Packard <keithp@keithp.com>
* README:
* configure.in:
* fontconfig/fontconfig.h:
Update for 2.3.0
2005-03-01 Keith Packard <keithp@keithp.com>
* doc/Makefile.am:
...
...
README
View file @
4afc00ca
Fontconfig
Font configuration and customization library
Version 2.
2.99
2005-
1-28
Version 2.
3.0
2005-
3-1
Check INSTALL for compilation and installation instructions.
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
2.3.0
Fix memory leak of patterns rejected by configuration (#2518)
Create prototype /etc/fonts/conf.d directory and populate it with a few
sample files. These samples are unused as the file names don't start with
numbers.
Update documentation.
2.2.99
Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
...
...
configure.in
View file @
4afc00ca
...
...
@@ -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.
2.99
)
AM_INIT_AUTOMAKE(fontconfig, 2.
3.0
)
AM_MAINTAINER_MODE
dnl libtool versioning
...
...
fontconfig/fontconfig.h
View file @
4afc00ca
...
...
@@ -39,8 +39,8 @@ typedef int FcBool;
*/
#define FC_MAJOR 2
#define FC_MINOR
2
#define FC_REVISION
99
#define FC_MINOR
3
#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