From 3d247aa6f7bf495e76b8768791185f4ab45e2f118a0bfab4262c88bb73518750 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Apr 2021 11:54:53 +0000 Subject: [PATCH] tweak OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=188 --- harfbuzz.changes | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index adc944f..792cf95 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,23 +1,22 @@ ------------------------------------------------------------------- Tue Apr 13 08:20:55 UTC 2021 - Christophe Giboudeaux -- Update to 2.8.0 -* Shape joining scripts other than Arabic/Syriac using - the Universal Shaping Engine. - Previously these were shaped using the generalized Arabic - shaper. -* Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE. -* Update language tags. -* Variations: reduce error: do not round each interpolated delta. -* Documentation improvements. -* Subsetter improvements: subsets most, if not all, lookup types - now. -* Fuzzer-found fixes and other improvements when memory failures - happen. -* Removed most atomic implementations now that we have C++11 - atomic impl. -* General codebase upkeep; using more C++11 features: constexpr - constructors, etc. +- Update to version 2.8.0: + + Shape joining scripts other than Arabic/Syriac using the + Universal Shaping Engine. Previously these were shaped using + the generalized Arabic shaper. + + Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE. + + Update language tags. + + Variations: reduce error: do not round each interpolated delta. + + Documentation improvements. + + Subsetter improvements: subsets most, if not all, lookup types + now. + + Fuzzer-found fixes and other improvements when memory failures + happen. + + Removed most atomic implementations now that we have C++11 + atomic impl. + + General codebase upkeep; using more C++11 features: constexpr + constructors, etc. ------------------------------------------------------------------- Wed Jan 13 12:03:09 UTC 2021 - Dominique Leuenberger