There was an error while loading. Please reload this page.
1 parent 556374a commit 84b8624Copy full SHA for 84b8624
2 files changed
NEWS
@@ -1,3 +1,11 @@
1
+2.0.0
2
+=====
3
+
4
+- Rely on HarfBuzz’s hb-ot-font for mapping characters to glyph indices, and
5
+ getting glyph advances.
6
+- Raise minimum required HarfBuzz version to 2.0.0.
7
+- Various compiler warning fixes.
8
9
1.2.3
10
=====
11
configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.56)
-AC_INIT(icu-le-hb, 1.2.3)
+AC_INIT(icu-le-hb, 2.0.0)
AC_CONFIG_MACRO_DIR([m4])
@@ -15,7 +15,7 @@ AC_PROG_CXX
15
AX_CXX_COMPILE_STDCXX(11)
16
AM_PROG_LIBTOOL
17
18
-PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.2.3)
+PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 2.0.0)
19
PKG_CHECK_MODULES(ICU, icu-uc)
20
21
AC_CONFIG_FILES([
0 commit comments