summaryrefslogtreecommitdiff
path: root/docs/release
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2003-11-09 08:37:14 +0000
committerWerner Lemberg <wl@gnu.org>2003-11-09 08:37:14 +0000
commite42dbcec210a20ba6785a80f3f74577066a5a5fc (patch)
tree08b7fca95a584a445d0401b4a8614f777e01c499 /docs/release
parent5671e6eef9c812e74c0900306a99fa14b74916bb (diff)
downloadfreetype2-e42dbcec210a20ba6785a80f3f74577066a5a5fc.tar.gz
* Version 2.1.7 released.
========================= * builds/unix/ft2unix.h: Fix comments. * builds/unix/ftconfig.in: Synchronized with ANSI version. Use `#undef' in templates as recommended in the autoconf documentation. Since real `#undef' lines don't survive during configuration, use `/undef' instead; the postprocessing facility of the AC_CONFIG_HEADERS autoconf macro converts them to `#undef'. * builds/unix/install.mk (install): Install Unix version of `ftconfig.h'. * builds/unix/unix-cc.in (CFLAGS): Set FT_CONFIG_CONFIG_H macro to include the correct `ftconfig.h' file. * builds/unix/ft-munmap.m4 (FT_MUNMAP_DECL): Removed. (FT_MUNMAP_PARAM): Updated syntax to autoconf 2.59. * builds/unix/freetype2.m4: Updated syntax to autoconf 2.59. * builds/unix/configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER to create ftconfig.h, and use second argument to replace `/undef' with `#undef'. Don't use FT_MUNMAP_DECL but AC_CHECK_DECLS to check for munmap. Use AS_HELP_STRING in AC_ARG_WITH. Update syntax to autoconf 2.59. * builds/unix/ltmain.sh: Regenerated with `libtoolize --force --copy' from libtool 1.5. * builds/unix/aclocal.m4: Regenerated with `aclocal -I .' from automake 1.7.8. * builds/unix/configure: Regenerated with autoconf 2.59. * builds/unix/config.guess, builds/unix/config.sub: Updated from `config' CVS module at subversions.gnu.org * builds/unix/install-sh, builds/unix/mkinstalldirs: Updated from `texinfo' CVS module at subversions.gnu.org. * builds/vms/ftconfig.h: Synchronized with ANSI version. * docs/CUSTOMIZE: Fix documentation error. * docs/CHANGES, docs/VERSION.DLL, docs/release: Updated. * builds/freetype.mk (refdoc): Updated --title.
Diffstat (limited to 'docs/release')
-rw-r--r--docs/release16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/release b/docs/release
index df3ef5485..583688519 100644
--- a/docs/release
+++ b/docs/release
@@ -7,12 +7,24 @@ How to prepare a new release
. 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.
+. builds/freetype.mk (refdoc): Update the `--title' option.
. docs/CHANGES: Document differences to last release.
. README: Update.
-. docs/VERSION.DLL: Document changed version_info.
+. docs/VERSION.DLL: Document changed `version_info'.
. ChangeLog: Announce new release.
+
+. Tag the CVS.
+
+. Update `make-release' and `make-current' in ~/cvs/scripts/ on
+ www.freetype.org, then call them.
+
+. Call `make refdoc' to update HTML reference. Copy it to
+ freetype2/docs/reference in the `www' CVS module and update the CVS.
+ Then call `update-www' in ~/cvs/scripts on www.freetype.org to
+ update and distribute everything to sourceforge.
+
+. Announce new release on announce@freetype.org and to relevant newsgroups.