This commit is contained in:
Behdad Esfahbod 2015-07-27 12:17:54 +02:00
parent f1c20e1ba5
commit 9002c27b2f
2 changed files with 9 additions and 2 deletions

9
NEWS
View File

@ -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:

View File

@ -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/])