This commit is contained in:
Behdad Esfahbod 2015-09-30 22:51:16 +01:00
parent b47159011c
commit 432ffc47a4
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
Overview of changes leading to 1.0.4
Wednesday, September 30, 2015
====================================
- Fix minor out-of-bounds read error.
Overview of changes leading to 1.0.3
Tuesday, September 1, 2015
====================================

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
[1.0.3],
[1.0.4],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])