diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-01-05 20:24:41 -0800 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-01-05 20:24:41 -0800 |
commit | af596a5655ee2ed09da17a7de79f619e1547dcd9 (patch) | |
tree | c05c816f7da42bec96ca0db0fd1a677886e50b0d | |
parent | 31f7b1bb94c2cef7ce58df52ddd1b09b42e8f596 (diff) |
1.4.11.4.1
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 ==================================== diff --git a/configure.ac b/configure.ac index 5d18f861..32dcf18e 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) |