1.0.1
This commit is contained in:
parent
f1c20e1ba5
commit
9002c27b2f
9
NEWS
9
NEWS
@ -1,5 +1,12 @@
|
|||||||
|
Overview of changes leading to 1.0.1
|
||||||
|
Monday, July 27, 2015
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Fix out-of-bounds access in USE shaper.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 1.0.0
|
Overview of changes leading to 1.0.0
|
||||||
Thursday, July 26, 2015
|
Sunday, July 26, 2015
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
- Implement Universal Shaping Engine:
|
- Implement Universal Shaping Engine:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.0.0],
|
[1.0.1],
|
||||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
Loading…
Reference in New Issue
Block a user