1.7.0
This commit is contained in:
parent
e4da380200
commit
e5d7098892
12
NEWS
12
NEWS
|
@ -1,3 +1,15 @@
|
||||||
|
Overview of changes leading to 1.7.0
|
||||||
|
Monday, November 13, 2017
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Minor Indic fixes.
|
||||||
|
- Implement kerning and glyph names in hb-ot-font.
|
||||||
|
- Various DSO optimization re .data and .bss sizes.
|
||||||
|
- Make C++11 optional; build fixes.
|
||||||
|
- Mark all other backends "unsafe-to-break".
|
||||||
|
- Graphite fix.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 1.6.3
|
Overview of changes leading to 1.6.3
|
||||||
Thursday, October 26th, 2017
|
Thursday, October 26th, 2017
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.6.3],
|
[1.7.0],
|
||||||
[https://github.com/behdad/harfbuzz/issues/new],
|
[https://github.com/behdad/harfbuzz/issues/new],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
|
Loading…
Reference in New Issue