2010-05-18 Justus Winter <4winter@informatik.uni-hamburg.de>
[grub.git] / NEWS
blob1e3334f1871b0bd46cc844d19711c5e38c5ae304
1 New in 1.98 - 2010-03-06:
3 * Multiboot on EFI support.
5 * Graphical menu support.
7 * MIPS support.
9 * Saved default menu entry support, with new utilities `grub-reboot' and
10   `grub-set-default'.
12 * Unit testing framework.
14 * Support for multiple terminals.
16 * Encrypted password support, with a new utility `grub-mkpasswd-pbkdf2'.
18 * `grub-mkfloppy' removed; use `grub-mkrescue' to create floppy images.
20 * Add grub-probe support for GNU/Hurd.
22 * Add support for gettext.
24 New in 1.97:
26 * Add support for loading XNU (MacOS X kernel).
28 * ACPI override support.
30 * Integrated gptsync.
32 * Password protection support.
34 * Partition manipulation tool.
36 * Add `keystatus' command.
38 * Unicode fonts are now used by default.
40 * Add `hdparm' command.
42 * Add support for getting the current date and time from CMOS as variables.
44 * Add `drivemap' command.
46 * Add support for RAID levels 4,6 and 10.
48 * update-grub is replaced by grub-mkconfig.
50 * When booting from PXE, PXE can be used to load files.
52 * High resolution timer support.
54 * Image loaders now support IO buffering.
56 * Add `crc' command.
58 * Add Cygwin support.
60 * Add x86_64 EFI support.
62 * Use LZMA compression instead of LZO.
64 * Support for saving the environment from and loading the environment
65   from a file.
67 * Allow the UUID to be used as device name.
69 * The `search' command can use UUIDs now.
71 * Add support for IEEE 1275 on i386.
73 * Create partmap.lst and use it to automatically load partition map
74   modules.
76 * grub-mkconfig supports os-prober to add operating systems to the
77   boot menu.
79 * The ATA driver supports devices bigger than 2 TiB.
81 * Add support for the UDF, AFS and EXT4 filesystems.
83 * The ISO9660 filesystem supports the Joliet extension
85 * Add support for loading kernels of FreeBSD, NetBSD and OpenBSD.
87 * Add new command `sleep'.
89 * Support for direct access to AT keyboards.
91 * New utility `grub-fstest'.
93 New in 1.96 - 2008-02-03:
95 * The license term is changed to GNU General Public License Version 3.
97 * grub-emu is made optional.  Now you have to use
98   `--enable-grub-emu' to enable it.
100 * Add Multiboot2 support.
102 * grub-emu can access the host filesystem now.
104 * Add support for the NTFS, cpio/tar and Reiserfs filesystems.
106 * Add support for ATA/ATAPI.
108 * Add update-grub script to generate grub.cfg.
110 * Add grub-mkrescue script to generate floppy or ElTorito images
111   (i386-pc only).
113 * Add support for background images in gfxterm (background_image command).
115 * Add support for detection of 64-bit support in CPU (cpuid command).
117 * GPT is now enabled in i386-pc target.
119 * Add grub-install for EFI.
121 * Ported to the following new platforms: Efika, coreboot (a.k.a. LinuxBIOS),
122   OLPC XO.
124 * Add support for colored menu (menu_color_normal and menu_color_highlight
125   variables).
127 * Fix support for loading Linux zImages (such as memtest86).
129 New in 1.95 - 2006-10-15:
131 * Number partitions from 1 instead of 0. For instance, the first
132   partition of "hd0" is now "hd0,1" but not "hd0,0".
134 * grub-probefs is renamed to grub-probe, and supports printing a
135   guessed OS device name and a GRUB drive name.
137 * RAID and LVM support is added.
139 * New command, echo.
141 * The disk API is changed to support 64-bit addressing.
143 * A TGA loader is added for the video API.
145 New in 1.94 - 2006-06-04:
147 * Fix several serious bugs in HFS+.
149 * Add experimental EFI support. Chainloading and Linux loading are
150   supported at the moment.
152 * Add a new command "blocklist" to show a block list.
154 * Use --with-platform to specify a boot environment. For now, efi,
155   ieee1275 and pc are supported.
157 * Use the filename "kernel.elf" instead of "grubof" on ieee1275.
159 * Install GRUB into pkglibdir instead of pkgdatadir.
161 * Support environmental variables. You can export variables by the
162   command "export".
164 * Remove the commands "default" and "timeout". They are now variables.
166 * Add the commands "source" and "." to include a file.
168 * Implement experimental Video API and a new terminal "gfxterm" based
169   on the Video API.
172 New in 1.93 - 2006-03-10:
174 * Add support for the HFS+ wrapper.
176 * Major improvements to scripting support.
178 * Menu entries are now scriptable.
181 New in 1.92 - 2005-12-25:
183 * Add support for GPT partition table format.
185 * Add a new command "play" to play an audio file on PC.
187 * Add support for Linux/ADFS partition table format.
189 * Add support for BASH-like scripting.
191 * Add support for Apple HFS+ filesystems.
194 New in 1.91 - 2005-10-15:
196 * Add support for LZO version 2.
198 * Support completion in the entry editor.
200 * Add VBE support.
202 * New commands, "search", "vbetest" and "vbeinfo".
204 * The option BOOT_IMAGE is passed to Linux.
206 * Add support for automatic decompression for gzip.
208 * Add support for terminfo and serial.
210 * Add support for x86_64.
212 * GRUB itself is a Multiboot-compliant kernel.
214 * Add new filesystems: XFS, SFS, and AFFS.
217 New in 1.90 - 2005-08-07:
219 * Rename the project name PUPA to GRUB. Now this version is the
220   developmental version of GRUB officially.
222 * The GRUB emulator ``grub-emu'' is added.
224 * Add support for newworld Mac. This should work with other
225   PowerPC-based machines as well, if they use IEEE 1275
226   (Open Firmware).
228 * Too many changes to describe. Look at ChangeLog for more details.
231 New in 0.7:
233 * Problems in cross-compiling PUPA are fixed.
235 * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
236   means that any missing prototypes could be fatal. Also, you must take
237   care when writing assembly code. See the comments at the beginning of
238   startup.S, for more details.
240 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
241   from a real disk.
243 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
244   the rescue mode to manipulate PUPA modules.
246 * Linux support is added. Initrd is not support yet.
248 * Reduce the size of a core image significantly by compressing a large
249   part of the core image and decompressing itself at boot time. The
250   currently used algorithm is LZO (more precisely, LZO1X-999). So you
251   have to install LZO to build PUPA. See
252   <http://www.oberhumer.com/opensource/lzo/>, for more information.
255 New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
257 * The chainloader and the FAT filesystem are modularized.
259 * The structure of the source tree is a bit changed.
261 * Support for building loadable modules is added.
263 * Some generic parts of pupa-mkimage are segregated.
265 * Some documentation files are added, according to the GNU Coding
266   Standards.