diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-11-13 09:42:37 -0800 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-11-13 09:42:37 -0800 |
commit | e5d709889200571b62a611e0f44a410591983f8a (patch) | |
tree | fba3125c82978980bc00fb6d2b25a19c9cf23037 | |
parent | e4da38020021a92afa4062ed676f286945070dc4 (diff) |
1.7.01.7.0
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Overview of changes leading to 1.7.0 +Monday, November 13, 2017 +==================================== + +- Minor Indic fixes. +- Implement kerning and glyph names in hb-ot-font. +- Various DSO optimization re .data and .bss sizes. +- Make C++11 optional; build fixes. +- Mark all other backends "unsafe-to-break". +- Graphite fix. + + Overview of changes leading to 1.6.3 Thursday, October 26th, 2017 ==================================== diff --git a/configure.ac b/configure.ac index b4c79a39..8faf3410 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.6.3], + [1.7.0], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) |