From: BVK Chaitanya Date: Wed, 25 Aug 2010 13:20:41 +0000 (+0530) Subject: Multiple variable names support to "export" command. X-Git-Tag: 1.99~645 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ecbb72deeebe19b7db1aa5b7ea0e3cbffe402bc;p=thirdparty%2Fgrub.git Multiple variable names support to "export" command. * normal/context.c (grub_cmd_export): "export" command supports multiple variable names. --- 8ecbb72deeebe19b7db1aa5b7ea0e3cbffe402bc diff --cc ChangeLog index 3887cc5bf,bd03c490e..1f4f3359e --- a/ChangeLog +++ b/ChangeLog @@@ -1,8 -1,10 +1,15 @@@ + 2010-08-25 BVK Chaitanya + + Multiple variable names support to "export" command. + + * normal/context.c (grub_cmd_export): "export" command supports + multiple variable names. + +2010-08-23 Samuel Thibault + + * util/grub.d/30_os-prober.in: Fix conversion from grub-probe + --target=drive output to Mach device name. + 2010-08-23 BVK Chaitanya New Automake based build system for GRUB.