More preparations for 2.3.9 release. * docs/CHANGES: Updated. * Jamfile, README: s/2.3.8/2.3.9/, s/238/239/.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
diff --git a/ChangeLog b/ChangeLog
index 07e25f2..406c424 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
2009-03-09 Alexey Kryukov <anagnost@yandex.ru>
diff --git a/Jamfile b/Jamfile
index 4ea5352..e5273d8 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 56dd586..6e5ad46 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 0e06b70..65e1cd8 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.