1.0.2
This commit is contained in:
parent
958c268fa3
commit
789b89ef71
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
Overview of changes leading to 1.0.2
|
||||||
|
Wednesday, August 19, 2015
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Fix shaping with cluster-level > 0.
|
||||||
|
- Fix Uniscribe backend font-size scaling.
|
||||||
|
- Declare dependencies in harfbuzz.pc.
|
||||||
|
FreeType is not declared though, to avoid bugs in pkg-config
|
||||||
|
0.26 with recursive dependencies.
|
||||||
|
- Slightly improved debug infrastructure. More to come later.
|
||||||
|
- Misc build fixes.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 1.0.1
|
Overview of changes leading to 1.0.1
|
||||||
Monday, July 27, 2015
|
Monday, July 27, 2015
|
||||||
====================================
|
====================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.0.1],
|
[1.0.2],
|
||||||
[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
Block a user