More preparations for 2.3.9 release.

* docs/CHANGES: Updated.

* Jamfile, README: s/2.3.8/2.3.9/, s/238/239/.
This commit is contained in:
Werner Lemberg 2009-03-09 18:06:28 +00:00
parent 8312ab7563
commit 21dab9112b
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2009-03-09 Werner Lemberg <wl@gnu.org>
More preparations for 2.3.9 release.
* docs/CHANGES: Updated.
* Jamfile, README: s/2.3.8/2.3.9/, s/238/239/.
2009-03-09 Werner Lemberg <wl@gnu.org>
* src/sfnt/rules.mk (SFNT_DRV_H): Add ttsbit0.c.

View File

@ -194,7 +194,7 @@ rule RefDoc
actions RefDoc
{
python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.3.8 --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.9 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
}
RefDoc refdoc ;

8
README
View File

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

View File

@ -36,10 +36,10 @@ CHANGES BETWEEN 2.3.9 and 2.3.8
- Fix a bug in the SFNT kerning table loader/parser which could
crash the engine if certain malformed tables were encountered.
II. IMPORTANT CHANGES
- Composite SFNT bitmaps are now handled correctly.
III. MISCELLANEOUS
II. MISCELLANEOUS
- `FT_Outline_Get_InsideBorder' returns FT_STROKER_BORDER_RIGHT
for empty outlines. This was incorrectly documented.