diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-09-18 03:14:52 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-09-18 03:14:52 +0000 |
commit | e354c4db8b5c1aca8742126417873e4bf6c635fb (patch) | |
tree | 36a521a144e6d5d3587b2ddc55b7d9d28df5db1b /Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog | |
parent | cfc1866e8124fede8a6e5d0fb30923271c0aeaa1 (diff) |
harfbuzz 3.0.0
git-svn-id: svn://tug.org/texlive/trunk@60533 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog')
-rw-r--r-- | Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog | 557 |
1 files changed, 557 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog b/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog index 38d9cb6dbf6..102556a1e08 100644 --- a/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog +++ b/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog @@ -1,3 +1,560 @@ +commit 9c387e20d65a7a366ac270d789f6ad266014c9e0 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Fri Sep 17 21:32:30 2021 +0200 + + 3.0.0 + + NEWS | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ + configure.ac | 2 +- + docs/harfbuzz-docs.xml | 1 + + meson.build | 2 +- + src/hb-common.h | 12 ++++++------ + src/hb-style.cc | 2 +- + src/hb-style.h | 2 +- + src/hb-version.h | 8 ++++---- + 8 files changed, 66 insertions(+), 14 deletions(-) + +commit e0d5fe740a6c23a995d4d881bfa330eb1063059d +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Fri Sep 17 08:27:03 2021 -0400 + + Centralize math include + + https://github.com/harfbuzz/harfbuzz/pull/3212 + + src/hb-style.cc | 3 --- + src/hb.hh | 3 +++ + 2 files changed, 3 insertions(+), 3 deletions(-) + +commit 671f1d149a880491541d552c0d6e16365480790b +Author: Khaled Hosny <khaled@aliftype.com> +Date: Wed Sep 15 15:13:41 2021 +0200 + + [ci] meson 0.55.0 didn’t work for harfbuzz + + https://github.com/mesonbuild/meson/issues/7437 + + .github/workflows/linux-ci.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f1b20b5a1466cbbea358960967b4a1bbb17956f2 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Wed Sep 15 14:52:49 2021 +0200 + + [ci] Ragel subproject requires meson 0.55.0 + + .github/workflows/linux-ci.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 835fc1376f47e63f073a967cb6190c194e1e63f2 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Wed Sep 15 14:14:04 2021 +0200 + + [ci] Build ragel on the Linux CI job + + To make sure we don’t accidentally break this option. + + .github/workflows/linux-ci.yml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit a59e7ec9938cb8a927ea7b02aee8800c36d7d71a +Author: Khaled Hosny <khaled@aliftype.com> +Date: Wed Sep 15 14:02:52 2021 +0200 + + [meson] Add ragel_subproject option + + Add an option to build fallback ragel subproject when no suitable ragel + version is found, and make it off by default since most builder don’t + need ragel at all. + + Fixes https://github.com/harfbuzz/harfbuzz/issues/3208 (hopefully) + + meson_options.txt | 2 ++ + src/meson.build | 8 +++++--- + 2 files changed, 7 insertions(+), 3 deletions(-) + +commit 60a38d7988f8e1a15411aabde9ea91d1fe519b7b +Merge: f4649f389 19cd84b4e +Author: Khaled Hosny <khaled@aliftype.com> +Date: Fri Sep 17 11:25:42 2021 +0200 + + Merge pull request #3210 from NikitaFeodonit/main + + CMake: Detect pthread with module FindThread + +commit f4649f389563819cee909df3c11087dc716f35e9 +Author: Garret Rieger <grieger@google.com> +Date: Thu Sep 16 13:40:44 2021 -0700 + + [subset] restore hb_subset_input_unicode/glyph_set () to documentation. + + docs/harfbuzz-sections.txt | 2 ++ + 1 file changed, 2 insertions(+) + +commit d700646c33af53afcabe564e9943565d58e1192a +Author: Garret Rieger <grieger@google.com> +Date: Thu Sep 16 11:23:09 2021 -0700 + + [subset] In preperation for 3.0.0 release remove legacy subsetting api methods. + + src/hb-subset-input.cc | 202 ------------------------------------- + src/hb-subset.cc | 8 -- + src/hb-subset.h | 82 ++------------- + test/api/hb-subset-test.h | 4 +- + test/api/test-subset-drop-tables.c | 4 +- + test/api/test-subset-glyf.c | 12 +-- + test/api/test-subset-gpos.c | 6 +- + test/api/test-subset.c | 53 +--------- + util/hb-subset.cc | 8 +- + 9 files changed, 25 insertions(+), 354 deletions(-) + +commit 19cd84b4e95190f7ee236cb15a60d4a6be7040a0 +Author: NikitaFeodonit <nfeodonit@yandex.com> +Date: Wed Sep 15 16:31:32 2021 +0300 + + CMake: Detect pthread with module FindThread + + Set CMake minimum version to 3.1. + + CMakeLists.txt | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) + +commit ae145378540846ea3e51d6dee0033b16b9a43dea +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Wed Sep 15 07:46:33 2021 -0400 + + [style] Change tag type to hb_style_tag_t + + https://github.com/harfbuzz/harfbuzz/pull/3201#discussion_r708914354 + + src/hb-style.cc | 5 ++--- + src/hb-style.h | 2 +- + 2 files changed, 3 insertions(+), 4 deletions(-) + +commit 470686e8179d728d70fe7d738e831f6d26281def +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 20:56:37 2021 -0400 + + [USE] Send Khitan Small Script and Yezidi to USE + + src/hb-ot-shape-complex.hh | 2 ++ + 1 file changed, 2 insertions(+) + +commit 22cbd038d3578c344e265a098fc98ef168f8d18b +Author: Khaled Hosny <khaled@aliftype.com> +Date: Tue Sep 14 12:34:25 2021 +0200 + + [meson] Add ragel subproject + + If ragel 6.10 is not found, build it from source. + + Seems to work, except that ragel uses exceptions and we configure + HarfBuzz build to not use exceptions, and I can’t find away to enable + exceptions only for the ragel subproject. I had to remove cpp_eh=none + from default options and try to disable exceptions in MSVC manually + (other compilers are already handled). + + Makefile.am | 2 ++ + meson.build | 3 +- + src/gen-ragel-artifacts.py | 8 ++--- + src/meson.build | 5 ++- + subprojects/.gitignore | 1 + + subprojects/packagefiles/ragel/meson.build | 58 ++++++++++++++++++++++++++++++ + subprojects/ragel.wrap | 11 ++++++ + 7 files changed, 82 insertions(+), 6 deletions(-) + +commit 5898a9618cf6004d51c6fa2b34212c0ee61df3b0 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Tue Sep 14 07:09:50 2021 +0200 + + [ragel] Regenerate state machine files with 6.10 + + src/hb-buffer-deserialize-json.hh | 1189 +++++++++++++----------- + src/hb-buffer-deserialize-text.hh | 1437 ++++++++++++++++-------------- + src/hb-ot-shape-complex-khmer-machine.hh | 665 +++++++------- + src/hb-ot-shape-complex-use-machine.hh | 1036 ++++++++++----------- + 4 files changed, 2171 insertions(+), 2156 deletions(-) + +commit 7e9ac8fea2b6d2b729c1e4c2a773ed2947265b16 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Tue Sep 14 07:07:00 2021 +0200 + + [meson] Require ragel 6.10 + + Ragel 7 is also not stable from upstream's point of view. + + This uses “version” argument find_program(), which was introduced in + meson 0.52.0, so I raised the minimum required meson version + accordingly. + + .circleci/config.yml | 2 +- + .github/workflows/linux-ci.yml | 2 +- + meson.build | 2 +- + src/meson.build | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +commit 175f24a45938ec27f54154b40d9283f4cf47981c +Merge: cd77846bd f1493357f +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 18:46:05 2021 -0600 + + Merge pull request #3206 from harfbuzz/unicode-14 + + Update to Unicode 14.0.0 + +commit f1493357f745ef554276cb5cf3054d3d0f8a7af5 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:46:50 2021 -0400 + + [Unicode 14] Update the Arabic joining script list + + src/hb-ot-shape-complex-arabic-joining-list.hh | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +commit a0101a31b5079d7f223e109d13b4f45397aa1db0 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:38:50 2021 -0400 + + [Unicode 14] Add tests + + test/api/test-unicode.c | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + +commit 2c3e4b279b577073df5a16610f7e6ae8aa790ef5 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:31:42 2021 -0400 + + [Unicode 14] Send all the new scripts to USE + + src/hb-ot-shape-complex.hh | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit 20736d9bb33f18b8c657e3451ec1287b2866c0d4 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:25:38 2021 -0400 + + [Unicode 14] Update the USE table + + src/hb-ot-shape-complex-use-table.hh | 76 ++++++++++++++++++------------------ + 1 file changed, 39 insertions(+), 37 deletions(-) + +commit 35ac0de42bc3904e90039c7f00a9daf088f9d363 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:14:20 2021 -0400 + + [Unicode 14] Update the emoji table + + src/hb-unicode-emoji-table.hh | 8 ++++---- + src/update-unicode-tables.make | 4 +++- + 2 files changed, 7 insertions(+), 5 deletions(-) + +commit ec5688f50fbc53de9b78fe11ef33fb903075aea6 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:09:05 2021 -0400 + + [Unicode 14] Update the vowel constraint table + + src/hb-ot-shape-complex-vowel-constraints.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 11d5334d8e782ee3284a942eaae1f2dc9e4b4080 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:00:33 2021 -0400 + + [Unicode 14] Update the Indic table + + src/hb-ot-shape-complex-indic-table.cc | 42 +++++++++++++++++----------------- + 1 file changed, 21 insertions(+), 21 deletions(-) + +commit 18a46eeafbe075dba953a1aba9bffeff089dd227 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 17:55:54 2021 -0400 + + [Unicode 14] Update the Arabic table + + src/hb-ot-shape-complex-arabic-table.hh | 38 ++++++++++++++++++++------------- + 1 file changed, 23 insertions(+), 15 deletions(-) + +commit 7b05eec0548f5f5f74cd697a815d45ef2ab51e27 +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 17:51:11 2021 -0400 + + [Unicode 14] Update the script direction list + + src/hb-common.cc | 3 +++ + 1 file changed, 3 insertions(+) + +commit 26e1498e76245f9e57f7d257c89a7e4be23d65ff +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 18:07:29 2021 -0400 + + [Unicode 14] Update the UCD table + + src/hb-ucd-table.hh | 6796 ++++++++++++++++++++++++++------------------------- + 1 file changed, 3457 insertions(+), 3339 deletions(-) + +commit 67f1aa4d219b4636e151c7c01ab393d092ae7b6f +Author: David Corbett <corbett.dav@northeastern.edu> +Date: Tue Sep 14 17:43:13 2021 -0400 + + [Unicode 14] Add new `hb_script_t` values + + src/hb-common.h | 14 ++++++++++++++ + 1 file changed, 14 insertions(+) + +commit cd77846bd9e2bab9c40048597ec0ee47604376c3 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 08:35:19 2021 -0400 + + [util] Fix leak of an hb_font_t + + util/font-options.hh | 4 +++- + util/options.hh | 6 ++++-- + 2 files changed, 7 insertions(+), 3 deletions(-) + +commit da285d511f85d6189fdb213cd29f25730baaed02 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 08:28:12 2021 -0400 + + [util/shape-consumer] Simplify font tracking + + util/shape-consumer.hh | 23 +++++++++++------------ + 1 file changed, 11 insertions(+), 12 deletions(-) + +commit bda3238c89fa4673c8772ad02f1949fc19b41a5e +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 08:12:48 2021 -0400 + + Add fallback atexit implementation using template descrutors + + Fixes https://github.com/harfbuzz/harfbuzz/issues/3197 + + src/hb.hh | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 9c270451581a0d7e969c29d65a9ba62b6b7b9b12 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 07:50:35 2021 -0400 + + [style] Fix another float conversion warning + + src/hb-style.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 5a1a6f1fe35aa3e1325239e5e7b0ac67c49f7105 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 07:14:56 2021 -0400 + + [ot-shape] Enabled two more features: 'Harf' and 'Buzz' + + Considered 'required', as opposed to existing 'HARF' and 'BUZZ', + consider them discretionary. + + See discussion in https://github.com/harfbuzz/harfbuzz/issues/3200 + + src/hb-ot-shape.cc | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +commit ed1163208d97d77082d9b6e57671a55512a87729 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 07:09:54 2021 -0400 + + Call atexit() via hb_atexit() + + Part of https://github.com/harfbuzz/harfbuzz/issues/3197 + + src/hb-common.cc | 8 ++------ + src/hb-ft.cc | 24 ++++++------------------ + src/hb-glib.cc | 12 +++--------- + src/hb-icu.cc | 12 +++--------- + src/hb-ot-font.cc | 12 +++--------- + src/hb-shape.cc | 12 +++--------- + src/hb-shaper.cc | 12 +++--------- + src/hb-ucd.cc | 10 ++-------- + src/hb-uniscribe.cc | 12 +++--------- + src/hb.hh | 17 +++++++++++++---- + 10 files changed, 41 insertions(+), 90 deletions(-) + +commit ad4df20dd62efe6db4993861cba2268bd3921c1a +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Tue Sep 14 07:11:33 2021 -0400 + + [style] Fix float conversion warning + + src/hb-style.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit c5cc23a9b59c2c039a4838e5734741f63c7ae23f +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Mon Sep 13 12:14:06 2021 -0400 + + [style] Change private slant tag + + https://github.com/harfbuzz/harfbuzz/issues/3200#issuecomment-918352162 + + src/hb-style.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d748586a186826e8e09ddf290a064f84ff5619e6 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Sep 11 01:11:55 2021 +0200 + + [style] Try harder to fix MSVC build + + https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160 + + src/hb-style.cc | 1 + + 1 file changed, 1 insertion(+) + +commit e275f0d7edb190fba0e0af56f0e4a7775b7bfccb +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Sep 11 01:03:32 2021 +0200 + + [style] Try to fix MSVC build + + src/hb-style.cc | 2 ++ + 1 file changed, 2 insertions(+) + +commit eb4075a1ed8362ea3dd65a976141ddf8c12b2207 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Sep 11 00:50:08 2021 +0200 + + [style] Fix documentation + + Message documentation a bit to get it working. + + docs/harfbuzz-docs.xml | 5 +++++ + docs/harfbuzz-sections.txt | 6 ++++++ + src/hb-style.cc | 11 ++++++++++- + src/hb-style.h | 3 ++- + 4 files changed, 23 insertions(+), 2 deletions(-) + +commit 4d9b7de0b6b8247bf25f12047ed28d72454182bb +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Sep 11 00:43:43 2021 +0200 + + [style] Prepare for release + + src/gen-def.py | 1 - + src/hb-style.cc | 40 +--------------------------------------- + src/hb-style.h | 39 +++++++++++++++++++++++++++++++++++++-- + test/api/test-style.c | 10 ---------- + 4 files changed, 38 insertions(+), 52 deletions(-) + +commit 34ff2d3ea6b7d3b748d82266e86c4a4d3fe31585 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Sep 11 00:12:03 2021 +0200 + + Fix build with -Dexperimental_api=true + + ../src/hb-style.cc:102:32: error: no matching function for call to 'hb_style_get_value' + return _hb_angle_to_ratio (hb_style_get_value (HB_STYLE_TAG_SLANT_ANGLE)); + ^~~~~~~~~~~~~~~~~~ + ../src/hb-style.cc:99:1: note: candidate function not viable: requires 2 arguments, but 1 was provided + hb_style_get_value (hb_font_t *font, hb_tag_t tag) + ^ + + and + + ../src/hb-style.cc:80:1: error: unused function '_hb_ratio_to_angle' [-Werror,-Wunused-function] + _hb_ratio_to_angle (float r) + ^ + + src/hb-style.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit 39c20d2b9eb476065e64d3a3cccc6345aa50e4c1 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Thu Sep 9 11:19:21 2021 -0600 + + [style] Add HB_STYLE_TAG_SLANT_RATIO + + src/hb-style.cc | 15 +++++++++++++++ + 1 file changed, 15 insertions(+) + +commit 201cbe3c66fda566be302aff051cb6f836e2931b +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Thu Sep 9 11:09:46 2021 -0600 + + [style] Rename HB_STYLE_TAG_SLANT to HB_STYLE_TAG_SLANT_ANGLE + + src/hb-style.cc | 9 +++++---- + test/api/test-style.c | 24 ++++++++++++------------ + 2 files changed, 17 insertions(+), 16 deletions(-) + +commit a23ce2897706c150160c21764fea992ac017c5c4 +Author: Behdad Esfahbod <behdad@behdad.org> +Date: Thu Sep 9 10:59:01 2021 -0600 + + [style] Fall back to GPOS 'size' feature for optical size in style API + + src/hb-style.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit 37379f8f7d6dab83b011416b8c7ff25d4f7365a0 +Author: Qunxin Liu <qxliu@google.com> +Date: Thu Sep 2 11:54:37 2021 -0700 + + [subset] fox for (Chain)ContextFormat3: subset lookupRecord + + skip copying a lookupRecord if lookup referenced in the lookupRecord is + not retained after subset + + src/hb-ot-layout-gsubgpos.hh | 30 ++++++++++++++++++--- + test/subset/data/Makefile.am | 1 + + test/subset/data/Makefile.sources | 1 + + ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12424 bytes + .../Tinos-Italic.default.retain-all-codepoint.ttf | Bin 0 -> 412764 bytes + ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12624 bytes + ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 437592 bytes + ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12424 bytes + ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 412764 bytes + ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 87564 bytes + ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 415140 bytes + test/subset/data/fonts/Tinos-Italic.ttf | Bin 0 -> 455400 bytes + test/subset/data/tests/layout.tinos.tests | 12 +++++++++ + test/subset/meson.build | 1 + + 14 files changed, 41 insertions(+), 4 deletions(-) + +commit 838d67075240e8be97f44aab4a925a0ee21935ae +Author: Khaled Hosny <khaled@aliftype.com> +Date: Wed Sep 8 15:12:52 2021 +0200 + + [subset] Improve alignment of --help-all message + + util/hb-subset.cc | 11 +++++------ + 1 file changed, 5 insertions(+), 6 deletions(-) + +commit 9b7af950b36b919717580f3a5872812728d60dc1 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Tue Sep 7 15:05:42 2021 +0200 + + [docs] Fix subset documentation + + List the missing new APIs and unlist all the to be deleted legacy APIs. + + docs/harfbuzz-sections.txt | 9 ++------- + src/hb-subset.h | 46 +++++++++++++++++++++++----------------------- + 2 files changed, 25 insertions(+), 30 deletions(-) + +commit e38b873eaeec6105dcf4c2511a7c29ca6cf0749c +Author: Khaled Hosny <khaled@aliftype.com> +Date: Tue Sep 7 14:13:23 2021 +0200 + + [ci] Use different executer for win64 jobs + + .circleci/config.yml | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +commit 48c9869bda0dcfa7cea11766718d3c5f3a102509 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Tue Sep 7 13:57:44 2021 +0200 + + Typo + + NEWS | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 505df5abf8032f3a2295ded417dca9bfb14ea7b8 Author: Khaled Hosny <khaled@aliftype.com> Date: Tue Sep 7 13:46:08 2021 +0200 |