github.com/linuxboot/fiano@v1.2.0/RELEASES.md (about) 1 # Releases 2 3 A new release happens every 6 weeks: 4 5 - 1st day on the first month of each quarter 6 - 15th day of the second month of each quarter 7 8 9 ## v5.0.0 (2019-02-12) 10 11 - New Fiano logo 12 - Forth UTK 13 - Support for depex and version sections 14 - New visitors 15 - insert, dxecleaner, repack, comment 16 - Option to use system's xz command 17 - Fixed region parsing for older IFDs 18 - Tested with: 19 - Golang 1.11 20 - u-root v3.0.0 21 22 23 ## v2.0.0 (2018-10-01) 24 25 - utk2 has been merged into utk and the visitor pattern is here to stay. 26 - New major features: 27 - Support for assembling compressed subsections 28 - Improved test coverage 29 - Support for CircleCI 30 - Support for dependency expression parsing 31 - New visitors: 32 - assemble, cat, count, dump, extract, find, insert, remove, table, verify 33 - Major bug fixes: 34 - Fixed losing padding data between firmware volumes. 35 - Fixed growing a compressed firmware volume to the excess of 16MiB. 36 - Pads files are now created appropriately and without conflicting GUIDs. 37 - Tested with: 38 - Golang 1.11 39 - u-root v2.0.0 40 41 42 ## v1.0.0 (2018-08-15) 43 44 - Initial release 45 - Tested with: 46 - Golang 1.10.3 47 - u-root v1.0.0 48 - Known bugs: 49 - [#67](https://github.com/linuxboot/fiano/issues): UTK incorrectly loses pad 50 files when multiple pad files contain the same GUID. It is common for BIOSes 51 to set the GUID of all pad files to FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF.