diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2016-04-08 13:51:01 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2016-04-08 13:51:01 -0700 |
commit | 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1 (patch) | |
tree | 093e28d8cdcf988d307083d74740d24c781bb1f4 | |
parent | 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe (diff) |
1.2.61.2.6
-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.2.6 +Friday, April 8, 2016 +==================================== + +- Blacklist GDEF table of another set of Times New Roman (Bold) Italic. +- DirectWrite backend improvements. Note: DirectWrite backend is + exclusively for our internal testing and should NOT be used in any + production system whatsoever. + + Overview of changes leading to 1.2.5 Monday, April 4, 2016 ==================================== diff --git a/configure.ac b/configure.ac index e3eb2627..44621c9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.2.5], + [1.2.6], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |