Skip to content

Commit ba8c9d9

Browse files
Dominik Röttschesbehdad
authored andcommitted
0.9.27
1 parent a949cd3 commit ba8c9d9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Overview of changes leading to 0.9.27
2+
Tuesday, March 18, 2014
3+
=====================================
4+
5+
- Don't use "register" storage class specifier
6+
- Wrap definition of free_langs() with HAVE_ATEXIT
7+
- Add coretext_aat shaper and hb_coretext_face_create() constructor
8+
- If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
9+
- Add Myanmar test case from OpenType Myanmar spec
10+
- Only do fallback Hebrew composition if no GPOS 'mark' available
11+
- Allow bootstrapping without gtk-doc
12+
- Use AM_MISSING_PROG for ragel and git
13+
- Typo in ucdn's Makefile.am
14+
- Improve MemoryBarrier() implementation
15+
16+
117
Overview of changes leading to 0.9.26
218
Thursday, January 30, 2014
319
=====================================

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.64])
22
AC_INIT([HarfBuzz],
3-
[0.9.26],
3+
[0.9.27],
44
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
55
[harfbuzz],
66
[http://harfbuzz.org/])

0 commit comments

Comments
 (0)