From 33ef53bd625dd9208648ca9cbbc0932b6222dba6 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 23 Jul 2018 23:00:00 +0200 Subject: [PATCH] Update to new release. --- NEWS | 11 +++++++++++ README | 2 +- doc/ttfautohint-1.pandoc | 7 +++---- lib/Makefile.am | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index eedbe39..f18d8fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Version 1.8.2 (2018-Jul-24) +--------------------------- + + * Support for Georgian Mtavruli. + + * Bug fix: Compilation of ttfautohintGUI with homebrew on the Mac works + again. + + * Bug fix: Point deltas didn't work for composite glyphs. + + Version 1.8.1 (2018-Jan-01) --------------------------- diff --git a/README b/README index 54eb9a3..7025770 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ttfautohint 1.8.1 +ttfautohint 1.8.2 ----------------- by Werner Lemberg diff --git a/doc/ttfautohint-1.pandoc b/doc/ttfautohint-1.pandoc index 6602e2c..2da16a5 100644 --- a/doc/ttfautohint-1.pandoc +++ b/doc/ttfautohint-1.pandoc @@ -817,6 +817,7 @@ Table: script-specific standard characters of the 'latin' writing system `geor` 'ი', U+10D8, GEORGIAN LETTER IN 'ე', U+10D4, GEORGIAN LETTER EN 'ა', U+10D0, GEORGIAN LETTER AN + 'Ი', U+1C98, GEORGIAN MTAVRULI CAPITAL LETTER IN `geok` 'Ⴖ', U+10B6, GEORGIAN CAPITAL LETTER GHAN 'Ⴑ', U+10B1, GEORGIAN CAPITAL LETTER SAN 'ⴙ', U+2D19, GEORGIAN SMALL LETTER CHIN @@ -1125,10 +1126,8 @@ Table: `geor` (Georgian Mkhedruli) blue zones 2 bottom of Mkhedruli letters ა ზ მ ს შ ძ ხ ჰ 3 top of ascender Mkhedruli letters ს ხ ქ ზ მ შ ჩ წ 4 bottom of descender Mkhedruli letters ე ვ ჟ ტ უ ფ ქ ყ - -Georgian Mkhedruli support is incomplete; it doesn't yet contain characters -for Mtavruli (which are not yet encoded in Unicode), the uppercase glyph -variants of Mkhedruli. + 5 top of ascender Mtavruli letters Ნ Ჟ Ჳ Ჸ Გ Ე Ო Ჴ + 6 bottom of descender Mtavruli letters Ი Ჲ Ო Ჩ Მ Შ Ჯ Ჽ Table: `glag` (Glagolitic) blue zones diff --git a/lib/Makefile.am b/lib/Makefile.am index 3738012..19916c3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,7 +11,7 @@ # with the ttfautohint library. ABI_CURRENT = 1 -ABI_REVISION = 0 +ABI_REVISION = 1 ABI_AGE = 0 -- 2.11.4.GIT