2003-07-25 07:57:21 +02:00
|
|
|
How to prepare a new release
|
|
|
|
----------------------------
|
|
|
|
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
. include/freetype/freetype.h: Update FREETYPE_MAJOR, FREETYPE_MINOR,
|
2006-02-26 18:50:59 +01:00
|
|
|
and FREETYPE_PATCH.
|
2003-07-25 07:57:21 +02:00
|
|
|
|
2007-01-17 13:44:39 +01:00
|
|
|
. Update version numbers in all files where necessary (for example, do
|
2007-01-31 09:53:02 +01:00
|
|
|
a grep for both `2.3.1' and `231' for release 2.3.1).
|
2006-02-26 18:50:59 +01:00
|
|
|
|
2007-01-25 23:14:40 +01:00
|
|
|
. builds/unix/configure.raw: Update `version_info'.
|
2003-07-25 07:57:21 +02:00
|
|
|
|
|
|
|
. docs/CHANGES: Document differences to last release.
|
|
|
|
|
|
|
|
. README: Update.
|
|
|
|
|
2003-11-09 09:37:14 +01:00
|
|
|
. docs/VERSION.DLL: Document changed `version_info'.
|
2003-07-25 07:57:21 +02:00
|
|
|
|
2009-07-15 07:58:00 +02:00
|
|
|
. ChangeLog: Announce new release (both in the freetype2 and
|
|
|
|
freetype2-demos modules).
|
2003-11-09 09:37:14 +01:00
|
|
|
|
2009-07-15 07:58:00 +02:00
|
|
|
. Clone the git archive to another directory with
|
|
|
|
|
|
|
|
git clone -l -s . ../freetype2.test
|
|
|
|
|
|
|
|
or something like this and run
|
2007-07-07 09:30:40 +02:00
|
|
|
|
|
|
|
make distclean; make devel; make
|
|
|
|
make distclean; make devel; make multi
|
|
|
|
make distclean; make devel CC=g++; make CC=g++
|
|
|
|
make distclean; make devel CC=g++; make multi CC=g++
|
|
|
|
|
|
|
|
sh autogen.sh
|
|
|
|
make distclean; ./configure; make
|
|
|
|
make distclean; ./configure CC=g++; make
|
|
|
|
|
2009-07-15 07:58:00 +02:00
|
|
|
in the cloned repository to test compilation with both gcc and g++.
|
2007-07-07 09:30:40 +02:00
|
|
|
|
2009-07-15 07:58:00 +02:00
|
|
|
. Test C++ compilation for freetype2-demos too (using `git clone' as
|
|
|
|
above).
|
2007-07-07 09:30:40 +02:00
|
|
|
|
2009-07-15 07:58:00 +02:00
|
|
|
. Run src/tools/chktrcmp.py and check that there are no undefined
|
|
|
|
trace_XXXX macros.
|
2009-07-12 17:01:57 +02:00
|
|
|
|
2014-12-07 08:17:12 +01:00
|
|
|
. After pushing the new release, tag the git repositories (freetype2,
|
|
|
|
freetype2-demos) with
|
2009-10-10 20:15:49 +02:00
|
|
|
|
|
|
|
git tag VER-<version> -m "" -u <committer>
|
|
|
|
|
|
|
|
and push the tags with
|
|
|
|
|
|
|
|
git push --tags
|
2005-05-18 09:01:59 +02:00
|
|
|
|
* Version 2.4.11 released.
==========================
Tag sources with `VER-2-4-11'.
* docs/CHANGES, docs/release: Updated.
* docs/VERSION.DLL: Update documentation and bump version number to
2.4.11.
* README, Jamfile (RefDoc),
builds/win32/vc2005/freetype.vcproj, builds/win32/vc2005/index.html,
builds/win32/vc2008/freetype.vcproj, builds/win32/vc2008/index.html,
builds/win32/vc2010/freetype.vcxproj, builds/win32/vc2010/index.html,
builds/win32/visualc/freetype.dsp,
builds/win32/visualc/freetype.vcproj,
builds/win32/visualc/index.html, builds/win32/visualce/freetype.dsp,
builds/win32/visualce/freetype.vcproj,
builds/win32/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.4.10/2.4.11/, s/2410/2411/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 10.
* builds/unix/configure.raw (version_info): Set to 16:0:10.
* builds/toplevel.mk (dist): Don't include `.mailmap'.
2012-12-20 08:31:56 +01:00
|
|
|
. Check with
|
|
|
|
|
|
|
|
git clean -ndx
|
|
|
|
|
|
|
|
that the git directory is really clean (and remove extraneous files
|
|
|
|
if necessary).
|
|
|
|
|
2009-07-15 07:58:00 +02:00
|
|
|
. Say `make dist' in both the freetype2 and freetype2-demos modules
|
|
|
|
to generate the .tar.gz, .tar.bz2, and .zip files.
|
2007-01-17 13:44:39 +01:00
|
|
|
|
|
|
|
. Create the doc bundles (freetype-doc-<version>.tar.gz,
|
|
|
|
freetype-doc-<version>.tar.bz2, ftdoc<version>.zip). This is
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
everything in
|
2007-01-17 13:44:39 +01:00
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
<freetype-web git repository>/freetype2/docs
|
2007-01-17 13:44:39 +01:00
|
|
|
|
|
|
|
except the `reference' subdirectory. Do *not* use option `-l' from
|
|
|
|
zip!
|
|
|
|
|
2008-06-29 09:43:41 +02:00
|
|
|
. Run the following script (with updated `$VERSION', `$SAVANNAH_USER',
|
|
|
|
and $SOURCEFORGE_USER variables) to sign and upload the bundles to
|
|
|
|
both Savannah and SourceForge. The signing code has been taken from
|
|
|
|
the `gnupload' script (part of the automake bundle).
|
2007-01-25 23:14:40 +01:00
|
|
|
|
|
|
|
#!/bin/sh
|
2007-01-17 13:44:39 +01:00
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
VERSION=2.5.1
|
2007-01-25 23:14:40 +01:00
|
|
|
SAVANNAH_USER=wl
|
2008-06-29 09:43:41 +02:00
|
|
|
SOURCEFORGE_USER=wlemb
|
2007-01-25 23:14:40 +01:00
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
GPG='/usr/bin/gpg --batch --no-tty'
|
|
|
|
|
|
|
|
version=`echo $VERSION | sed "s/\\.//g"`
|
|
|
|
|
2009-10-10 20:15:49 +02:00
|
|
|
FREETYPE_PACKAGES="freetype-$VERSION.tar.gz \
|
|
|
|
freetype-$VERSION.tar.bz2 \
|
2009-10-10 21:19:35 +02:00
|
|
|
ft$version.zip"
|
2009-10-10 20:15:49 +02:00
|
|
|
FT2DEMOS_PACKAGES="ft2demos-$VERSION.tar.gz \
|
|
|
|
ft2demos-$VERSION.tar.bz2 \
|
2009-10-10 21:19:35 +02:00
|
|
|
ftdmo$version.zip"
|
2009-10-10 20:15:49 +02:00
|
|
|
FTDOC_PACKAGES="freetype-doc-$VERSION.tar.gz \
|
|
|
|
freetype-doc-$VERSION.tar.bz2 \
|
2009-10-10 21:19:35 +02:00
|
|
|
ftdoc$version.zip"
|
2007-01-25 23:14:40 +01:00
|
|
|
|
2009-10-10 21:19:35 +02:00
|
|
|
PACKAGE_LIST="$FREETYPE_PACKAGES \
|
|
|
|
$FT2DEMOS_PACKAGES \
|
|
|
|
$FTDOC_PACKAGES"
|
2007-01-25 23:14:40 +01:00
|
|
|
|
|
|
|
set -e
|
|
|
|
unset passphrase
|
|
|
|
|
|
|
|
PATH=/empty echo -n "Enter GPG passphrase: "
|
|
|
|
stty -echo
|
|
|
|
read -r passphrase
|
|
|
|
stty echo
|
|
|
|
echo
|
|
|
|
|
|
|
|
for f in $PACKAGE_LIST; do
|
|
|
|
if test ! -f $f; then
|
|
|
|
echo "$0: Cannot find \`$f'" 1>&2
|
|
|
|
exit 1
|
|
|
|
else
|
|
|
|
:
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for f in $PACKAGE_LIST; do
|
|
|
|
echo "Signing $f..."
|
|
|
|
rm -f $f.sig
|
|
|
|
echo $passphrase | $GPG --passphrase-fd 0 -ba -o $f.sig $f
|
|
|
|
done
|
|
|
|
|
2009-10-10 20:15:49 +02:00
|
|
|
FREETYPE_SIGNATURES=
|
|
|
|
for i in $FREETYPE_PACKAGES; do
|
|
|
|
FREETYPE_SIGNATURES="$FREETYPE_SIGNATURES $i.sig"
|
2007-01-25 23:14:40 +01:00
|
|
|
done
|
|
|
|
|
2009-10-10 20:15:49 +02:00
|
|
|
FT2DEMOS_SIGNATURES=
|
|
|
|
for i in $FT2DEMOS_PACKAGES; do
|
|
|
|
FT2DEMOS_SIGNATURES="$FT2DEMOS_SIGNATURES $i.sig"
|
|
|
|
done
|
|
|
|
|
|
|
|
FTDOC_SIGNATURES=
|
|
|
|
for i in $FTDOC_PACKAGES; do
|
|
|
|
FTDOC_SIGNATURES="$FTDOC_SIGNATURES $i.sig"
|
|
|
|
done
|
|
|
|
|
2009-10-10 21:19:35 +02:00
|
|
|
SIGNATURE_LIST="$FREETYPE_SIGNATURES \
|
|
|
|
$FT2DEMOS_SIGNATURES \
|
|
|
|
$FTDOC_SIGNATURES"
|
2009-10-10 20:15:49 +02:00
|
|
|
|
2007-01-25 23:14:40 +01:00
|
|
|
scp $PACKAGE_LIST $SIGNATURE_LIST \
|
|
|
|
$SAVANNAH_USER@dl.sv.nongnu.org:/releases/freetype/
|
|
|
|
|
2009-10-10 20:15:49 +02:00
|
|
|
rsync -avP -e ssh $FREETYPE_PACKAGES $FREETYPE_SIGNATURES \
|
|
|
|
$SOURCEFORGE_USER,freetype@frs.sf.net:/home/frs/project/f/fr/freetype/freetype2/$VERSION/
|
|
|
|
rsync -avP -e ssh $FT2DEMOS_PACKAGES $FT2DEMOS_SIGNATURES \
|
|
|
|
$SOURCEFORGE_USER,freetype@frs.sf.net:/home/frs/project/f/fr/freetype/freetype-demos/$VERSION/
|
|
|
|
rsync -avP -e ssh $FTDOC_PACKAGES $FTDOC_SIGNATURES \
|
|
|
|
$SOURCEFORGE_USER,freetype@frs.sf.net:/home/frs/project/f/fr/freetype/freetype-docs/$VERSION/
|
2007-01-17 13:44:39 +01:00
|
|
|
|
2007-01-25 23:14:40 +01:00
|
|
|
# EOF
|
|
|
|
|
2011-11-15 08:34:54 +01:00
|
|
|
. Prepare a README for SourceForge and upload it with the following
|
|
|
|
script (with updated `$VERSION' and $SOURCEFORGE_USER variables).
|
2007-01-17 13:44:39 +01:00
|
|
|
|
2011-11-15 08:34:54 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
VERSION=2.5.1
|
2011-11-15 08:34:54 +01:00
|
|
|
SOURCEFORGE_USER=wlemb
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
rsync -avP -e ssh README \
|
|
|
|
$SOURCEFORGE_USER,freetype@frs.sf.net:/home/frs/project/f/fr/freetype/freetype2/$VERSION/
|
|
|
|
|
|
|
|
# EOF
|
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
. On SourceForge, tag the just uploaded `ftXXX.zip' and
|
2011-11-15 08:34:54 +01:00
|
|
|
`freetype-XXX.tar.bz2' files as the default files to download for
|
|
|
|
`Windows' and `Others', respectively.
|
2007-01-17 13:44:39 +01:00
|
|
|
|
|
|
|
. Copy the reference files (generated by `make dist') to
|
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
<freetype-web git repository>/freetype2/docs/reference
|
2003-11-12 16:16:02 +01:00
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
. Update the `freetype-web' repository. `git push' then automatically
|
|
|
|
triggers an update of the public web pages within ten minutes, due
|
|
|
|
to a cron script (on wl@freedesktop.org) that rsyncs with
|
2003-11-12 16:16:02 +01:00
|
|
|
|
* Version 2.5.1 released.
=========================
Tag sources with `VER-2-5-1'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.1.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.0/2.5.1/, s/250/251/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.raw (version_info): Set to 17:0:11.
* docs/CHANGES, docs/release: Updated.
2013-11-25 00:28:11 +01:00
|
|
|
freedesktop.org://srv/freetype.freedesktop.org/www
|
2003-11-12 16:16:02 +01:00
|
|
|
|
* src/base/ftoutln.c (FT_Outline_Embolden): Strength should be
halved.
* src/base/ftsynth.c (FT_GlyphSlot_Embolden): Change the default
strength.
Don't increase slot->advance.y.
* include/freetype/freetype.h (FREETYPE_MINOR): Set to 2.
(FREETYPE_PATCH): Set to 0.
* builds/unix/configure.ac (version_info): Set to 9:9:3.
Currently, we are still binary compatible.
* builds/win32/visualc/index.html,
builds/win32/visualc/freetype.dsp,
builds/win32/visualc/freetype.vcproj: s/219/2110/, s/2.1.9/2.1.10/.
* builds/freetype.mk (refdoc), README, Jamfile (RefDoc):
s/2.1.9/2.1.10/.
* docs/CHANGES, docs/VERSION.DLL: Updated.
* ChangeLog: Split off older entries into...
* ChangeLog.20, ChangeLog.21: These new files.
The next release will be 2.2.0, so don't worry about source code
backwards compatibility.
* include/freetype/ftimage.h (FT_Outline_MoveToFunc,
FT_Outline_LineToFunc, FT_Outline_ConicToFunc,
FT_Outline_CubicToFunc, FT_SpanFunc, FT_Raster_RenderFunc),
include/freetype/ftrender.h (FT_Glyph_TransformFunc,
FT_Renderer_RenderFunc, FT_Renderer_TransformFunc): Decorate
parameters with `const' where appropriate.
* src/sfnt/ttsbit.c (tt_face_load_sbit_image): Compute vertBearingY
to make glyphs centered vertically.
* src/truetype/ttgload.c (compute_glyph_metrics): Compute
vertBearingY to make glyphs centered vertically.
Fix some bugs in vertical metrics:
. loader->pp3.y and loader->pp4.y are in 26.6 format, not in font
units.
. As we use the glyph's cbox to calculate the top bearing now
there iss no need to adjust `top'.
* src/otvalid/otvcommn.h (OTV_OPTIONAL_TABLE): Use FT_UShort to be
in sync with OTV_OPTIONAL_OFFSET. Reported by YAMATO Masatake.
* docs/release: Update.
2005-06-16 21:07:08 +02:00
|
|
|
. Announce new release on freetype-announce@nongnu.org and to relevant
|
|
|
|
newsgroups.
|
2005-06-05 01:00:25 +02:00
|
|
|
|
2006-02-26 18:50:59 +01:00
|
|
|
----------------------------------------------------------------------
|
2005-06-05 01:00:25 +02:00
|
|
|
|
2015-01-17 20:41:43 +01:00
|
|
|
Copyright 2003-2015 by
|
2005-06-05 01:00:25 +02:00
|
|
|
David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
|
2006-02-26 18:50:59 +01:00
|
|
|
This file is part of the FreeType project, and may only be used,
|
|
|
|
modified, and distributed under the terms of the FreeType project
|
|
|
|
license, LICENSE.TXT. By continuing to use, modify, or distribute
|
|
|
|
this file you indicate that you have read the license and understand
|
|
|
|
and accept it fully.
|
2005-06-05 01:00:25 +02:00
|
|
|
|
|
|
|
|
|
|
|
--- end of release ---
|