summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-src/docs/release
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/freetype-src/docs/release')
-rw-r--r--Build/source/libs/freetype2/freetype-src/docs/release19
1 files changed, 5 insertions, 14 deletions
diff --git a/Build/source/libs/freetype2/freetype-src/docs/release b/Build/source/libs/freetype2/freetype-src/docs/release
index d9cff67993c..05f730f927c 100644
--- a/Build/source/libs/freetype2/freetype-src/docs/release
+++ b/Build/source/libs/freetype2/freetype-src/docs/release
@@ -27,15 +27,11 @@ How to prepare a new release
make distclean; make devel CC=g++; make multi CC=g++
sh autogen.sh
+ make distclean; ./configure; make
make distclean; ./configure CC=g++; make
in the cloned repository to test compilation with both gcc and g++.
- Note that it is normally not necessary to test standard C
- compilation with the `configure`, `meson`, and `cmake` build tools
- since this is done by the CI process of 'gitlab.freetype.org' for
- every commit.
-
. Test C++ compilation for 'freetype-demos' too (using `git clone` as
above).
@@ -77,14 +73,13 @@ How to prepare a new release
#!/bin/sh
- VERSION=2.12.0
+ VERSION=2.10.4
SAVANNAH_USER=wl
SOURCEFORGE_USER=wlemb
- GPG_KEY_ID=BE6C3AAC63AD8E3F
#####################################################################
- GPG="/usr/bin/gpg --batch --no-tty --local-user $GPG_KEY_ID"
+ GPG='/usr/bin/gpg --batch --no-tty'
version=`echo $VERSION | sed "s/\\.//g"`
@@ -182,15 +177,11 @@ How to prepare a new release
'freetype-web' repository.
. Announce new release on 'freetype-announce@nongnu.org' and to
- relevant newsgroups. The text should include
-
- - SHA256 checksums of all files,
- - instructions how to verify the bundles using the `.sig` file data,
- - the PGP public key used to sign the archives.
+ relevant newsgroups.
----------------------------------------------------------------------
-Copyright (C) 2003-2022 by
+Copyright (C) 2003-2021 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,