Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/efiboot Raise the version for new featur...



details:   https://anonhg.NetBSD.org/src/rev/6f346c934fa8
branches:  trunk
changeset: 374710:6f346c934fa8
user:      manu <manu%NetBSD.org@localhost>
date:      Wed May 10 00:49:17 2023 +0000

description:
Raise the version for new feature (here reloc command)
Suggested by Masanobu SAITOH

diffstat:

 sys/arch/i386/stand/efiboot/version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 63bfc9aa719f -r 6f346c934fa8 sys/arch/i386/stand/efiboot/version
--- a/sys/arch/i386/stand/efiboot/version       Wed May 10 00:12:44 2023 +0000
+++ b/sys/arch/i386/stand/efiboot/version       Wed May 10 00:49:17 2023 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.2 2019/08/03 08:13:36 nonaka Exp $
+$NetBSD: version,v 1.3 2023/05/10 00:49:17 manu Exp $
 
 NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE.  The format of this
 file is important - make sure the entries are appended on end, last item
@@ -6,3 +6,4 @@ is taken as the current.
 
 1.0:   Initial version.
 1.1:   Add CD/DVD-ROM, serial, PXE boot and UEFI memory map compaction support.
+1.2:   Add reloc command



Home | Main Index | Thread Index | Old Index