-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
MAJOR_VERSION = 0 | ||
MINOR_VERSION = 4 | ||
MINOR_VERSION = 5 | ||
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |