diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-10-15 20:25:29 -0300 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-10-15 20:25:29 -0300 |
commit | 86cadc2cd4171050e9d74306b76c42f6ec74b861 (patch) | |
tree | 55d9bb76098a38b04e78cbe5e0e04e442701b2bb | |
parent | ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0 (diff) |
1.0.61.0.6
-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.6 +Thursday, October 15, 2015 +==================================== + +- Reduce max nesting level in OT lookups from 8 to 6. + Should not affect any real font as far as I know. +- Fix memory access issue in ot-font. +- Revert default load-flags of fonts created using hb_ft_font_create() + back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING. This was changed in + last release (1.0.5), but caused major issues, so revert. + https://github.com/behdad/harfbuzz/issues/143 + + Overview of changes leading to 1.0.5 Tuesday, October 13, 2015 ==================================== diff --git a/configure.ac b/configure.ac index d83a1999..7e4142be 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.0.5], + [1.0.6], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |