| OLD | NEW |
| 1 Overview of changes leading to 0.9.17 |
| 2 Monday, May 20, 2013 |
| 3 ===================================== |
| 4 |
| 5 - Build fixes. |
| 6 - Fix bug in hb_set_get_min(). |
| 7 - Fix regression with Arabic mark positioning / width-zeroing. |
| 8 |
| 9 Overview of changes leading to 0.9.16 |
| 10 Friday, April 19, 2013 |
| 11 ===================================== |
| 12 |
| 13 - Major speedup in OpenType lookup processing. With the Amiri |
| 14 Arabic font, this release is over 3x faster than previous |
| 15 release. All scripts / languages should see this speedup. |
| 16 |
| 17 - New --num-iterations option for hb-shape / hb-view; useful for |
| 18 profiling. |
| 19 |
| 20 Overview of changes leading to 0.9.15 |
| 21 Friday, April 05, 2013 |
| 22 ===================================== |
| 23 |
| 24 - Build fixes. |
| 25 - Fix crasher in graphite2 shaper. |
| 26 - Fix Arabic mark width zeroing regression. |
| 27 - Don't compose Hangul jamo into Unicode syllables. |
| 28 |
| 29 |
| 1 Overview of changes leading to 0.9.14 | 30 Overview of changes leading to 0.9.14 |
| 2 Thursday, March 21, 2013 | 31 Thursday, March 21, 2013 |
| 3 ===================================== | 32 ===================================== |
| 4 | 33 |
| 5 - Build fixes. | 34 - Build fixes. |
| 6 - Fix time-consuming sanitize with malicious fonts. | 35 - Fix time-consuming sanitize with malicious fonts. |
| 7 - Implement hb_buffer_deserialize_glyphs() for both json and text. | 36 - Implement hb_buffer_deserialize_glyphs() for both json and text. |
| 8 - Do not ignore Hangul filler characters. | 37 - Do not ignore Hangul filler characters. |
| 9 - Indic fixes: | 38 - Indic fixes: |
| 10 * Fix Malayalam pre-base reordering interaction with post-forms. | 39 * Fix Malayalam pre-base reordering interaction with post-forms. |
| (...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 HB_VERSION_MAJOR | 701 HB_VERSION_MAJOR |
| 673 HB_VERSION_MINOR | 702 HB_VERSION_MINOR |
| 674 HB_VERSION_MICRO | 703 HB_VERSION_MICRO |
| 675 HB_VERSION_STRING | 704 HB_VERSION_STRING |
| 676 HB_VERSION_CHECK() | 705 HB_VERSION_CHECK() |
| 677 hb_version() | 706 hb_version() |
| 678 hb_version_string() | 707 hb_version_string() |
| 679 hb_version_check() | 708 hb_version_check() |
| 680 | 709 |
| 681 | 710 |
| OLD | NEW |