From 21dab9112b015695cd373bc0187e98dc686889d0 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 9 Mar 2009 18:06:28 +0000 Subject: [PATCH] More preparations for 2.3.9 release. * docs/CHANGES: Updated. * Jamfile, README: s/2.3.8/2.3.9/, s/238/239/. --- ChangeLog | 8 ++++++++ Jamfile | 2 +- README | 8 ++++---- docs/CHANGES | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 07e25f2ff..406c42432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-09 Werner Lemberg + + 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 * src/sfnt/rules.mk (SFNT_DRV_H): Add ttsbit0.c. diff --git a/Jamfile b/Jamfile index 4ea535214..e5273d80b 100644 --- a/Jamfile +++ b/Jamfile @@ -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 ; diff --git a/README b/README index 56dd586c8..6e5ad46b1 100644 --- 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 diff --git a/docs/CHANGES b/docs/CHANGES index 0e06b709e..65e1cd88d 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -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.