Ugh. Wish I had in mind that a release is coming. My bad. I changed API in harfbuzz master, which broken Pango build. ebassi updated Pango and required harfbuzz 0.9.25, which does NOT have the API change. I'm traveling right now but will try to get a release out today or tomorrow, and you can do a new pango release to require harfbuzz 0.9.26 so it work...
Alternatively, and perhaps this is the better option: I can add the old API back in... The code involved is in pango-ot, that is fairly unused. I can remove the hb function call there completely so newer Pango will keep building with a variety of harfbuzz versions. There won't be any lost functionality in practice. WDYT? behdad On 14-06-23 12:04 PM, Matthias Clasen wrote: > commit 64113b70adff816d1d7885500abfb99461e40838 > Author: Matthias Clasen <[email protected]> > Date: Mon Jun 23 13:35:22 2014 -0400 > > 1.36.4 > > NEWS | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > --- > diff --git a/NEWS b/NEWS > index 6884205..ab3eac9 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,3 +1,10 @@ > +Overview of changes between 1.36.3 and 1.36.4 > +============================================= > +- Improve thread-safety on Windows (#695913) > +- Add missing annotations (#729840) > +- Update PangoWeight documentation > +- Require harfbuzz 0.9.29 > + > Overview of changes between 1.36.2 and 1.36.3 > ============================================= > - Fix builddir != srdir builds > _______________________________________________ > commits-list mailing list (read only) > https://mail.gnome.org/mailman/listinfo/commits-list > > Want to limit the commits to a few modules? Go to above URL, log in to edit > your options and select the modules ('topics') you want. > -- behdad http://behdad.org/ _______________________________________________ [email protected] https://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.
