1.6.2
This commit is contained in:
parent
30a591e3ce
commit
3b7388aab6
10
NEWS
10
NEWS
|
@ -1,3 +1,13 @@
|
||||||
|
Overview of changes leading to 1.6.2
|
||||||
|
Monday, October 23nd, 2017
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Yesterday's release had a bad crasher; don't use it. That's what
|
||||||
|
happens when one works on Sunday...
|
||||||
|
https://github.com/behdad/harfbuzz/issues/578
|
||||||
|
- Build fixes for FreeBSD and Chrome Android.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 1.6.1
|
Overview of changes leading to 1.6.1
|
||||||
Sunday, October 22nd, 2017
|
Sunday, October 22nd, 2017
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.6.1],
|
[1.6.2],
|
||||||
[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