Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Side by Side Diff: third_party/harfbuzz-ng/NEWS

Issue 16053004: Update harfbuzz-ng to 0.9.17 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/harfbuzz-ng/COPYING ('k') | third_party/harfbuzz-ng/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/COPYING ('k') | third_party/harfbuzz-ng/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698