summaryrefslogtreecommitdiff
path: root/docs/CHANGES
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-05-01 07:05:36 +0200
committerWerner Lemberg <wl@gnu.org>2022-05-01 07:09:34 +0200
commite8ebfe988b5f57bfb9a3ecb13c70d9791bce9ecf (patch)
tree454c3db54c46fb62558f44e802b1f6fae24e9363 /docs/CHANGES
parent7b3ebb9c1275d3cded7ea7e683cb43993bcc4cd4 (diff)
downloadfreetype2-e8ebfe988b5f57bfb9a3ecb13c70d9791bce9ecf.tar.gz
* Version 2.12.1 released.VER-2-12-1
========================== Tag sources with `VER-2-12-1'. * docs/VERSION.TXT: Add entry for version 2.12.1. * docs/CHANGES, docs/release: Updated. * README, src/base/ftver.rc, builds/windows/vc2010/index.html, builds/windows/visualc/index.html, builds/windows/visualce/index.html, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html, docs/freetype-config.1: s/2.12.0/2.12.1/, s/2120/2121/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 24:3:18. * CMakeLists.txt (VERSION_PATCH): Set to 1.
Diffstat (limited to 'docs/CHANGES')
-rw-r--r--docs/CHANGES30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 0f2d83b69..3ad7ec433 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,3 +1,33 @@
+CHANGES BETWEEN 2.12.0 and 2.12.1
+
+ I. IMPORTANT BUG FIXES
+
+ - Loading CFF fonts sometimes made FreeType crash (bug introduced in
+ version 2.12.0)
+
+ - Loading a fully hinted TrueType glyph a second time (without
+ caching) sometimes yielded different rendering results if TrueType
+ hinting was active (bug introduced in version 2.12.0).
+
+ - The generation of the pkg-config file `freetype2.pc` was broken if
+ the build was done with cmake (bug introduced in version 2.12.0).
+
+
+ II. MISCELLANEOUS
+
+ - New option `--with-librsvg` for the `configure` script for better
+ FreeType demo support.
+
+ - The meson build no longer enforces both static and dynamic
+ versions of the library by default.
+
+ - The internal zlib library was updated to version 1.2.12. Note,
+ however, that FreeType is *not* affected by CVE-2018-25032 since
+ it only does decompression.
+
+
+======================================================================
+
CHANGES BETWEEN 2.11.1 and 2.12.0
I. IMPORTANT CHANGES