From 03178919675d277178dc50c7c8941a9fd91e98ef Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 18 Nov 2015 10:45:23 -0500 Subject: [PATCH] Release 0.5 Things that need to be done before 1.0: 1) security audit for efi/fwupdate.c with secure boot violation in mind 2) debug Canoe Pass Signed-off-by: Peter Jones --- Make.version | 2 +- TODO | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Make.version b/Make.version index 45a423f..2d767e5 100644 --- a/Make.version +++ b/Make.version @@ -1,3 +1,3 @@ MAJOR_VERSION = 0 -MINOR_VERSION = 4 +MINOR_VERSION = 5 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) diff --git a/TODO b/TODO index ff3d040..87ceb27 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,4 @@ -1) Support abreviated device paths in fwupdate - - because they're way nicer +Things that need to be done before 1.0: + +1) security audit for efi/fwupdate.c with secure boot violation in mind +2) debug Canoe Pass