0.9.5
This commit is contained in:
parent
fecdfa95da
commit
13c0584729
23
NEWS
23
NEWS
|
@ -1,3 +1,26 @@
|
||||||
|
Overview of changes leading to 0.9.5
|
||||||
|
Sunday, October 14, 2012
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Synthetic-GSUB Arabic fallback shaping.
|
||||||
|
|
||||||
|
- Misc Indic improvements.
|
||||||
|
|
||||||
|
- Add build system support for pthread.
|
||||||
|
|
||||||
|
- Imported UCDN for in-tree Unicode callbacks implementation.
|
||||||
|
|
||||||
|
- Context-aware Arabic joining.
|
||||||
|
|
||||||
|
- Misc other fixes.
|
||||||
|
|
||||||
|
- New API:
|
||||||
|
|
||||||
|
hb_feature_to/from-string()
|
||||||
|
hb_buffer_[sg]et_content_type()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.4
|
Overview of changes leading to 0.9.4
|
||||||
Tuesday, Sep 03, 2012
|
Tuesday, Sep 03, 2012
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.4],
|
[0.9.5],
|
||||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
|
Loading…
Reference in New Issue