mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
10.0.1
This commit is contained in:
parent
527e60b015
commit
a1d9bfe628
3 changed files with 10 additions and 3 deletions
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
|||
Overview of changes leading to 10.0.1
|
||||
Tuesday, Sep 24, 2024
|
||||
====================================
|
||||
- Relax sanitization checks for “morx” subtables to fix broken AAT shaping of
|
||||
macOS 15.0 version of GeezaPro.
|
||||
|
||||
|
||||
Overview of changes leading to 10.0.0
|
||||
Monday, Sep 23, 2024
|
||||
====================================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project('harfbuzz', 'c', 'cpp',
|
||||
meson_version: '>= 0.55.0',
|
||||
version: '10.0.0',
|
||||
version: '10.0.1',
|
||||
default_options: [
|
||||
'cpp_eh=none', # Just to support msvc, we are passing -fno-exceptions also anyway
|
||||
# 'cpp_rtti=false', # Do NOT enable, wraps inherit it and ICU needs RTTI
|
||||
|
|
|
@ -53,14 +53,14 @@ HB_BEGIN_DECLS
|
|||
*
|
||||
* The micro component of the library version available at compile-time.
|
||||
*/
|
||||
#define HB_VERSION_MICRO 0
|
||||
#define HB_VERSION_MICRO 1
|
||||
|
||||
/**
|
||||
* HB_VERSION_STRING:
|
||||
*
|
||||
* A string literal containing the library version available at compile-time.
|
||||
*/
|
||||
#define HB_VERSION_STRING "10.0.0"
|
||||
#define HB_VERSION_STRING "10.0.1"
|
||||
|
||||
/**
|
||||
* HB_VERSION_ATLEAST:
|
||||
|
|
Loading…
Add table
Reference in a new issue