| OLD | NEW |
| 1 Name: harfbuzz-ng | 1 Name: harfbuzz-ng |
| 2 Short Name: harfbuzz-ng | 2 Short Name: harfbuzz-ng |
| 3 URL: http://harfbuzz.org | 3 URL: http://harfbuzz.org |
| 4 Version: 1.2.1 | 4 Version: 1.2.6 |
| 5 Date: 20160222 | 5 Date: 20160408 |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 License: MIT | 7 License: MIT |
| 8 License File: COPYING | 8 License File: COPYING |
| 9 | 9 |
| 10 Description: | 10 Description: |
| 11 This is harfbuzz-ng, a new implementation of harfbuzz with a different | 11 This is harfbuzz-ng, a new implementation of harfbuzz with a different |
| 12 API from the old one. | 12 API from the old one. |
| 13 | 13 |
| 14 This copy of harfbuzz is usually updated by downloading the release tarball | 14 This copy of harfbuzz is usually updated by downloading the release tarball |
| 15 from http://www.freedesktop.org/software/harfbuzz/release/ , removing | 15 from http://www.freedesktop.org/software/harfbuzz/release/ , removing |
| 16 files in src, copying *.h *.hh *.cc (except for hb-uniscribe*) from the | 16 files in src, copying *.h *.hh *.cc (except for hb-uniscribe* and |
| 17 tarball's src folder over to src, then checking for removed or added files | 17 hb-directwrite.*) from the tarball's src folder over to src, then checking for |
| 18 and update our build recipes in BUILD.gn and harfbuzz.gyp accordingly, update | 18 removed or added files and update our build recipes in BUILD.gn and |
| 19 the NEWS file from HarfBuzz' release notes, and bump the version numbers | 19 harfbuzz.gyp accordingly, update the NEWS file from HarfBuzz' release notes, |
| 20 in README.chromium. | 20 and bump the version numbers in README.chromium. |
| 21 | |
| 22 Local changes: | |
| 23 * Custom revert: Change mark strategy back to UNICODE_LATE from | |
| 24 GDEF_LATE for the default shaper - contributed by Behdad to unblock | |
| 25 the HarfBuzz roll in Blink while the issue about broken quote glyphs | |
| 26 in Times New Roman Italic can be resolved in upstream. | |
| 27 * Upstream commit ebd7431f824 | |
| 28 "Partially revert 86c68c7a2c97" | |
| 29 in order to fix mark positioning in | |
| 30 fast/text/international/arabic-vertical-offset.html | |
| 31 * Cherry-pick "Fix FixedVersion::to_int()" | |
| 32 https://github.com/behdad/harfbuzz/commit/6dd80fa | |
| OLD | NEW |