summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 751fdd41f..790ef56f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2021-07-15 David Turner <david@freetype.org>
+
+ Replaces download-test-fonts.sh with download-test-fonts.py which
+ does the same work, and also avoids downloading anything if the
+ files are already installed with the right content.
+
+ Now uses the first 8 byte of each file's sha256 hash for the digest.
+
+ * tests/scripts/download-test-fonts.sh: Removed
+ * tests/scripts/download-test-fonts.py: New script
+ * tests/README.md: Updated
+
2021-07-15 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Support architectures where `long` is smaller than pointers.