* builds/freetype.mk (refdoc), docs/CHANGES, Jamfile (RefDoc), README: s/2.1.10/2.2/.
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
diff --git a/ChangeLog b/ChangeLog
index 1f11d56..8888fbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,9 +9,14 @@
Check range of `glyph_index'.
* src/cff/cffgload.h: Updated.
+
* src/sfnt/ttcmap.c (tt_face_build_cmaps): Handle invalid offset
correctly.
+
+ * builds/freetype.mk (refdoc), docs/CHANGES, Jamfile (RefDoc),
+ README: s/2.1.10/2.2/.
+
2006-03-21 David Turner <david@freetype.org>
* src/autofit/aflatin.c (af_latin_metrics_scale): Fix small bug
diff --git a/Jamfile b/Jamfile
index d75c666..48cfd19 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.1.10 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h $(FT2_INCLUDE)/freetype/cache/*.h
+ python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.2 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h $(FT2_INCLUDE)/freetype/cache/*.h
}
RefDoc refdoc ;
diff --git a/README b/README
index 2b55bd6..dd8c291 100644
--- a/README
+++ b/README
@@ -9,20 +9,24 @@
is called `libttf'. They are *not* compatible!
- FreeType 2.1.10
- ===============
+ FreeType 2.2
+ ============
Please read the docs/CHANGES file, it contains IMPORTANT
INFORMATION.
Read the files `docs/INSTALL' for installation instructions.
- Note that the FreeType 2 documentation is now available as a
- separate package from our sites. See:
+ Note that the FreeType 2 documentation (together with signature
+ files) is now available as a separate package from our sites. Go to
- ftp://ftp.freetype.org/freetype/freetype2/ftdocs-2.1.10.tar.bz2
- ftp://ftp.freetype.org/freetype/freetype2/ftdocs-2.1.10.tar.gz
- ftp://ftp.freetype.org/freetype/freetype2/ftdoc2110.zip
+ http://download.savannah.gnu.org/releases/freetype/
+
+ and download one of the following files.
+
+ freetype-doc-2.2.tar.bz2
+ freetype-doc-2.2.tar.gz
+ ftdoc22.zip
Bugs
diff --git a/builds/freetype.mk b/builds/freetype.mk
index cb59b42..40c361b 100644
--- a/builds/freetype.mk
+++ b/builds/freetype.mk
@@ -270,7 +270,7 @@ dll: $(PROJECT_LIBRARY) exported_symbols
refdoc:
python $(SRC_DIR)/tools/docmaker/docmaker.py \
--prefix=ft2 \
- --title=FreeType-2.1.10 \
+ --title=FreeType-2.2 \
--output=$(DOC_DIR) \
$(PUBLIC_DIR)/*.h \
$(PUBLIC_DIR)/config/*.h \
diff --git a/docs/CHANGES b/docs/CHANGES
index 4c184c6..b46e913 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,4 +1,4 @@
-LATEST CHANGES BETWEEN 2.2.0 and 2.1.10
+LATEST CHANGES BETWEEN 2.2 and 2.1.10
I. IMPORTANT BUG FIXES