Formatting.

This commit is contained in:
Werner Lemberg 2002-02-01 01:20:11 +00:00
parent 944b72986f
commit 32b534612d
2 changed files with 22 additions and 24 deletions

View File

@ -1,8 +1,7 @@
2002-01-31 David Turner <david@freetype.org>
* README, README.UNX, docs/CHANGES: updating documentation for the
2.0.7 release
* README, README.UNX, docs/CHANGES: Updating documentation for the
2.0.7 release.
2002-01-30 David Turner <david@freetype.org>

View File

@ -3,41 +3,40 @@ 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)
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
(This made _many_ KDE applications 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 CFF font driver
- Fixed a memory leak in the PCF 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..
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..
occurred when trying 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 "builds/unix/freetype2.a4" which is used to generate a valid
"freetype2.m4" for use with autoconf.
- Fixed the OpenVMS Makefiles
- 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
- 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