updating version numbers to 2.3.1

This commit is contained in:
David Turner 2007-01-30 10:40:23 +00:00
parent a7ee608c1d
commit 3eaef6c170
8 changed files with 14 additions and 19 deletions

@ -1,5 +1,11 @@
2007-01-30 David Turner <david@freetype.org>
* all-sources: tagging with VER-2-3-1 to prepare release
* docs/CHANGES, docs/VERSION.DLL, include/freetype/freetype.h,
docs/release, README, builds/unix/configure.raw, Jamfile: updating
version numbers to 2.3.1
* src/autofit/aftypes.h, src/autofit/afloader.c: disabling the
warper (i.e. light hinting improvements) to make a 2.3.1 bugfix
release before introducing a new feature. This should give us

@ -193,7 +193,7 @@ rule RefDoc
actions RefDoc
{
python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.3.0 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.3.1 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
}
RefDoc refdoc ;

6
README

@ -9,7 +9,7 @@
is called `libttf'. They are *not* compatible!
FreeType 2.3.0
FreeType 2.3.1
==============
Please read the docs/CHANGES file, it contains IMPORTANT
@ -26,8 +26,8 @@
and download one of the following files.
freetype-doc-2.3.0.tar.bz2
freetype-doc-2.3.0.tar.gz
freetype-doc-2.3.1.tar.bz2
freetype-doc-2.3.1.tar.gz
ftdoc221.zip

@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.in])
# Don't forget to update docs/VERSION.DLL!
version_info='9:11:3'
version_info='9:12:3'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])

@ -9,18 +9,6 @@ CHANGES BETWEEN 2.3.0 and 2.3.1
prevented FreeType to render some glyphs in CFF fonts.
II. IMPORTANT CHANGES
- The light auto-hinting mode has been improved and should
generate less blurry text in many cases, without changing
spacing. This is done by slightly translating/dilating the
outline in the horizontal direction in order to better align its
features to the pixel grid.
Since the transformation is entirely linear, this still provides
very good approximations to the original glyph shapes.
======================================================================
CHANGES BETWEEN 2.3.0 and 2.2.1

@ -53,6 +53,7 @@ systems, but not all of them:
release libtool so
-------------------------------
2.3.1 9.12.3 6.3.12
2.3.0 9.11.3 6.3.11
2.2.1 9.10.3 6.3.10
2.2.0 9.9.3 6.3.9

@ -41,7 +41,7 @@ How to prepare a new release
#!/bin/sh
VERSION=2.3.0
VERSION=2.3.1
SAVANNAH_USER=wl
#####################################################################

@ -3314,7 +3314,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 3
#define FREETYPE_PATCH 0
#define FREETYPE_PATCH 1
/*************************************************************************/