1.4.1
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 6 Jan 2017 04:24:41 +0000 (20:24 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 6 Jan 2017 04:24:41 +0000 (20:24 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6f733af..8c3ef11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes leading to 1.4.1
+Thursday, January 5, 2017
+====================================
+
+- Always build and use UCDN for Unicode data by default.
+  Reduces dependence on version of Unicode data in glib,
+  specially in the Windows bundles we are shipping, which
+  have very old glib.
+
+
 Overview of changes leading to 1.4.0
 Thursday, January 5, 2017
 ====================================
index 5d18f86..32dcf18 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [1.4.0],
+        [1.4.1],
         [https://github.com/behdad/harfbuzz/issues/new],
         [harfbuzz],
         [http://harfbuzz.org/])