From 6d405a13b9685011064666fdb435bddf3a881b4c Mon Sep 17 00:00:00 2001 From: Ryan O'Leary Date: Wed, 13 Feb 2019 01:14:50 +0100 Subject: [PATCH] Release v5.0.0 (#254) Signed-off-by: Ryan O'Leary --- RELEASES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 2f166079..1b975832 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,21 @@ A new release happens every 6 weeks: - 1st day on the first month of each quarter - 15th day of the second month of each quarter + +## v5.0.0 (2019-02-12) + +- New Fiano logo +- Forth UTK +- Support for depex and version sections +- New visitors + - insert, dxecleaner, repack, comment +- Option to use system's xz command +- Fixed region parsing for older IFDs +- Tested with: + - Golang 1.11 + - u-root v3.0.0 + + ## v2.0.0 (2018-10-01) - utk2 has been merged into utk and the visitor pattern is here to stay. @@ -23,6 +38,7 @@ A new release happens every 6 weeks: - Golang 1.11 - u-root v2.0.0 + ## v1.0.0 (2018-08-15) - Initial release