NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 007a2a4317227b8fb4c764c590203c85fc3da5fd Author: Behdad Esfahbod <[email protected]> Date: Wed Dec 20 12:09:00 2017 -0500 1.7.4 diff --git a/NEWS b/NEWS index 54a0fecb..7434bcad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of changes leading to 1.7.4 +Wednesday, December 20, 2017 +==================================== + +- Fix collect_glyphs() regression caused by hb_set_t changes. + + Overview of changes leading to 1.7.3 Monday, December 18, 2017 ==================================== diff --git a/configure.ac b/configure.ac index bff842cf..7f24627f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.7.3], + [1.7.4], [https://github.com/harfbuzz/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
