Dominique Leuenberger 2021-04-14 11:54:53 +00:00 committed by Git OBS Bridge
parent c69b39c61a
commit 3d247aa6f7

View File

@ -1,23 +1,22 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 13 08:20:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Tue Apr 13 08:20:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 2.8.0 - Update to version 2.8.0:
* Shape joining scripts other than Arabic/Syriac using + Shape joining scripts other than Arabic/Syriac using the
the Universal Shaping Engine. Universal Shaping Engine. Previously these were shaped using
Previously these were shaped using the generalized Arabic the generalized Arabic shaper.
shaper. + Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE.
* Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE. + Update language tags.
* Update language tags. + Variations: reduce error: do not round each interpolated delta.
* Variations: reduce error: do not round each interpolated delta. + Documentation improvements.
* Documentation improvements. + Subsetter improvements: subsets most, if not all, lookup types
* Subsetter improvements: subsets most, if not all, lookup types now.
now. + Fuzzer-found fixes and other improvements when memory failures
* Fuzzer-found fixes and other improvements when memory failures happen.
happen. + Removed most atomic implementations now that we have C++11
* Removed most atomic implementations now that we have C++11 atomic impl.
atomic impl. + General codebase upkeep; using more C++11 features: constexpr
* General codebase upkeep; using more C++11 features: constexpr constructors, etc.
constructors, etc.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 13 12:03:09 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org> Wed Jan 13 12:03:09 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>