diff --git a/CHANGELOG b/CHANGELOG index 79444e4..b1deb3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ CHANGELOG: ========== +Version 0.78 (2019-10-09) + * Also display \EFI\*\grub.cfg on EFI System Partition + Version 0.77 (2018-06-10) * Add core.img diskboot signature for trustedgrub2 * Add core.img diskboot signature for Matthew Garrett grub2 TPM patches diff --git a/bootinfoscript b/bootinfoscript index c027700..26a2a3f 100755 --- a/bootinfoscript +++ b/bootinfoscript @@ -1,6 +1,6 @@ #!/bin/bash -VERSION='0.77'; -RELEASE_DATE='10 June 2018'; +VERSION='0.78'; +RELEASE_DATE='09 October 2019'; LAST_GIT_COMMIT_SHORTLOG=''; LAST_GIT_COMMIT_DATE=''; ################################################################################