diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-07-22 17:56:43 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-07-22 18:02:11 -0400 |
commit | 8c1bdb46facb79cfca5ebfea9a7e467b40337f47 (patch) | |
tree | 173504a3a8f520f0b4991fef25a04b5639d73404 | |
parent | d218bdb26b226fbf68331eb586b24460c061313d (diff) |
0.9.330.9.33
-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 0.9.33 +Tuesday, July 22, 2014 +===================================== + +- Turn off ARabic 'cswh' feature that was accidentally turned on. +- Add HB_TAG_MAX_SIGNED. +- Make hb_face_make_immutable() really make face immutable! +- Windows build fixes. + + Overview of changes leading to 0.9.32 Thursday, July 17, 2014 ===================================== diff --git a/configure.ac b/configure.ac index f93ceac7..78e31780 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.32], + [0.9.33], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |