X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FChangeLog;h=8ba7756904b7f3a1bb6a56bc08491442f402bacd;hb=c66ed5866f7969a0340b36dc361c7e20043dcc5c;hp=5daad8f12f63d86108781e99b2801bdee918b09d;hpb=98db23750431fa650821f391aca2ce1898cb8020;p=debian%2Fefibootmgr diff --git a/doc/ChangeLog b/doc/ChangeLog index 5daad8f..8ba7756 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,34 @@ +* 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. +- Added code to recursively walk the PCI bus putting parent PCI bridges + in. This is necessary for Dell PowerEdge 3250 and 7250 servers and + Intel Tiger2 and Tiger4 platforms when creating PXE boot entries for + the onboard NICs, and if creating EDD30 boot path entries. Work by Matt + and Joshua Giles. + - Note, efibootmgr now requires libpci for building. +- Released v0.5.0-test4 + +* Sat Apr 24 2004 Matt Domsch +- Fixed reversed logic of create_or_edit_variable which prevented object + creation or editing on sysfs. +- Removed debug printfs in sysfs read/write commands. +- Released v0.5.0-test3 + +* Thu Feb 04 2004 Matt Domsch +- removed -t short option for --test +- added -t and -T delete timeout options +- updated man page and README about the timeout options +- Released v0.5.0-test2 + +* Tue Sep 09 2003 Matt Domsch +- Released v0.5.0-test1 + +* Thu Sep 04 2003 Matt Domsch +- Seperated access to variables through /proc into efivars_procfs.[ch] +- Added efivars_sysfs.h to access variables through sysfs. +- Moved around some functions, cleaned up some duplication. + * Thu Sep 04 2003 Matt Domsch - released v0.4.2-test2 as v0.4.2 without additional changes.