Accepting request 227682 from home:mgorse:branches:GNOME:Factory

- Update to version 0.9.27: 
  + 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
  + 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

OBS-URL: https://build.opensuse.org/request/show/227682
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=45
This commit is contained in:
2014-04-02 10:55:49 +00:00
committed by Git OBS Bridge
parent f8aea503c0
commit fae778baa5
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 27 03:17:39 UTC 2014 - mgorse@suse.com
- Update to version 0.9.27:
+ 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
+ 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
-------------------------------------------------------------------
Tue Feb 11 22:42:42 UTC 2014 - dimstar@opensuse.org