Makefile.am | 2 +- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-)
New commits: commit 7fe00d15da20193ca94a8ead9aee60df24074a9e Author: Behdad Esfahbod <[email protected]> Date: Sat Aug 18 13:59:46 2012 -0400 Release 0.9.3 diff --git a/NEWS b/NEWS index 04c3a02..d3dbe1a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Overview of changes leading to 0.9.3 +Friday, Aug 18, 2012 +==================================== + +- Fixed fallback mark positioning for left-to-right text. + +- Improve mark positioning for the remaining combining classes. + +- Unbreak Thai and fallback Arabic shaping. + +- Port Arabic shaper to shape-plan caching. + +- Use new ICU normalizer functions. + + + Overview of changes leading to 0.9.2 Friday, Aug 10, 2012 ==================================== diff --git a/configure.ac b/configure.ac index 5866e16..916a5d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.2], + [0.9.3], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8 Author: Behdad Esfahbod <[email protected]> Date: Sat Aug 18 13:56:10 2012 -0400 Fix ChangeLog generation rule diff --git a/Makefile.am b/Makefile.am index 08f8a93..ecaffd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ ChangeLog: $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \ (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run \ git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > [email protected] \ - && mv -f [email protected] "$(srcdir)/$@" \ + && mv -f [email protected] "$(srcdir)/ChangeLog" \ || ($(RM) [email protected]; \ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \ _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
