summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-02-24 17:32:22 +0900
committerBehdad Esfahbod <behdad@behdad.org>2016-02-24 17:32:22 +0900
commitb30a971bf792b9c683c345e1be25c5a5869a113c (patch)
treec5e14fad09cd6f44919f31483ccc97fde8cbcf53
parentaf48e3d27c01c538f46f1dc376d994a0c24a8170 (diff)
1.2.21.2.2
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b1b63b2c..f5da405a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
+Overview of changes leading to 1.2.2
+Wednesday, February 24, 2016
+====================================
+
+- Fix regression with mark positioning with fonts that have
+ non-zero mark advances. This was introduced in 1.2.0 while
+ trying to make mark and cursive attachments to work together.
+ I have partially reverted that, so this version is much more
+ like what we had before. All clients who updated to 1.2.0
+ should update to this version.
+
+
Overview of changes leading to 1.2.1
-Friday, February 23, 2016
+Tuesday, February 23, 2016
====================================
- CoreText: Fix bug with wrong scale if font scale was changed later.
diff --git a/configure.ac b/configure.ac
index d12d4b81..d87b7463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.2.1],
+ [1.2.2],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])