summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-06-18 11:14:56 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-06-18 11:14:56 -0700
commita6446d44e6d04e1eeea994682e29f9cb6265f7f6 (patch)
tree1494bcbc3aa6d3fa124c53384943ac3f3c8fa211
parentcd042fc8c4a3984c3647cd22a27c34f00636f6e8 (diff)
0.9.410.9.41
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c4950e26..d985427d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes leading to 0.9.41
+Thursday, June 18, 2015
+=====================================
+
+- Fix hb-coretext with trailing whitespace in right-to-left.
+- New API: hb_buffer_reverse_range().
+- Allow implementing atomic ops in config.h.
+- Fix hb_language_t in language bindings.
+- Misc fixes.
+
Overview of changes leading to 0.9.40
Friday, March 20, 2015
=====================================
diff --git a/configure.ac b/configure.ac
index 965a06cf..4d2bbf81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [0.9.40],
+ [0.9.41],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])