freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 482c57c: Add `ChangeLog` entries for last two commits


From: Werner Lemberg
Subject: [freetype2] master 482c57c: Add `ChangeLog` entries for last two commits.
Date: Fri, 18 Jun 2021 10:47:16 -0400 (EDT)

branch: master
commit 482c57cc3480c02caddc57c81d582e98cb530ba3
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    Add `ChangeLog` entries for last two commits.
---
 ChangeLog | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 80878ef..4ce8067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2021-06-16  David Turner  <david@freetype.org>
+
+       [autofit] Fix return value of `FT_Load_Glyph`.
+
+       * src/autofit/afglobal.c (af_face_globals_get_metrics): The issue is
+       that `style_metrics_init` sometimes returns -1 without clearing
+       `error`.  While looping to `Again`, the next operation is
+       successful, but -1 is still returned by the function.  The fix is to
+       set `error` to 0 appropriately.
+
+       Fixes #1063.
+
+2021-06-15  David Turner  <david@freetype.org>
+
+       [meson] Add first regression test to FreeType.
+
+       * tests/README.md: New file that explains how to build and run the
+       tests with the Meson build.
+
+       * tests/scripts/download-test-fonts.sh: New bash script to download
+       test font files to the `tests/data` folder.
+
+       * meson.build, meson_options.txt: Add 'tests' option to enable
+       building and running the test programs (disabled by default).
+
+       * tests/meson.build: New file.
+
+       * tests/issue-1063/main.c: Simple regression test to exhibit issue
+       1063.
+
+       * .gitignore: Ignore the content of the `tests/data` folder for
+       now.
+
 2021-06-12  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
        [type42] Fix new memory leak.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]