summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-07-21 01:58:00 -0700
committerBehdad Esfahbod <behdad@behdad.org>2016-07-21 01:58:00 -0700
commita732e00ea4fffebaa85a89420f09df4c11d650e0 (patch)
treee2f561eee28076f8db22cbfa49a7909a4f6273af
parent08c08af2f9ed683ad20322c3ef1ba0f87ce15426 (diff)
1.3.01.3.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e62b1989..6f46119c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes leading to 1.3.0
+Thursday, July 21, 2016
+====================================
+
+- Update to Unicode 9.0.0
+- Move Javanese from Indic shaper to Universal Shaping Engine.
+- Allow MultipleSubst to delete a glyph (matching Windows engine).
+- Update Universal Shaping Engine to latest draft from Microsoft.
+- DirectWrite backend improvements. Note: this backend is for testing ONLY.
+- CoreText backend improvements with unreachable fonts.
+- Implement symbol fonts (cmap 3.0.0) in hb-ft and hb-ot-font.
+- Blacklist bad GDEF of more fonts (Tahoma & others).
+- Misc fixes.
+
+
Overview of changes leading to 1.2.7
Monday, May 2, 2016
====================================
diff --git a/configure.ac b/configure.ac
index 740beb89..e1a28f2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.2.7],
+ [1.3.0],
[https://github.com/behdad/harfbuzz/issues/new],
[harfbuzz],
[http://harfbuzz.org/])