[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Oct 22 21:39:29 UTC 2017
NEWS | 13 +++++++++++++
configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
New commits:
commit 0ca915efc3734111a57ff71f05d9cbf0e8af3de9
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Oct 22 17:38:33 2017 -0400
1.6.1
diff --git a/NEWS b/NEWS
index 4973d124..19daabf7 100644
--- a/NEWS
+++ b/NEWS
@@ -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/])
More information about the HarfBuzz
mailing list