NEWS | 24 ++++++++++++++++++++++++ configure.ac | 5 ++--- 2 files changed, 26 insertions(+), 3 deletions(-)
New commits: commit 966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4 Author: Behdad Esfahbod <[email protected]> Date: Wed Oct 26 16:17:15 2016 +0200 1.3.3 diff --git a/NEWS b/NEWS index ae0926e..e83f25f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Overview of changes leading to 1.3.3 +Wednesday, September 28, 2016 +==================================== + +- Implement parsing of OpenType MATH table. +New API: +HB_OT_TAG_MATH +HB_OT_MATH_SCRIPT +hb_ot_math_constant_t +hb_ot_math_kern_t +hb_ot_math_glyph_variant_t +hb_ot_math_glyph_part_flags_t +hb_ot_math_glyph_part_t +hb_ot_math_has_data +hb_ot_math_get_constant +hb_ot_math_get_glyph_italics_correction +hb_ot_math_get_glyph_top_accent_attachment +hb_ot_math_get_glyph_kerning +hb_ot_math_is_glyph_extended_shape +hb_ot_math_get_glyph_variants +hb_ot_math_get_min_connector_overlap +hb_ot_math_get_glyph_assembly + + Overview of changes leading to 1.3.2 Wednesday, September 27, 2016 ==================================== diff --git a/configure.ac b/configure.ac index 6f658cd..b38ba98 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.3.2], + [1.3.3], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) commit 118164293cc7eb18ba03896f602aff816400134b Author: Behdad Esfahbod <[email protected]> Date: Wed Oct 26 16:04:30 2016 +0200 Fix "make distcheck" diff --git a/configure.ac b/configure.ac index 14c86b7..6f658cd 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,6 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/harfbuzz.pc.in]) AC_CONFIG_HEADERS([config.h]) -AC_USE_SYSTEM_EXTENSIONS - AM_INIT_AUTOMAKE([1.11.1 gnits tar-ustar dist-bzip2 no-dist-gzip -Wall no-define color-tests -Wno-portability]) AM_CONDITIONAL(AUTOMAKE_OLDER_THAN_1_13, test $am__api_version = 1.11 -o $am__api_version = 1.12) AM_SILENT_RULES([yes]) @@ -21,6 +19,7 @@ LT_PREREQ([2.2]) LT_INIT([disable-static]) # Check for programs +AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
