summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-10-22 17:38:33 -0400
committerBehdad Esfahbod <behdad@behdad.org>2017-10-22 17:38:33 -0400
commit0ca915efc3734111a57ff71f05d9cbf0e8af3de9 (patch)
treeb5a0286fb63a5f8a61cd316d93e0bd4e12d16171
parentd59d5dc7d339deb45cc84cffd084b52752765a08 (diff)
1.6.11.6.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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/])