[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Mar 19 11:39:45 PDT 2014


 NEWS                       |   16 ++++++++++++++++
 configure.ac               |    2 +-
 docs/reference/Makefile.am |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit a7a5be090dd9cc39605853e8994eb417550939d4
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 19 11:39:23 2014 -0700

    Another try to make gtk-doc optional

diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f7a4ad6..4bdc48e 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -88,7 +88,7 @@ GTKDOC_LIBS+=$(top_builddir)/src/libharfbuzz-gobject.la
 endif
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
+-include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
Author: Dominik Röttsches <dominik.rottsches at intel.com>
Date:   Tue Mar 18 14:39:03 2014 +0200

    0.9.27

diff --git a/NEWS b/NEWS
index 1186c9b..2d7654c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes leading to 0.9.27
+Tuesday, March 18, 2014
+=====================================
+
+- Don't use "register" storage class specifier
+- Wrap definition of free_langs() with HAVE_ATEXIT
+- Add coretext_aat shaper and hb_coretext_face_create() constructor
+- If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
+- Add Myanmar test case from OpenType Myanmar spec
+- Only do fallback Hebrew composition if no GPOS 'mark' available
+- Allow bootstrapping without gtk-doc
+- Use AM_MISSING_PROG for ragel and git
+- Typo in ucdn's Makefile.am
+- Improve MemoryBarrier() implementation
+
+
 Overview of changes leading to 0.9.26
 Thursday, January 30, 2014
 =====================================
diff --git a/configure.ac b/configure.ac
index e2be463..800a698 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.26],
+        [0.9.27],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])


More information about the HarfBuzz mailing list