Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeType
FreeType
Commits
acf80aa2
Commit
acf80aa2
authored
Feb 01, 2002
by
Werner Lemberg
Browse files
Formatting.
parent
5eef31a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
acf80aa2
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>
...
...
docs/CHANGES
View file @
acf80aa2
...
...
@@ -2,42 +2,41 @@ 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)
- 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).
(
t
his made _many_ KDE application crash on certain systems. FreeType
(
T
his made _many_ KDE application
s
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 try
o
ng to draw thin (less than 1 pixel) strokes.
.
- Fixed "builds/unix/freetype2.a4" which is used to generate
a valid
"freetype2.m4" for
A
utoconf
use
occur
r
ed when try
i
ng to draw thin (less than 1 pixel) strokes.
- Fixed "builds/unix/freetype2.a4" which is used to generate
a valid
"freetype2.m4" for
use with a
utoconf
.
- Fixed the OpenVMS Makefiles
- Fixed the OpenVMS Makefiles
.
II. MISCELLANEOUS
-
a
dded "configure" and "install" scripts to the top-level directory.
a
GNU-style installation is thus now easily possible with
-
A
dded "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
...
...
@@ -109,7 +108,7 @@ LATEST CHANGES BETWEEN 2.0.6 and 2.0.5
run any program using FreeType. When the library is exited, a summary
of memory footprints and possible leaks will be displayed.
This works transparently with _any_ program that uses FreeType.
This works transparently with _any_ program that uses FreeType.
However, you will need a lot of memory to use this (allocated blocks
are never released to the heap to detect double deletes easily).
...
...
@@ -117,20 +116,20 @@ LATEST CHANGES BETWEEN 2.0.6 and 2.0.5
III. MISCELLANEOUS
- We are aware of subtle differences between the output of FreeType
versions 1 and 2 when it comes to monochrome TrueType-hinted glyphs.
versions 1 and 2 when it comes to monochrome TrueType-hinted glyphs.
These are most probably due to small differences in the monochrome
rasterizers and will be worked out in an upcoming release.
- We have decided to fork the sources in a "stable" branch, and an
"unstable" one, since FreeType is becoming a critical component of
many Unix systems.
The next bug-fix releases of the library will be named 2.0.7, 2.0.8,
etc., while the "2.1" branch will contain a version of the sources
where we will start major reworking of the library's internals, in
order to produce FreeType 2.2.0 (or even 3.0) in a more distant
future.
We also hope that this scheme will allow much more frequent releases
than in the past.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment