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