summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-03-17 14:37:11 -0700
committerBehdad Esfahbod <behdad@behdad.org>2016-03-17 14:37:11 -0700
commit0251b0cc5c39272d2299d4b2ab802faaafe96837 (patch)
treee1505a9be26633a3748eb7d0aebb962830619fdb
parent69f9fbc4200442a35484d3c790ae8f4979be5d60 (diff)
1.2.41.2.4
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 516b7f7a..d2117493 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes leading to 1.2.4
+Thursday, March 17, 2016
+====================================
+
+- Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
+ I really hope we don't discover broken fonts that shape badly with this
+ change.
+- Misc build and other minor fixes.
+- API changes:
+ - Added HB_NDEBUG. It's fine for production systems to define this to
+ disable high-overhead debugging checks. However, I also reduced the
+ overhead of those checks, so it's a non-issue right now. You can
+ forget it. Just not defining anything at all is fine.
+
+
Overview of changes leading to 1.2.3
Thursday, February 25, 2016
====================================
diff --git a/configure.ac b/configure.ac
index a2559141..59603311 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.2.3],
+ [1.2.4],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])