ref: 21dab9112b015695cd373bc0187e98dc686889d0
parent: 8312ab75637ee805535b5163b55734462cfbb4dc
author: Werner Lemberg <[email protected]>
date: Mon Mar 9 14:06:28 EDT 2009
More preparations for 2.3.9 release. * docs/CHANGES: Updated. * Jamfile, README: s/2.3.8/2.3.9/, s/238/239/.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-03-09 Werner Lemberg <[email protected]>
+ 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 <[email protected]>
+
* src/sfnt/rules.mk (SFNT_DRV_H): Add ttsbit0.c.
2009-03-09 Alexey Kryukov <[email protected]>
--- a/Jamfile
+++ b/Jamfile
@@ -194,7 +194,7 @@
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 ;
--- a/README
+++ b/README
@@ -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
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -36,10 +36,10 @@
- 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.