shithub: freetype+ttf2subf

Download patch

ref: 42284f98f25adce8d5c8af46e591da26ca5f1725
parent: f1c7814718e5326b32d6202c572e5629a80e222c
author: Werner Lemberg <[email protected]>
date: Sat Jul 26 02:08:14 EDT 2003

* builds/unix/configure.ac (version_info): Set to 9:4:3.
* builds/unix/configure: Updated.
* docs/CHANGES, docs/VERSION.DLL: Updated.

* include/freetype/freetype.h (FT_GlyphSlot): Change 2003-06-16
also breaks binary compatibility.  Reintroduce an unsigned integer
at the old position of `flags' called `reserved'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2003-07-26  Werner Lemberg  <[email protected]>
+
+	* builds/unix/configure.ac (version_info): Set to 9:4:3.
+	* builds/unix/configure: Updated.
+	* docs/CHANGES, docs/VERSION.DLL: Updated.
+
+	* include/freetype/freetype.h (FT_GlyphSlot): Change 2003-06-16
+	also breaks binary compatibility.  Reintroduce an unsigned integer
+	at the old position of `flags' called `reserved'.
+
 2003-07-25  Werner Lemberg  <[email protected]>
 
-	Make reference valid HTML 4.01 transitional.
+	Make API reference valid HTML 4.01 transitional.
 
 	* src/tools/docmaker/tohtml.py (html_header_1): Add doctype
 	and charset.
--- a/builds/unix/configure
+++ b/builds/unix/configure
@@ -1403,7 +1403,7 @@
           ac_config_headers="$ac_config_headers ftconfig.h:ftconfig.in"
 
 
-version_info='10:0:3'
+version_info='9:4:3'
 
 ft_version=`echo $version_info | tr : .`
 
--- a/builds/unix/configure.ac
+++ b/builds/unix/configure.ac
@@ -10,7 +10,7 @@
 AC_CONFIG_HEADER(ftconfig.h:ftconfig.in)
 
 dnl Don't forget to update VERSION.DLL!
-version_info='10:0:3'
+version_info='9:4:3'
 AC_SUBST(version_info)
 ft_version=`echo $version_info | tr : .`
 AC_SUBST(ft_version)
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,9 +1,6 @@
 LATEST CHANGES BETWEEN 2.1.5 and 2.1.4
 
 
-ATTENTION!  Version 2.1.5 is not binary compatible with 2.1.4.
-
-
   I. IMPORTANT BUG FIXES
 
     - Parsing the /CIDFontName field now removes the leading slash to
@@ -18,9 +15,7 @@
       partially.
 
     - Numeric font dictionary entries for synthetic fonts are no longer
-      overwritten.  To support this properly the PS_FontInfo structure
-      has been changed: `italic_angle', `is_fixed_pitch',
-      `underline_position', and `underline_thickness' are now pointers.
+      overwritten.
 
     - The test for the charset registry in BDF and PCF fonts is now
       case-insensitive.
--- a/docs/VERSION.DLL
+++ b/docs/VERSION.DLL
@@ -52,7 +52,7 @@
 
     release    libtool      so
   --------------------------------------------------------------------
-     2.1.5     10.0.3     7.3.0   (not binary compatible with 2.1.4)
+     2.1.5      9.4.3     6.3.4
      2.1.4      9.3.3     6.3.3
      2.1.3      9.2.3     6.3.2
      2.1.2      9.1.3     6.3.1
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1421,6 +1421,7 @@
     FT_Library        library;
     FT_Face           face;
     FT_GlyphSlot      next;
+    FT_UInt           reserved;       /* retained for binary compatibility */
     FT_Generic        generic;
 
     FT_Glyph_Metrics  metrics;