Skip to content

Commit 009f509

Browse files
committed
Prepare for release, update CHANGELOG
1 parent de9edde commit 009f509

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG:
22
==========
33

4+
Version 0.77 (2018-06-10)
5+
* Add core.img diskboot signature for trustedgrub2
6+
* Add core.img diskboot signature for Matthew Garrett grub2 TPM patches
7+
* Look for custom.cfg also on FAT
8+
49
Version 0.76 (2017-04-13)
510
* Display /boot/grub/custom.cfg
611

bootinfoscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
2-
VERSION='0.76';
3-
RELEASE_DATE='13 April 2017';
2+
VERSION='0.77';
3+
RELEASE_DATE='10 June 2018';
44
LAST_GIT_COMMIT_SHORTLOG='';
55
LAST_GIT_COMMIT_DATE='';
66
################################################################################
77
# #
88
# Copyright (c) 2009-2010 Ulrich Meierfrankenfeld #
99
# Copyright (c) 2011-2012 Gert Hulselmans #
10-
# Copyright (c) 2013-2017 Andrei Borzenkov #
10+
# Copyright (c) 2013-2018 Andrei Borzenkov #
1111
# #
1212
# Permission is hereby granted, free of charge, to any person obtaining a copy #
1313
# of this software and associated documentation files (the "Software"), to #

0 commit comments

Comments
 (0)