NEWS | 8 ++++++++ configure.ac | 2 +- src/hb-ot-layout.cc | 2 +- src/hb-version.h | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-)
New commits: commit 44d1fb37efa20852cc466c0f0bba95dbd24ce288 Author: Behdad Esfahbod <[email protected]> Date: Wed Aug 1 14:51:51 2018 -0700 1.8.5 diff --git a/NEWS b/NEWS index fce43a36..13aa6629 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes leading to 1.8.5 +Wednesday, August 1, 2018 +==================================== +- Major Khmer shaper improvements to better match Microsoft. +- Indic bug fixes. +- Internal improvements to atomic operations. + + Overview of changes leading to 1.8.4 Tuesday, July 17, 2018 ==================================== diff --git a/configure.ac b/configure.ac index 0dd70e68..c439f54d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.8.4], + [1.8.5], [https://github.com/harfbuzz/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 1cb0c3ad..c790c3ce 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -765,7 +765,7 @@ _hb_ot_layout_collect_features_languages (hb_face_t *face, /** * hb_ot_layout_collect_features: * - * Since: REPLACEME + * Since: 1.8.5 **/ void hb_ot_layout_collect_features (hb_face_t *face, diff --git a/src/hb-version.h b/src/hb-version.h index 09e3c2c0..c5092c78 100644 --- a/src/hb-version.h +++ b/src/hb-version.h @@ -38,9 +38,9 @@ HB_BEGIN_DECLS #define HB_VERSION_MAJOR 1 #define HB_VERSION_MINOR 8 -#define HB_VERSION_MICRO 4 +#define HB_VERSION_MICRO 5 -#define HB_VERSION_STRING "1.8.4" +#define HB_VERSION_STRING "1.8.5" #define HB_VERSION_ATLEAST(major,minor,micro) \ ((major)*10000+(minor)*100+(micro) <= \ _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
