Commit 21dab9112b015695cd373bc0187e98dc686889d0

Werner Lemberg 2009-03-09T18:06:28

More preparations for 2.3.9 release. * docs/CHANGES: Updated. * Jamfile, README: s/2.3.8/2.3.9/, s/238/239/.

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.