3 * When booting from PXE, PXE can be used to load files.
5 * High resolution timer support.
7 * Image loaders now support IO buffering.
13 * Add grub-pe2elf to convert PE modules to ELF modules.
15 * Add x86_64 EFI support.
17 * Add support for LZMA compression.
19 * Support for saving the environment from and loading the environment
22 * Allow the UUID to be used as device name.
24 * The `search' command can use UUIDs now.
26 * Add support for IEEE 1275 on i386.
28 * Create partmap.lst and use it to automatically load partition map
31 * update-grub supports os-prober to add operating systems to the
34 * The ATA driver supports filesystems bigger than 2TB.
36 * Add support for the UDF, AFS and EXT4 filesystems.
38 * The ISO9660 filesystem supports the Joliet extension
40 * Add aout and BSD kernel loaders.
42 * Add new command `sleep'.
44 * Support for direct access to AT keyboards.
46 * New utility `grub-fstest'.
48 New in 1.96 - 2008-02-03:
50 * The license term is changed to GNU General Public License Version 3.
52 * grub-emu is made optional. Now you have to use
53 `--enable-grub-emu' to enable it.
55 * Add Multiboot2 support.
57 * grub-emu can access the host filesystem now.
59 * Add support for the NTFS, cpio/tar and Reiserfs filesystems.
61 * Add support for ATA/ATAPI.
63 * Add update-grub script to generate grub.cfg.
65 * Add grub-mkrescue script to generate floppy or ElTorito images
68 * Add support for background images in gfxterm (background_image command).
70 * Add support for detection of 64-bit support in CPU (cpuid command).
72 * GPT is now enabled in i386-pc target.
74 * Add grub-install for EFI.
76 * Ported to the following new platforms: Efika, coreboot (a.k.a. LinuxBIOS),
79 * Add support for colored menu (menu_color_normal and menu_color_highlight
82 * Fix support for loading Linux zImages (such as memtest86).
84 New in 1.95 - 2006-10-15:
86 * Number partitions from 1 instead of 0. For instance, the first
87 partition of "hd0" is now "hd0,1" but not "hd0,0".
89 * grub-probefs is renamed to grub-probe, and supports printing a
90 guessed OS device name and a GRUB drive name.
92 * RAID and LVM support is added.
96 * The disk API is changed to support 64-bit addressing.
98 * A TGA loader is added for the video API.
100 New in 1.94 - 2006-06-04:
102 * Fix several serious bugs in HFS+.
104 * Add experimental EFI support. Chainloading and Linux loading are
105 supported at the moment.
107 * Add a new command "blocklist" to show a block list.
109 * Use --with-platform to specify a boot environment. For now, efi,
110 ieee1275 and pc are supported.
112 * Use the filename "kernel.elf" instead of "grubof" on ieee1275.
114 * Install GRUB into pkglibdir instead of pkgdatadir.
116 * Support environmental variables. You can export variables by the
119 * Remove the commands "default" and "timeout". They are now variables.
121 * Add the commands "source" and "." to include a file.
123 * Implement experimental Video API and a new terminal "gfxterm" based
127 New in 1.93 - 2006-03-10:
129 * Add support for the HFS+ wrapper.
131 * Major improvements to scripting support.
133 * Menu entries are now scriptable.
136 New in 1.92 - 2005-12-25:
138 * Add support for GPT partition table format.
140 * Add a new command "play" to play an audio file on PC.
142 * Add support for Linux/ADFS partition table format.
144 * Add support for BASH-like scripting.
146 * Add support for Apple HFS+ filesystems.
149 New in 1.91 - 2005-10-15:
151 * Add support for LZO version 2.
153 * Support completion in the entry editor.
157 * New commands, "search", "vbetest" and "vbeinfo".
159 * The option BOOT_IMAGE is passed to Linux.
161 * Add support for automatic decompression for gzip.
163 * Add support for terminfo and serial.
165 * Add support for x86_64.
167 * GRUB itself is a Multiboot-compliant kernel.
169 * Add new filesystems: XFS, SFS, and AFFS.
172 New in 1.90 - 2005-08-07:
174 * Rename the project name PUPA to GRUB. Now this version is the
175 developmental version of GRUB officially.
177 * The GRUB emulator ``grub-emu'' is added.
179 * Add support for newworld Mac. This should work with other
180 PowerPC-based machines as well, if they use IEEE 1275
183 * Too many changes to describe. Look at ChangeLog for more details.
188 * Problems in cross-compiling PUPA are fixed.
190 * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
191 means that any missing prototypes could be fatal. Also, you must take
192 care when writing assembly code. See the comments at the beginning of
193 startup.S, for more details.
195 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
198 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
199 the rescue mode to manipulate PUPA modules.
201 * Linux support is added. Initrd is not support yet.
203 * Reduce the size of a core image significantly by compressing a large
204 part of the core image and decompressing itself at boot time. The
205 currently used algorithm is LZO (more precisely, LZO1X-999). So you
206 have to install LZO to build PUPA. See
207 <http://www.oberhumer.com/opensource/lzo/>, for more information.
210 New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
212 * The chainloader and the FAT filesystem are modularized.
214 * The structure of the source tree is a bit changed.
216 * Support for building loadable modules is added.
218 * Some generic parts of pupa-mkimage are segregated.
220 * Some documentation files are added, according to the GNU Coding