add changelog entry

This commit is contained in:
BVK Chaitanya 2010-11-07 16:18:29 +05:30
parent a8152fedab
commit 898c99a2c3

View file

@ -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.