X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FChangeLog;h=eada84fd2df4fa0b296eba95cab451481243f671;hb=b8985d333f4d34d259d53436c7adbb2bbc8cee60;hp=8ba7756904b7f3a1bb6a56bc08491442f402bacd;hpb=91faae5d288b09a263eb7ab610aa3425c9668e15;p=debian%2Fefibootmgr diff --git a/doc/ChangeLog b/doc/ChangeLog index 8ba7756..eada84f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,43 @@ +* Wed Nov 9 2005 Matt Domsch +- released v0.5.2.2 as v0.5.3, no changes + +* Thu Aug 11 2005 Matt Domsch +- applied patch from Rogerio Timmers which adds a new option -@ , + which takes extra variable parameters from , or - from stdin. + This lets you pass binary (non-unicode, non-ascii) formatted options to + your bootloader. +- cleaned up Rogerio's patch some. +- moved definition of _FILE_OFFSET_BITS=64 into Makefile and out of the + individual .c files. This fixes a bug reported by Red Flag, where + variable data was getting incorrectly set with a 32-bit copy of + efibootmgr on a 32-bit kernel. +- made efi_variable_t.DataSize be an unsigned long to match the kernel. + This lets a 32-bit copy of efibootmgr run on a 32-bit kernel. This + means you've got to have a 32-bit efibootmgr on a 32-bit kernel, and a + 64-bit efibootmgr on a 64-bit kernel, but since efi_status_t is also a + long, this was really going to be the case anyway. +- valgrind caught the app exiting without freeing some malloc'd + structures, fix that. +- v0.5.2.2 released for testing + + +* Fri May 20 2005 Matt Domsch +- applied patch from Andreas Schwab to properly parse PCI + domain:bus:device.fn info in netboot entries. Fixed up return value + when creating network boot entries for nonexistant devices, so the + creation now fails, rather than succeeding with incorrect data. +- v0.5.2 released + +* Tue Mar 08 2005 Matt Domsch +- applied patch from Alex Williamson for handling BootXXXX values + using uppercase hex rather than lowercase, per EFI 1.10 spec. +- this also allows the full 65k boot entries, rather than requiring all + entries to begin with a zero. +- v0.5.1 released + +* Thu Aug 26 2004 Matt Domsch +- v0.5.0-test4 released as v0.5.0 with no code changes + * Wed Jun 07 2004 Matt Domsch - Fixed bug where read_boot_order() would wrongly return EFI_NOT_FOUND when it needed to create a new BootOrder variable. Reported by Micah Parrish.