summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-11-08 22:49:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-11-08 22:49:44 +0000
commit60cd34775e85aa3f7e970857f7a4c5dd2f863a2a (patch)
tree31c12aba18190c5587ebb4b4591c01f058089b47 /Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog
parentcb29b672b5a7e8ee2ff5072c3547838c497b73f4 (diff)
harfbuzz 3.1.1
git-svn-id: svn://tug.org/texlive/trunk@60995 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog')
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog b/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog
index da10d70ac27..b21e5973a13 100644
--- a/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog
+++ b/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog
@@ -1,3 +1,63 @@
+commit cd5c6cd0419ac5e4de975d6c476fb760bf06d2ce
+Author: Khaled Hosny <khaled@aliftype.com>
+Date: Mon Nov 8 06:59:55 2021 +0200
+
+ 3.1.1
+
+ NEWS | 7 +++++++
+ configure.ac | 2 +-
+ meson.build | 2 +-
+ src/hb-version.h | 4 ++--
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 1e07d42aa6259f73aed09f25dd37993974b9b366
+Author: Matthias Clasen <mclasen@redhat.com>
+Date: Sun Nov 7 01:19:42 2021 -0400
+
+ Typo fix
+
+ src/hb-ot-layout.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1fd7fd98235649115bba7407f2a2b977bf86733c
+Author: Matthias Clasen <mclasen@redhat.com>
+Date: Sat Nov 6 10:18:20 2021 -0400
+
+ Cosmetics: Avoid confusing indentation
+
+ This line had me confused for a second because
+ the condition looked like a cast and the if just
+ looked misplaced. Add a line break to prevent
+ such confusion.
+
+ src/hb-ot-layout.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 3471f8f69e25ffebe96dc55173096cedc738ca6f
+Author: Matthias Clasen <mclasen@redhat.com>
+Date: Sat Nov 6 10:17:20 2021 -0400
+
+ docs: Clarify a doc comment
+
+ Reword the docs for hb_ot_layout_script_select_language and
+ be a bit more specific about the returned index.
+
+ src/hb-ot-layout.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 07dc34bdaf977a3be97ab5a68455ed7a67f80a06
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date: Fri Nov 5 14:45:20 2021 -0700
+
+ [mutex] Try work around GCC cast-align error/warning
+
+ Shouldn't be needed because of the alignas(). Oh well...
+
+ Might fix https://github.com/harfbuzz/harfbuzz/issues/3283
+
+ src/hb-mutex.hh | 3 +++
+ 1 file changed, 3 insertions(+)
+
commit 77eeec53a917554a2766a7cb1687607841282777
Author: Khaled Hosny <khaled@aliftype.com>
Date: Wed Nov 3 23:31:03 2021 +0200