2008-08-31 Felix Zielcke <fzielcke@z-51.de>

* fs/iso9660.c (grub_iso9660_date): New structure.
        (grub_iso9660_primary_voldesc): Add `grub_iso9660_date' member.
        (grub_iso9660_uuid): New function.
This commit is contained in:
fzielcke 2008-09-06 11:16:52 +00:00
parent 5926115732
commit c375ae58f2
2 changed files with 73 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-08-31 Felix Zielcke <fzielcke@z-51.de>
* fs/iso9660.c (grub_iso9660_date): New structure.
(grub_iso9660_primary_voldesc): Add `grub_iso9660_date' member.
(grub_iso9660_uuid): New function.
2008-09-05 Bean <bean123ch@gmail.com>
* fs/fshelp.c (grub_fshelp_find_file): Handle case insensitive names.