summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-09-11 19:58:19 +0000
committerDavid Turner <david@freetype.org>2003-09-11 19:58:19 +0000
commitdb3faffbcf7a65b5a7f3c2413df2ad1bf3564659 (patch)
tree417f2ce3083751ce95cf12b0acf8fcc0099554a2 /docs
parentc313c50208ae4805c713e42d94a163139d3471c7 (diff)
downloadfreetype2-db3faffbcf7a65b5a7f3c2413df2ad1bf3564659.tar.gz
* README, builds/unix/configure, builds/unix/configure.ac,
docs/CHANGES, include/freetype/freetype.h: updating version numbers for 2.1.6, and removing obsolete warnings in the documentation * include/freetype/internal/ftcore.h, include/freetype/internal/ftexcept.h, include/freetype/internal/fthash.h, include/freetype/internal/ftobject.h: removing obsolete files
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES29
1 files changed, 10 insertions, 19 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 01d12296a..b4442bba3 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,29 +1,20 @@
-=====================================================================
-IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
- During development that followed the 2.1.4 release, some
- unfortunate changes to the source code did break *binary*
- compatibility of the library with previous releases. This had the
- potential to severely break any system where a version of FreeType
- was installed from recent CVS sources.
+LATEST CHANGES BETWEEN 2.1.6 and 2.1.5
- We did undo the changes, and everything should be completely
- compatible now. However, due to other subtleties too long to be
- explained here, there may still be a tiny risk that the current
- sources break some rare applications.
+ I. IMPORTANT BUG FIXES
- This package is thus FreeType 2.1.5 release candidate 1 and has
- been released for testing. If you install it on your system, please
- be certain to be able to install a previous version in the case
- where something would go wrong.
+ - the PFR font driver didn't load kerning tables correctly,
+ and the functions in FT_PFR_H didn't work at all. Ugh !!
- We will make the official 2.1.5 release as soon as we're convinced
- that it will not break anything.
+ II. IMPORTANT CHANGES
+ - the internal module API has been heavily changed. In favor
+ of massive simplifications within the font engine. This
+ also means that authors of third-party modules will need
+ to adapt their code !!
-IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
-=====================================================================
+=====================================================================
LATEST CHANGES BETWEEN 2.1.5 and 2.1.4