summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-05-02 10:44:13 +0200
committerBehdad Esfahbod <behdad@behdad.org>2016-05-02 10:44:13 +0200
commita5b7b0dd4508d8a1e7573b75c4cb8832c9e34e3f (patch)
treecba6f475b1c9d1192290456df7af7f0005e7c27a
parent9879fc1db3cad684f412c2f3d6b49e0435697d0e (diff)
1.2.71.2.7
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 721d5282..e62b1989 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes leading to 1.2.7
+Monday, May 2, 2016
+====================================
+
+- Blacklist another version of Times New Roman (Bold) Italic from Windows 7.
+- Fix Mongolian Free Variation Selectors shaping with certain fonts.
+- Fix Tibetan shorthand contractions shaping.
+- Improved list of language tag mappings.
+- Unbreak build on Windows CE.
+- Make 'glyf' table loading lazy in hb-ot-font.
+
+
Overview of changes leading to 1.2.6
Friday, April 8, 2016
====================================
diff --git a/configure.ac b/configure.ac
index 44621c9a..5ffd494a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.2.6],
+ [1.2.7],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])