NEWS | 10 ++++++++++ configure.ac | 2 +- util/Makefile.am | 28 ++++++++++++++-------------- 3 files changed, 25 insertions(+), 15 deletions(-)
New commits: commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6 Author: Behdad Esfahbod <[email protected]> Date: Thu Jun 18 11:14:56 2015 -0700 0.9.41 diff --git a/NEWS b/NEWS index c4950e2..d985427 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 965a06c..4d2bbf8 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/]) commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8 Author: Behdad Esfahbod <[email protected]> Date: Thu Jun 18 10:55:13 2015 -0700 [util] Disable hb-fc-list for now Until I figure out what to do about the API, and finalize the tool. diff --git a/util/Makefile.am b/util/Makefile.am index c179d7b..a676e04 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -76,19 +76,19 @@ endif # HAVE_OT endif # HAVE_GLIB -if HAVE_OT -if HAVE_FONTCONFIG -hb_fc_list_SOURCES = \ - hb-fc.cc \ - hb-fc.h \ - hb-fc-list.c \ - $(NULL) -hb_fc_list_LDADD = \ - $(LDADD) \ - $(FONTCONFIG_LIBS) \ - $(NULL) -bin_PROGRAMS += hb-fc-list -endif # HAVE_FONTCONFIG -endif # HAVE_OT +#if HAVE_OT +#if HAVE_FONTCONFIG +#hb_fc_list_SOURCES = \ +# hb-fc.cc \ +# hb-fc.h \ +# hb-fc-list.c \ +# $(NULL) +#hb_fc_list_LDADD = \ +# $(LDADD) \ +# $(FONTCONFIG_LIBS) \ +# $(NULL) +#bin_PROGRAMS += hb-fc-list +#endif # HAVE_FONTCONFIG +#endif # HAVE_OT -include $(top_srcdir)/git.mk _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
