diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-10-22 17:38:33 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-10-22 17:38:33 -0400 |
commit | 0ca915efc3734111a57ff71f05d9cbf0e8af3de9 (patch) | |
tree | b5a0286fb63a5f8a61cd316d93e0bd4e12d16171 | |
parent | d59d5dc7d339deb45cc84cffd084b52752765a08 (diff) |
1.6.11.6.1
-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.6.1 +Sunday, October 22nd, 2017 +==================================== + +- Don't skip over COMBINING GRAPHEME JOINER when ligating, etc. + To be refined: https://github.com/behdad/harfbuzz/issues/554 +- Faster hb_set_t implementation. +- Don't use deprecated ICU API. +- Fix undefined-behavior in Myanmar shaper, introduced in 1.6.0 +- Deprecated API: + hb_set_invert() + + Overview of changes leading to 1.6.0 Friday, October the 13th, 2017 ==================================== diff --git a/configure.ac b/configure.ac index ba093929..1e00e3d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.6.0], + [1.6.1], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) |