summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-01-31 17:42:05 +0000
committerDavid Turner <david@freetype.org>2002-01-31 17:42:05 +0000
commit944b72986fa28a989b9dd3c7df40f8665f774c9e (patch)
treeb14de92437d5890beecd41c1938bc0657c866f88 /docs
parentb0e06e0b8b37cff7c3fc8f0892834e0ee7336e59 (diff)
downloadfreetype2-944b72986fa28a989b9dd3c7df40f8665f774c9e.tar.gz
updating documentation for 2.0.7
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES42
-rw-r--r--docs/INSTALL6
2 files changed, 46 insertions, 2 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 545b86a52..7b3a16da4 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,3 +1,45 @@
+LATEST CHANGES BETWEEN 2.0.7 and 2.0.6
+
+ I. IMPORTANT BUG FIXES
+
+ - Fixed two bugs in the Type 1 font driver. The first one resulted in a
+ memory leak in subtle cases. The other one caused FreeType to crash when
+ trying to load ".gsf" files (Ghostscript so-called Postscript fonts)
+
+ (this made _many_ KDE application crash on certain systems. FreeType
+ _is_ becoming a critical system component on Linux :-)
+
+
+ - Fixed a memory leak in the CFF font driver
+
+ - Fixed a memory leak in the PCF font driver
+
+ - Fixed the Visual C++ project file "builds/win32/visualc/freetype.dsp"
+ since it didn't include the Postscript hinter component, causing
+ errors at build time..
+
+ - Fixed a small rendering bug in the anti-aliased renderer that only
+ occured when tryong to draw thin (less than 1 pixel) strokes..
+
+ - Fixed "builds/unix/freetype2.a4" which is used to generate
+ a valid "freetype2.m4" for Autoconf use
+
+ - Fixed the OpenVMS Makefiles
+
+
+ II. MISCELLANEOUS
+
+ - added "configure" and "install" scripts to the top-level directory.
+ a GNU-style installation is thus now easily possible with
+
+ ./configure <options>
+ make
+ make install
+
+
+
+============================================================================
+
LATEST CHANGES BETWEEN 2.0.6 and 2.0.5
I. IMPORTANT BUG FIXES
diff --git a/docs/INSTALL b/docs/INSTALL
index 5c5fdcd55..38820225f 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -5,11 +5,11 @@ directory. This is only a quick starter.
I. Unix systems
---------------
- Simply type
+ If you have GNU Make installed, simply type
./configure
make
- ./install
+ make install
on the command line to configure, build and install FreeType on your
system. Note that the default installation path is "/usr/local".
@@ -35,6 +35,7 @@ II. From the command line
The second one is to use "GNU Make" (and NO OTHER MAKE TOOL).
+
1. Building FT2 with "Jam"
--------------------------
@@ -59,6 +60,7 @@ II. From the command line
should become automatic on Unix systems.
+
2. Building FT2 with "GNU Make"
-------------------------------