This commit is contained in:
Behdad Esfahbod 2015-09-01 17:03:50 +01:00
parent 5828c45d7a
commit 7f54053974
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
Overview of changes leading to 1.0.3
Tuesday, September 1, 2015
====================================
- Start of user documentation, from Simon Cozens!
- Implement glyph_extents() for TrueType fonts in hb-ot-font.
- Improve GPOS cursive attachments with conflicting lookups.
- More fixes for cluster-level = 1.
- Uniscribe positioning fix.
Overview of changes leading to 1.0.2
Wednesday, August 19, 2015
====================================

View File

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