Skip to content

Commit 84b8624

Browse files
committed
2.0.0
1 parent 556374a commit 84b8624

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
1.2.3
210
=====
311

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Process this file with autoconf to create configure.
22
AC_PREREQ(2.56)
33

4-
AC_INIT(icu-le-hb, 1.2.3)
4+
AC_INIT(icu-le-hb, 2.0.0)
55

66
AC_CONFIG_MACRO_DIR([m4])
77

@@ -15,7 +15,7 @@ AC_PROG_CXX
1515
AX_CXX_COMPILE_STDCXX(11)
1616
AM_PROG_LIBTOOL
1717

18-
PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.2.3)
18+
PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 2.0.0)
1919
PKG_CHECK_MODULES(ICU, icu-uc)
2020

2121
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)