0.9.19
This commit is contained in:
parent
e509d35cf1
commit
2b78d67e9f
11
NEWS
11
NEWS
|
@ -1,3 +1,14 @@
|
||||||
|
Overview of changes leading to 0.9.19
|
||||||
|
Tuesday, July 16, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Build fixes.
|
||||||
|
- Better handling of multiple variation selectors in a row.
|
||||||
|
- Pass on variation selector to GSUB if not consumed by cmap.
|
||||||
|
- Fix undefined memory access.
|
||||||
|
- Add Javanese config to Indic shaper.
|
||||||
|
- Misc bug fixes.
|
||||||
|
|
||||||
Overview of changes leading to 0.9.18
|
Overview of changes leading to 0.9.18
|
||||||
Tuesday, May 28, 2013
|
Tuesday, May 28, 2013
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.18],
|
[0.9.19],
|
||||||
[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