f9d864a916
* builds/unix/configure.ac (version_info): Set to 10:0:3. * builds/unix/configure: Updated. * builds/freetype.mk (refdoc): Fix --title. * docs/CHANGES, docs/VERSION.DLL, README: Updated. * src/tools/docmaker/sources.py (re_crossref): Fix regular expression to handle trailing punctuation characters. * src/tools/docmaker/tohtml.py (make_html_word): Updated. * docs/release: New file.
19 lines
495 B
Plaintext
19 lines
495 B
Plaintext
How to prepare a new release
|
|
----------------------------
|
|
|
|
. include/freetype/freetype.h: Update FREETYPE_MAJOR, FREETYPE_MINOR, and
|
|
FREETYPE_PATCH.
|
|
|
|
. builds/unix/configure.ac (version_info): Update according to the libtool
|
|
rules, then regenerate the configure script.
|
|
|
|
. builds/freetype.mk (refdoc): Update the --title option.
|
|
|
|
. docs/CHANGES: Document differences to last release.
|
|
|
|
. README: Update.
|
|
|
|
. docs/VERSION.DLL: Document changed version_info.
|
|
|
|
. ChangeLog: Announce new release.
|