]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
add changelog entry
authorBVK Chaitanya <bvk.groups@gmail.com>
Sun, 7 Nov 2010 10:48:29 +0000 (16:18 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Sun, 7 Nov 2010 10:48:29 +0000 (16:18 +0530)
ChangeLog

index c92c4956224df899df9d8cb140df53606ab4d929..71f0f9fa2846b05861b3d457799e47676e73b0a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-07  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       Suppress shell expansion on echo '*' and echo "*" like cases,
+       reported by Jordan Uggla.
+
+       * grub-core/script/execute.c (grub_script_arglist_to_argv): Escape
+       string arguments before shell expansion.
+       * tests/grub_cmd_echo.in: New testcases.
+
 2010-11-01  GrĂ©goire Sutre  <gregoire.sutre@gmail.com>
 
        * grub-core/partmap/bsdlabel.c (iterate_real): Fix an integer overflow.