summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-11-26 19:35:43 -0500
committerBehdad Esfahbod <behdad@behdad.org>2015-11-26 19:35:43 -0500
commitd44d52bd0da033865641dfd39d94852119fd4fd7 (patch)
tree139bf7744b65b07e4acc7bf6c108e6634c9b98a0
parent35d18585fc57750d817f57bfffe569069f9803b5 (diff)
1.1.21.1.2
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cfda32d..3e8b1002 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes leading to 1.1.2
+Wednesday, November 26, 2015
+====================================
+
+- Fix badly-broken fallback shaper that affected terminology.
+ https://github.com/behdad/harfbuzz/issues/187
+- Fix y_scaling in Graphite shaper.
+- API changes:
+ * An unset glyph_h_origin() function in font-funcs now (sensibly)
+ implies horizontal origin at 0,0. Ie, the nil callback returns
+ true instead of false. As such, implementations that have a
+ glyph_h_origin() that simply returns true, can remove that function
+ with HarfBuzz >= 1.1.2. This results in a tiny speedup.
+
+
Overview of changes leading to 1.1.1
Wednesday, November 24, 2015
====================================
diff --git a/configure.ac b/configure.ac
index 62b15677..044a1d65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.1.1],
+ [1.1.2],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])