summaryrefslogtreecommitdiff
path: root/README
blob: 4a18a4c17886e139526a4cc01512ec2142c2f28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
			Xft
		X FreeType library
		  Version 2.1.7
		    2005-3-29

Xft version 2.1 is the first stand alone release of Xft, a library that
connects X applications with the FreeType font rasterization library. Xft
uses fontconfig to locate fonts so it has no configuration files.

Version 2.1.7

Change FC_CHARCELL and FC_MONO interpretation.  FC_MONO no longer clips
glyphs to charcell, you must specify FC_CHARCELL for that.

Add support for FT_GlyphSlot_Embolden where it exists (which it usually
doesn't).

Avoid crashing when using FT_Face objects.

Version 2.1.6

Deal with broken FreeType 2.1.7 BDF/PCF loaders by trying both y_ppem/x_ppem
and width/height values.

Version 2.1.5

Left some #warnings from testing in the 2.1.4 release.  Spin again.

Version 2.1.4

Work with older versions of Fontconfig by using various pattern elements
only when defined.

Version 2.1.3

Change Freetype includes to new syntax.

Search for nearest bitmap for bitmap-only fonts.

Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE.

To release a version of this library:

 1.     Update the version numbers
                configure.ac
                Xft.h
 2.     Fix the README
                Change version number
                Set the date
 3.     Commit those changes
 4.     rebuild the configuration files with autogen.sh
                sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
 5.     make distcheck
 6.     tag the tree
                cvs tag Xft-2_1_xx
 7.     Copy Xft-2.1.xx.tar.gz and Xft-2.1.xx.tar.bz2 to
        freedesktop.org:/srv/xlibs.freedesktop.org/www/release
 8.     Compute md5sums for release files:
                md5sum Xft-2.1.xx.tar.gz Xft-2.1.xx.tar.bz2
 9.     Post a note to xorg@freedesktop.org.  Include the md5sums.
        gpg sign the message.


Keith Packard
keithp@keithp.com