Skip to content

Commit

Permalink
Update NEWS with version 3.9.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydeearts committed Jan 11, 2023
1 parent f7546d1 commit 52e9e7b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

3.9.2 (released 2023-01-10)
---------------------------
- tx:
- [tx] Always use blend for stem storage in cffwrite_t2cstr.c ([#1591](https://github.com/adobe-type-tools/afdko/pull/1591))
- [tx] [t2cstr] Use non-xxxVF paths in t2cstr when flattening and outputting CFF2 ([#1588](https://github.com/adobe-type-tools/afdko/pull/1588))
- UFO parsing:
- [tx] Replace UFO .glif file parsing with libxml2 ([#1556](https://github.com/adobe-type-tools/afdko/pull/1556))
- [tx] Replace UFO content.plist/glyphList parsing with libxml2 ([#1543](https://github.com/adobe-type-tools/afdko/pull/1543))
- [tx] Other related uforead & ufowrite parsing updates ([#1595](https://github.com/adobe-type-tools/afdko/pull/1595), [#1590](https://github.com/adobe-type-tools/afdko/pull/1590), [#1568](https://github.com/adobe-type-tools/afdko/pull/1568), [#1566](https://github.com/adobe-type-tools/afdko/pull/1566), [#1541](https://github.com/adobe-type-tools/afdko/pull/1541), [#1537](https://github.com/adobe-type-tools/afdko/pull/1537), [#1536](https://github.com/adobe-type-tools/afdko/pull/1536))
- [dependencies] add renovate.json ([#1545](https://github.com/adobe-type-tools/afdko/pull/1545))
- [agd.py] [comparefamily.py] Fixing the two instances of "rU" (thanks @colinmford !) ([#1584](https://github.com/adobe-type-tools/afdko/pull/1584))
- [makeinstancesufo] Add --instance_info option to makeinstancesufo ([#1577](https://github.com/adobe-type-tools/afdko/pull/1577))
- [makeinstancesufo] Boost number of makeinstancesufo pool processors by one ([#1561](https://github.com/adobe-type-tools/afdko/pull/1561))
- [otf3ttf] Ensure poolCapacity is at least 1 (thanks @Heptazhou !) ([#1530](https://github.com/adobe-type-tools/afdko/pull/1530))
- [otf3ttf] Force maxPoolCapacity to be at least 1 (thanks @Heptazhou !)([#1529](https://github.com/adobe-type-tools/afdko/pull/1529))

3.9.1 (released 2022-07-01)
---------------------------
- [CMake] Link LibXML2 statically for Linux for bug fix ([#1527](https://github.com/adobe-type-tools/afdko/pull/1527))
Expand Down

0 comments on commit 52e9e7b

Please sign in to comment.