diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-08-19 13:39:57 +0100 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-08-19 13:39:57 +0100 |
commit | 789b89ef7130ffe5f22c571fc3cb4e6d35456654 (patch) | |
tree | c71e22d9f14d3b9e9f15cf0fa4d8e52b42165141 | |
parent | 958c268fa3a520666436e77a2111a3b564a36d96 (diff) |
1.0.21.0.2
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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 Monday, July 27, 2015 ==================================== diff --git a/configure.ac b/configure.ac index 7d200760..a73fe620 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.0.1], + [1.0.2], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |