0.9.28
This commit is contained in:
parent
6faff8e413
commit
79ecdc3f95
13
NEWS
13
NEWS
|
@ -1,3 +1,16 @@
|
||||||
|
Overview of changes leading to 0.9.28
|
||||||
|
Monday, April 28, 2014
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Unbreak old-spec Indic shaping. (bug 76705)
|
||||||
|
- Fix shaping of U+17DD and U+0FC6.
|
||||||
|
- Add HB_NO_MERGE_CLUSTERS build option. NOT to be enabled by default
|
||||||
|
for shipping libraries. It's an option for further experimentation
|
||||||
|
right now. When we are sure how to do it properly, we will add
|
||||||
|
public run-time API for the functionality.
|
||||||
|
- Build fixes.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.27
|
Overview of changes leading to 0.9.27
|
||||||
Tuesday, March 18, 2014
|
Tuesday, March 18, 2014
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.27],
|
[0.9.28],
|
||||||
[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