1.3.4
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 5 Dec 2016 21:42:28 +0000 (13:42 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 5 Dec 2016 21:45:15 +0000 (13:45 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e83f25f..fb84c88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes leading to 1.3.4
+Monday, December 5, 2016
+====================================
+
+- Fix vertical glyph origin in hb-ot-font.
+- Implement CBDT/CBLC color font glyph extents in hb-ot-font.
+
+
 Overview of changes leading to 1.3.3
 Wednesday, September 28, 2016
 ====================================
index b38ba98..0fdaf53 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [1.3.3],
+        [1.3.4],
         [https://github.com/behdad/harfbuzz/issues/new],
         [harfbuzz],
         [http://harfbuzz.org/])